Raymond Toy pushed to branch rtoy-gitlab-ci at cmucl / cmucl
Commits:
-
ea868e0f
by Raymond Toy at 2017-09-05T20:54:33-07:00
1 changed file:
Changes:
... | ... | @@ -16,7 +16,7 @@ |
16 | 16 |
(define-test sin.very-small
|
17 | 17 |
"Tests sin for the case of |x| < 2^-27, but not 0."
|
18 | 18 |
(:tag :sin)
|
19 |
- (assert-eql (scale-float 1d0 -27)
|
|
19 |
+ (assert-eql (scale-float 1d0 -28)
|
|
20 | 20 |
(sin (scale-float 1d0 -28))))
|
21 | 21 |
|
22 | 22 |
(define-test sin.no-reduction
|