about summary refs log tree commit diff
path: root/src/math/powf.c
Commit message (Expand)AuthorAgeFilesLines
* math: new powfSzabolcs Nagy2019-04-171-240/+166
* math: fix pow(+-0,-inf) not to raise divbyzero flagSzabolcs Nagy2015-04-181-1/+1
* math: fix pow(0,-inf) to raise divbyzero flagSzabolcs Nagy2013-08-151-1/+1
* clean up pow.c and powf.cnsz2012-03-201-21/+14
* code cleanup of named constantsnsz2012-03-191-17/+14
* math cleanup: use 1.0f instead of 1.0Fnsz2012-03-131-1/+1
* math cleanup: use 1.0f instead of (float)1.0nsz2012-03-131-3/+3
* first commit of the new libm!Rich Felker2012-03-131-0/+269