summaryrefslogtreecommitdiff
path: root/src/math/atan2l.c
AgeCommit message (Expand)AuthorLines
2013-09-05math: long double inverse trigonometric cleanup (acosl, asinl, atanl, atan2l)Szabolcs Nagy-28/+22
2013-08-15math: clean up atan2.cSzabolcs Nagy-23/+13
2012-12-16math: use 0x1p-120f and 0x1p120f for tiny and huge valuesSzabolcs Nagy-11/+11
2012-12-11math: clean up inverse trigonometric functionsSzabolcs Nagy-21/+19
2012-11-14math: ld80 invtrig cleanupsSzabolcs Nagy-17/+15
2012-03-19code cleanup of named constantsnsz-3/+2
2012-03-19remove long double const workaroundsnsz-9/+1
2012-03-18fix loads of missing const in new libm, and some global vars (?!) in powlRich Felker-2/+2
2012-03-13first commit of the new libm!Rich Felker-0/+114