cvs commit: src/lib/msun/src s_cbrtf.c
Bruce Evans
bde at FreeBSD.org
Sun Dec 11 09:58:25 PST 2005
bde 2005-12-11 17:58:14 UTC
FreeBSD src repository
Modified files:
lib/msun/src s_cbrtf.c
Log:
Fixed the unexpectedly large maximum error after the previous commit.
It was because I forgot to translate the part of the double precision
algorithm that chops t so that t*t is exact. Now the maximum error
is the same as for double precision (almost exactly 2.0/3 ulps).
Revision Changes Path
1.9 +2 -2 src/lib/msun/src/s_cbrtf.c
More information about the cvs-src
mailing list