Raymond Toy pushed to branch issue-435-add-core-math-lisp-support at cmucl / cmucl
Commits:
-
cb19cf0d
by Raymond Toy at 2026-02-27T10:13:35-08:00
-
090e0ed2
by Raymond Toy at 2026-02-27T10:13:44-08:00
2 changed files:
Changes:
| ... | ... | @@ -1197,7 +1197,7 @@ |
| 1197 | 1197 | ;; atanh is complex if |number| > 1
|
| 1198 | 1198 | (if (or (> number 1) (< number -1))
|
| 1199 | 1199 | (complex-atanh number)
|
| 1200 | - (%atanhf number)))
|
|
| 1200 | + (%atanhf (coerce number 'single-float))))
|
|
| 1201 | 1201 | ((single-float)
|
| 1202 | 1202 | (if (or (> number (coerce 1 '(dispatch-type number)))
|
| 1203 | 1203 | (< number (coerce -1 '(dispatch-type number))))
|
| ... | ... | @@ -5084,10 +5084,6 @@ msgstr "" |
| 5084 | 5084 | msgid "Return the arc sine of NUMBER."
|
| 5085 | 5085 | msgstr ""
|
| 5086 | 5086 | |
| 5087 | -#: src/code/irrat.lisp
|
|
| 5088 | -msgid "Execution of a form compiled with errors:~% ~S"
|
|
| 5089 | -msgstr ""
|
|
| 5090 | - |
|
| 5091 | 5087 | #: src/code/irrat.lisp
|
| 5092 | 5088 | msgid "Return the arc cosine of NUMBER."
|
| 5093 | 5089 | msgstr ""
|