summaryrefslogtreecommitdiff
path: root/src/math/expl.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-11math: add dummy implementations of 128 bit long double functionsSzabolcs Nagy1-0/+6
2013-09-05math: fix underflow in exp*.c and long double handling in exp2lSzabolcs Nagy1-1/+1
2012-11-18math: expl.c cleanupSzabolcs Nagy1-24/+19
2012-03-19use scalbn or *2.0 instead of ldexp, fix fmalnsz1-4/+4
2012-03-18fix loads of missing const in new libm, and some global vars (?!) in powlRich Felker1-2/+2
2012-03-13first commit of the new libm!Rich Felker1-0/+127