diff --git a/src/i18n/locale/cmucl.pot b/src/i18n/locale/cmucl.pot index d38bc65e1ec497fdec1738bec28ceaea4e4a7072..8ae0b93aaf8c9ae92c621bcaf24892144c9d797c 100644 --- a/src/i18n/locale/cmucl.pot +++ b/src/i18n/locale/cmucl.pot @@ -5040,7 +5040,7 @@ msgid "" "Z may be any number, but the result is always a complex." msgstr "" -#: src/code/irrat.lisp +#: src/code/irrat-dd.lisp src/code/irrat.lisp msgid "" "Compute asin z = -i*log(i*z + sqrt(1-z^2))\n" "\n" @@ -5054,7 +5054,7 @@ msgid "" "Z may be any number, but the result is always a complex." msgstr "" -#: src/code/irrat.lisp +#: src/code/irrat-dd.lisp src/code/irrat.lisp msgid "" "Compute atan z = (log(1+i*z) - log(1-i*z))/(2*i)\n" "\n" @@ -5116,20 +5116,6 @@ msgstr "" msgid "Overflow" msgstr "" -#: src/code/irrat-dd.lisp -msgid "" -"Compute asin z = asinh(i*z)/i\n" -"\n" -"Z may be any number, but the result is always a complex." -msgstr "" - -#: src/code/irrat-dd.lisp -msgid "" -"Compute atan z = atanh (i*z) / i\n" -"\n" -"Z may be any number, but the result is always a complex." -msgstr "" - #: src/compiler/proclaim.lisp msgid "" "~S uses lambda-list keyword naming convention, but is not a recognized "