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
/
k_cosf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rearranged the polynomial evaluation to reduce dependencies, as in
bde
2005-11-30
1
-4
/
+6
*
Use only double precision for "kernel" cosf and sinf (except for
bde
2005-11-28
1
-12
/
+11
*
Mess up the "kernel" float trig function .c files with ifdefs so that
bde
2005-11-21
1
-0
/
+5
*
Improved comments for the minimax polynomial.
bde
2005-11-12
1
-4
/
+4
*
Use fairly optimal minimax polynomials for __kernel_cosf() and
bde
2005-10-28
1
-8
/
+7
*
Use a better algorithm for reducing the error in __kernel_cos[f]().
bde
2005-10-26
1
-27
/
+5
*
Moved the optimization for tiny x from __kernel_{cos,sin}[f](x) to
bde
2005-10-24
1
-3
/
+0
*
Fix numerous errors of >= 1 ulp for cosf(x) and sinf(x) (1 line)
bde
2005-10-09
1
-1
/
+12
*
Fix formatting, this is hard to explain, so I'll show one example.
alfred
2002-05-28
1
-1
/
+2
*
Assume __STDC__, remove non-__STDC__ code.
alfred
2002-05-28
1
-9
/
+0
*
$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
*
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
/
+64