The cephes test vectors for tanh(3) in our libm fail on most
authorbluhm <bluhm@openbsd.org>
Sat, 29 May 2021 10:35:56 +0000 (10:35 +0000)
committerbluhm <bluhm@openbsd.org>
Sat, 29 May 2021 10:35:56 +0000 (10:35 +0000)
commit99da521e849ec0ee1ef96e3417ad60a0c42e8b48
tree9807dce76e43f87e4f7e10a777b5c0834fcf478a
parent8c0e27520b2c507fccf0828586c0ec35c77837e9
The cephes test vectors for tanh(3) in our libm fail on most
architectures.  On i386 they pass as the 80387 FPU uses 10 byte
numbers internaly.  But with standard 8 byte IEEE numbers, the monot
double precision test fails.
Relax the precision requirement for tanh(3), it is good enough.
OK martynas@
regress/lib/libm/cephes/monot.c