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: add dummy implementations of 128 bit long double functions | Szabolcs Nagy | 2015-03-11 | 1 | -1/+6 |
* | math: fix a regression in powl and do some cleanups | nsz | 2012-03-27 | 1 | -12/+11 |
* | clean up powl.c | nsz | 2012-03-20 | 1 | -92/+47 |
* | use scalbn or *2.0 instead of ldexp, fix fmal | nsz | 2012-03-19 | 1 | -51/+52 |
* | fix loads of missing const in new libm, and some global vars (?!) in powl | Rich Felker | 2012-03-18 | 1 | -8/+8 |
* | first commit of the new libm! | Rich Felker | 2012-03-13 | 1 | -0/+562 |