summaryrefslogtreecommitdiff
path: root/lib/msun/src/s_sin.c
AgeCommit message (Expand)Author
2024-01-28lib/msun: Cleanup after $FreeBSD$ removalSteve Kargl
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2011-02-10For small arguments, these functions use simple approximations,David Schultz
2008-02-18Inline __ieee754__rem_pio2(). With gcc4-2, this gives an averageBruce Evans
2008-02-17Add implementations of sinl(), cosl(), and tanl().David Schultz
2005-10-24Moved the optimization for tiny x from __kernel_{cos,sin}[f](x) toBruce Evans
2003-07-23Only provide one copy of the math functions. If we provide a MD function,Peter Wemm
2002-05-28Fix formatting, this is hard to explain, so I'll show one example.Alfred Perlstein
2002-05-28Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1997-02-22Revert $FreeBSD$ to $Id$Peter Wemm
1997-02-16Select between the generic math functions and the i387-specific onesBruce Evans
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1995-05-30Remove trailing whitespace.Rodney W. Grimes
1994-08-19J.T. Conklin's latest version of the Sun math library.Jordan K. Hubbard