]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fixed the unexpectedly large maximum error after the previous commit.
authorbde <bde@FreeBSD.org>
Sun, 11 Dec 2005 17:58:14 +0000 (17:58 +0000)
committerbde <bde@FreeBSD.org>
Sun, 11 Dec 2005 17:58:14 +0000 (17:58 +0000)
commit94455e43e18e7ebc1855d1bc76e56c968da93a10
treeadf9ca1a138cb3ea918385a3860d53169ab0d404
parent3c8b4e6094d5c1495a556a0e884a9c0e16f97af0
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).
lib/msun/src/s_cbrtf.c