Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2014-09-18 | math: fix exp10 not to raise invalid exception on NaN | Szabolcs Nagy | -2/+5 |
2014-09-08 | fix exp10l.c to include float.h | Szabolcs Nagy | -0/+1 |
2014-09-08 | prune math code on archs with binary64 long double | Szabolcs Nagy | -0/+7 |
2012-11-12 | math: fix long double constants in exp10l.c | Szabolcs Nagy | -2/+2 |
2012-05-01 | support alternate glibc name pow10 for exp10 | Rich Felker | -0/+3 |
2012-04-30 | first try at writing an efficient and "correct" exp10 | Rich Felker | -0/+19 |