aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/src/e_expf.c
Commit message (Expand)AuthorAgeFilesLines
* s/rcsid/__FBSDID/David Schultz2008-02-221-3/+2
* Use a better method of scaling by 2**k. Instead of adding to theBruce Evans2008-02-071-9/+8
* As for the float trig functions and logf, use a minimax polynomialBruce Evans2008-02-061-6/+7
* Use volatile hacks to make sure these functions generate an underflowDavid Schultz2008-01-181-1/+2
* Fixed the hi+lo approximation to log(2). The normal 17+24 bit decompositionBruce Evans2005-11-301-4/+4
* Revert rev 1.8, which causes small (e.g. 2 ulp) errors for someDavid Schultz2005-02-241-8/+13
* Use double arithmetic instead of simulating it with two floats. ThisDavid Schultz2005-02-211-13/+8
* Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein2002-05-281-10/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-3/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-5/+5
* J.T. Conklin's latest version of the Sun math library.Jordan K. Hubbard1994-08-191-0/+103