summaryrefslogtreecommitdiff
path: root/src/math/asinf.c
AgeCommit message (Expand)AuthorLines
2013-08-15math: fix asin, atan, log1p, tanh to raise underflow on subnormalSzabolcs Nagy-4/+3
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-26/+25
2012-03-19code cleanup of named constantsnsz-5/+4
2012-03-13math cleanup: use 1.0f instead of (float)1.0nsz-1/+1
2012-03-13first commit of the new libm!Rich Felker-0/+64