repair test to reflect improved tanh precision

This commit is contained in:
Matthew Flatt 2019-03-28 07:41:14 -06:00
parent eea771ea64
commit 8aa357b517

View File

@ -340,10 +340,10 @@
(test -1.0 tanh -max.0)
(test -1.0 tanh -20.0)
(test #t double=? tanh-1 (tanh -1.0))
(test -0.0 tanh -min.0)
(test -min.0 tanh -min.0)
(test -0.0 tanh -0.0)
(test 0.0 tanh 0.0)
(test 0.0 tanh +min.0)
(test +min.0 tanh +min.0)
(test #t double=? tanh+1 (tanh 1.0))
(test 1.0 tanh 20.0)
(test 1.0 tanh +max.0)