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