Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | math: fix pow(+-0,-inf) not to raise divbyzero flag | Szabolcs Nagy | 2015-04-18 | 1 | -1/+1 |
* | math: fix pow(x,-1) to raise underflow properly | Szabolcs Nagy | 2013-08-15 | 1 | -2/+14 |
* | math: fix pow(0,-inf) to raise divbyzero flag | Szabolcs Nagy | 2013-08-15 | 1 | -1/+1 |
* | clean up pow.c and powf.c | nsz | 2012-03-20 | 1 | -36/+29 |
* | code cleanup of named constants | nsz | 2012-03-19 | 1 | -20/+17 |
* | math cleanup: use 1.0f instead of 1.0F | nsz | 2012-03-13 | 1 | -1/+1 |
* | first commit of the new libm! | Rich Felker | 2012-03-13 | 1 | -0/+326 |