summaryrefslogtreecommitdiff
path: root/src/math/powl.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-18math: fix pow(+-0,-inf) not to raise divbyzero flagSzabolcs Nagy1-1/+1
2015-03-11math: add dummy implementations of 128 bit long double functionsSzabolcs Nagy1-1/+6
2012-03-27math: fix a regression in powl and do some cleanupsnsz1-12/+11
2012-03-20clean up powl.cnsz1-92/+47
2012-03-19use scalbn or *2.0 instead of ldexp, fix fmalnsz1-51/+52
2012-03-18fix loads of missing const in new libm, and some global vars (?!) in powlRich Felker1-8/+8
2012-03-13first commit of the new libm!Rich Felker1-0/+562