Raymond Toy pushed to branch rtoy-gitlab-ci at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • tests/trig.lisp
    ... ... @@ -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 -28)
    
    19
    +  (assert-eql (scale-float 1d0 -27)
    
    20 20
     	      (sin (scale-float 1d0 -28))))
    
    21 21
     
    
    22 22
     (define-test sin.no-reduction