summaryrefslogtreecommitdiff
path: root/src/math/acos.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-15math: use double_t for temporaries to avoid stores on i386Szabolcs Nagy1-1/+1
2012-12-16math: use 0x1p-120f and 0x1p120f for tiny and huge valuesSzabolcs Nagy1-2/+2
2012-12-11math: clean up inverse trigonometric functionsSzabolcs Nagy1-37/+37
2012-11-14math: ld80 invtrig cleanupsSzabolcs Nagy1-0/+1
2012-03-19code cleanup of named constantsnsz1-7/+6
2012-03-18fix loads of missing const in new libm, and some global vars (?!) in powlRich Felker1-1/+1
2012-03-13first commit of the new libm!Rich Felker1-0/+101