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