summaryrefslogtreecommitdiff
path: root/src/math/pow.c
AgeCommit message (Expand)AuthorLines
2013-08-15math: fix pow(x,-1) to raise underflow properlySzabolcs Nagy-2/+14
2013-08-15math: fix pow(0,-inf) to raise divbyzero flagSzabolcs Nagy-1/+1
2012-03-20clean up pow.c and powf.cnsz-36/+29
2012-03-19code cleanup of named constantsnsz-20/+17
2012-03-13math cleanup: use 1.0f instead of 1.0Fnsz-1/+1
2012-03-13first commit of the new libm!Rich Felker-0/+326