cvs commit: src/lib/msun/src k_tanf.c
David Schultz
das at FreeBSD.org
Tue Jun 1 21:39:45 PDT 2004
das 2004/06/01 21:39:45 PDT
FreeBSD src repository
Modified files:
lib/msun/src k_tanf.c
Log:
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
Revision Changes Path
1.8 +24 -8 src/lib/msun/src/k_tanf.c
More information about the cvs-src
mailing list