index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
msun
/
src
/
e_expf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s/rcsid/__FBSDID/
das
2008-02-22
1
-3
/
+2
*
Use a better method of scaling by 2**k. Instead of adding to the
bde
2008-02-07
1
-9
/
+8
*
As for the float trig functions and logf, use a minimax polynomial
bde
2008-02-06
1
-6
/
+7
*
Use volatile hacks to make sure these functions generate an underflow
das
2008-01-18
1
-1
/
+2
*
Fixed the hi+lo approximation to log(2). The normal 17+24 bit decomposition
bde
2005-11-30
1
-4
/
+4
*
Revert rev 1.8, which causes small (e.g. 2 ulp) errors for some
das
2005-02-24
1
-8
/
+13
*
Use double arithmetic instead of simulating it with two floats. This
das
2005-02-21
1
-13
/
+8
*
Assume __STDC__, remove non-__STDC__ code.
alfred
2002-05-28
1
-10
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
General -Wall warning cleanup, part I.
jkh
1996-07-12
1
-3
/
+3
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-5
/
+5
*
J.T. Conklin's latest version of the Sun math library.
jkh
1994-08-19
1
-0
/
+103