summaryrefslogtreecommitdiff
path: root/src/math/acosf.c
AgeCommit message (Expand)AuthorLines
2013-05-15math: use double_t for temporaries to avoid stores on i386Szabolcs Nagy-1/+1
2012-12-11math: clean up inverse trigonometric functionsSzabolcs Nagy-40/+37
2012-03-19code cleanup of named constantsnsz-7/+6
2012-03-18fix loads of missing const in new libm, and some global vars (?!) in powlRich Felker-1/+1
2012-03-13math cleanup: use 1.0f instead of (float)1.0nsz-6/+6
2012-03-13first commit of the new libm!Rich Felker-0/+75