Raymond Toy pushed to branch issue-435-add-core-math-lisp-support at cmucl / cmucl
Commits:
-
f421d6e3
by Raymond Toy at 2026-02-27T09:08:25-08:00
1 changed file:
Changes:
| ... | ... | @@ -1053,7 +1053,7 @@ |
| 1053 | 1053 | (and (<= number (coerce 1 '(dispatch-type number)))
|
| 1054 | 1054 | (>= number (coerce -1 '(dispatch-type number)))))
|
| 1055 | 1055 | (%asin number))
|
| 1056 | - (complex-asin number)))
|
|
| 1056 | + (complex-asin number))
|
|
| 1057 | 1057 | #+double-double
|
| 1058 | 1058 | ((double-double-float)
|
| 1059 | 1059 | (if (or (float-nan-p number)
|