Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2015-04-18 | math: fix pow(+-0,-inf) not to raise divbyzero flag | Szabolcs Nagy | -1/+1 |
2015-03-11 | math: add dummy implementations of 128 bit long double functions | Szabolcs Nagy | -1/+6 |
2012-03-27 | math: fix a regression in powl and do some cleanups | nsz | -12/+11 |
2012-03-20 | clean up powl.c | nsz | -92/+47 |
2012-03-19 | use scalbn or *2.0 instead of ldexp, fix fmal | nsz | -51/+52 |
2012-03-18 | fix loads of missing const in new libm, and some global vars (?!) in powl | Rich Felker | -8/+8 |
2012-03-13 | first commit of the new libm! | Rich Felker | -0/+562 |