summaryrefslogtreecommitdiff
path: root/lib/msun/src/s_sin.c
Commit message (Expand)AuthorAgeFilesLines
* For small arguments, these functions use simple approximations,David Schultz2011-02-101-1/+1
* Inline __ieee754__rem_pio2(). With gcc4-2, this gives an averageBruce Evans2008-02-181-3/+4
* Add implementations of sinl(), cosl(), and tanl().David Schultz2008-02-171-0/+6
* Moved the optimization for tiny x from __kernel_{cos,sin}[f](x) toBruce Evans2005-10-241-1/+5
* Only provide one copy of the math functions. If we provide a MD function,Peter Wemm2003-07-231-1/+1
* 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-5/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Select between the generic math functions and the i387-specific onesBruce Evans1997-02-161-2/+2
* 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/+82