summaryrefslogtreecommitdiff
path: root/src/math/acoshf.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-07math: use sqrtl if FLT_EVAL_METHOD==2 in acosh and acoshfSzabolcs Nagy1-0/+8
2013-09-05math: fix acoshf on negative valuesSzabolcs Nagy1-5/+6
2012-12-11math: rewrite inverse hyperbolic functions to be simpler/smallerSzabolcs Nagy1-36/+11
2012-03-19code cleanup of named constantsnsz1-4/+3
2012-03-13math cleanup: use 1.0f instead of (float)1.0nsz1-2/+2
2012-03-13first commit of the new libm!Rich Felker1-0/+43