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 Fix typo: extra paren in defun asin - - - - - 1 changed file: - src/code/irrat.lisp Changes: ===================================== src/code/irrat.lisp ===================================== @@ -1053,7 +1053,7 @@ (and (<= number (coerce 1 '(dispatch-type number))) (>= number (coerce -1 '(dispatch-type number))))) (%asin number)) - (complex-asin number))) + (complex-asin number)) #+double-double ((double-double-float) (if (or (float-nan-p number) View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/f421d6e363cf5d1c24230d3f... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/f421d6e363cf5d1c24230d3f... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)