summaryrefslogtreecommitdiffstats
path: root/lib/libm/src/s_sin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reduce libm's exports and make internal calls go direct.guenther2016-09-121-4/+2
* test LDBL_MANT_DIG == DBL_MANT_DIG instead of hardcoding 53.espie2013-07-031-2/+2
* Switch libc and libm to use strong aliases rather than weak aliasesmartynas2013-03-281-1/+1
* Get rid of the very ugly lint workarounds: LINTLIBRARY, PROTOLIB,martynas2013-01-131-7/+0
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-1/+0
* Trick lint into recording the right prototypes in the llib-lm.lnmartynas2011-05-301-4/+9
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-4/+0
* use sys/cdefs.h; pointed out by theomartynas2008-12-101-1/+1
* - 80-bit and quad precision trigonometric and other mostmartynas2008-12-091-1/+10
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-6/+2
* initial import of NetBSD treederaadt1995-10-181-0/+82