Raymond Toy pushed to branch issue-435-add-core-math-lisp-support at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/code/irrat.lisp
    ... ... @@ -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)