summaryrefslogtreecommitdiff
path: root/lib/msun/src/k_cosf.c
Commit message (Expand)AuthorAgeFilesLines
* Rearranged the polynomial evaluation to reduce dependencies, as inBruce Evans2005-11-301-4/+6
* Use only double precision for "kernel" cosf and sinf (except forBruce Evans2005-11-281-12/+11
* Mess up the "kernel" float trig function .c files with ifdefs so thatBruce Evans2005-11-211-0/+5
* Improved comments for the minimax polynomial.Bruce Evans2005-11-121-4/+4
* Use fairly optimal minimax polynomials for __kernel_cosf() andBruce Evans2005-10-281-8/+7
* Use a better algorithm for reducing the error in __kernel_cos[f]().Bruce Evans2005-10-261-27/+5
* Moved the optimization for tiny x from __kernel_{cos,sin}[f](x) toBruce Evans2005-10-241-3/+0
* Fix numerous errors of >= 1 ulp for cosf(x) and sinf(x) (1 line)Bruce Evans2005-10-091-1/+12
* Fix formatting, this is hard to explain, so I'll show one example.Alfred Perlstein2002-05-281-1/+2
* Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein2002-05-281-9/+0
* $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
* 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/+64