Skip to content
Snippets Groups Projects
Commit 16c06cb8 authored by Raymond Toy's avatar Raymond Toy
Browse files

Regenerated.

parent b3b6dce0
Branches
Tags
No related merge requests found
...@@ -5040,9 +5040,9 @@ msgid "" ...@@ -5040,9 +5040,9 @@ msgid ""
"Z may be any number, but the result is always a complex." "Z may be any number, but the result is always a complex."
msgstr "" msgstr ""
   
#: src/code/irrat-dd.lisp src/code/irrat.lisp #: src/code/irrat.lisp
msgid "" msgid ""
"Compute asin z = asinh(i*z)/i\n" "Compute asin z = -i*log(i*z + sqrt(1-z^2))\n"
"\n" "\n"
"Z may be any number, but the result is always a complex." "Z may be any number, but the result is always a complex."
msgstr "" msgstr ""
...@@ -5054,9 +5054,9 @@ msgid "" ...@@ -5054,9 +5054,9 @@ msgid ""
"Z may be any number, but the result is always a complex." "Z may be any number, but the result is always a complex."
msgstr "" msgstr ""
   
#: src/code/irrat-dd.lisp src/code/irrat.lisp #: src/code/irrat.lisp
msgid "" msgid ""
"Compute atan z = atanh (i*z) / i\n" "Compute atan z = (log(1+i*z) - log(1-i*z))/(2*i)\n"
"\n" "\n"
"Z may be any number, but the result is always a complex." "Z may be any number, but the result is always a complex."
msgstr "" msgstr ""
...@@ -5116,6 +5116,20 @@ msgstr "" ...@@ -5116,6 +5116,20 @@ msgstr ""
msgid "Overflow" msgid "Overflow"
msgstr "" 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 #: src/compiler/proclaim.lisp
msgid "" msgid ""
"~S uses lambda-list keyword naming convention, but is not a recognized " "~S uses lambda-list keyword naming convention, but is not a recognized "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment