summaryrefslogtreecommitdiff
path: root/src/math/sincosf.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-12math: define _GNU_SOURCE when implementing non-standard math functionsSzabolcs Nagy1-0/+1
2013-05-18math: sin cos cleanupSzabolcs Nagy1-21/+24
2012-12-07fix trailing whitespace issues that crept in here and thereRich Felker1-1/+1
2012-03-15efficient sincos based on sin and cosnsz1-0/+113