about summary refs log tree commit diff
path: root/src/math/pow.c
Commit message (Expand)AuthorAgeFilesLines
* math: new powSzabolcs Nagy2019-04-171-303/+318
* math: fix pow signed shift ubSzabolcs Nagy2016-10-201-2/+2
* math: fix pow(+-0,-inf) not to raise divbyzero flagSzabolcs Nagy2015-04-181-1/+1
* math: fix pow(x,-1) to raise underflow properlySzabolcs Nagy2013-08-151-2/+14
* math: fix pow(0,-inf) to raise divbyzero flagSzabolcs Nagy2013-08-151-1/+1
* clean up pow.c and powf.cnsz2012-03-201-36/+29
* code cleanup of named constantsnsz2012-03-191-20/+17
* math cleanup: use 1.0f instead of 1.0Fnsz2012-03-131-1/+1
* first commit of the new libm!Rich Felker2012-03-131-0/+326