summaryrefslogtreecommitdiff
path: root/src/math/expm1l.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-11math: add dummy implementations of 128 bit long double functionsSzabolcs Nagy1-0/+6
2012-11-12math: fix exception behaviour of expm1l.c on inf and nanSzabolcs Nagy1-13/+7
2012-03-19use scalbn or *2.0 instead of ldexp, fix fmalnsz1-3/+3
2012-03-13first commit of the new libm!Rich Felker1-0/+123