- 31 Aug, 2017 1 commit
-
-
Raymond Toy authored
Add braces around the else clause that's indented as if it were part of the else clause. Inspection of the algorithm indicates that this is probably the intended code and in this case doesn't change what gets executed because the following statements would have been anyway. Also verified a few random values that `(asin x)` and `(asin (float x 1w0))` produce the same values. Only need to test 2^-27 <= x < 0.5.
-
- 28 Dec, 2015 1 commit
-
-
Raymond Toy authored
-
- 23 Dec, 2015 1 commit
-
-
Raymond Toy authored
o Add tests for this o Use setexception for inexact in e_asin.c.
-
- 23 Aug, 2014 1 commit
-
-
Raymond Toy authored
* src/lisp/e_acos.c * Use fdlibm_setexception * src/lisp/e_asin.c * Use fdlibm_setexception * src/lisp/s_atan.c * Use fdlibm_setexception * tests/trig.lisp: * Add tests for acos, asin, and atan.
-
- 02 Aug, 2014 3 commits
-
-
Raymond Toy authored
The compiler thinks t might not be initialized because the if on line 90 might not be true, leaving t uninitialized. We know that the condition is always true because |x| < -2^-27 in the previous line.
-
Raymond Toy authored
-
Raymond Toy authored
-