summaryrefslogtreecommitdiffstats
path: root/libm/k_sin.c
Commit message (Collapse)AuthorAgeFilesLines
* libm/*: mass removal of:Denis Vlasenko2008-12-221-15/+1
| | | | | | | | | 1. static char rcsid[] = "$NetBSD: ..." 2. /* @(#)s_scalbn.c 5.1 93/09/24 */ 3. #ifdef __STDC__ No code changes (verified with objdump)
* Hide all __kernel_x and __ieee754_Peter S. Mazinger2005-11-211-2/+2
|
* Trim off whitespaceEric Andersen2005-03-061-9/+9
|
* Totally rework the math library, this time based on the MacOs XEric Andersen2001-11-221-0/+79
math library (which is itself based on the math lib from FreeBSD). -Erik