Searched hist:"73 fbb89dd6e679b7bc805f0ddaca321158a1abd2" (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/msun/src/ |
H A D | k_tanf.c | diff 73fbb89dd6e679b7bc805f0ddaca321158a1abd2 Wed Jun 02 06:39:44 CEST 2004 David Schultz <das@FreeBSD.org> Port a bugfix from FDLIBM 5.3. The bug really only applies to tan() and not tanf() because float type can't represent numbers large enough to trigger the problem. However, there seems to be a precedent that the float versions of the fdlibm routines should mirror their double counterparts.
Also update to the FDLIBM 5.3 license.
Obtained from: FDLIBM Reviewed by: exhaustive comparison diff 73fbb89dd6e679b7bc805f0ddaca321158a1abd2 Wed Jun 02 06:39:44 CEST 2004 David Schultz <das@FreeBSD.org> Port a bugfix from FDLIBM 5.3. The bug really only applies to tan() and not tanf() because float type can't represent numbers large enough to trigger the problem. However, there seems to be a precedent that the float versions of the fdlibm routines should mirror their double counterparts.
Also update to the FDLIBM 5.3 license.
Obtained from: FDLIBM Reviewed by: exhaustive comparison
|