freebsd-dev/lib/msun
David Schultz 73fbb89dd6 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
2004-06-02 04:39:44 +00:00
..
alpha
bsdsrc Remove some kludges designed to ensure that the compiler didn't round 2004-05-17 01:04:37 +00:00
i387
man Add an implementation of copysignl(), a long double version of copysign(). 2004-05-07 18:56:31 +00:00
src Port a bugfix from FDLIBM 5.3. The bug really only applies to tan() 2004-06-02 04:39:44 +00:00
Makefile Add implementations for cimag{,f,l}, creal{,f,l} and conj{,f,l}. They are 2004-05-30 09:21:56 +00:00