summaryrefslogtreecommitdiff
path: root/src/math/atan2f.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-15math: clean up atan2.cSzabolcs Nagy1-34/+25
2012-03-19code cleanup of named constantsnsz1-3/+2
2012-03-18fix loads of missing const in new libm, and some global vars (?!) in powlRich Felker1-2/+2
2012-03-13math cleanup: use 1.0f instead of (float)1.0nsz1-3/+3
2012-03-13first commit of the new libm!Rich Felker1-0/+93