summaryrefslogtreecommitdiff
path: root/src/math/powf.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-17math: new powfSzabolcs Nagy1-240/+166
2015-04-18math: fix pow(+-0,-inf) not to raise divbyzero flagSzabolcs Nagy1-1/+1
2013-08-15math: fix pow(0,-inf) to raise divbyzero flagSzabolcs Nagy1-1/+1
2012-03-20clean up pow.c and powf.cnsz1-21/+14
2012-03-19code cleanup of named constantsnsz1-17/+14
2012-03-13math cleanup: use 1.0f instead of 1.0Fnsz1-1/+1
2012-03-13math cleanup: use 1.0f instead of (float)1.0nsz1-3/+3
2012-03-13first commit of the new libm!Rich Felker1-0/+269