Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2018-09-12 | reduce spurious inclusion of libc.h | Rich Felker | -1/+0 |
2014-09-18 | math: fix exp10 not to raise invalid exception on NaN | Szabolcs Nagy | -1/+4 |
2012-11-18 | math: use float constants in exp10f.c | Szabolcs Nagy | -1/+1 |
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/+17 |