summaryrefslogtreecommitdiff
path: root/src/math/exp10f.c
AgeCommit message (Expand)AuthorLines
2018-09-12reduce spurious inclusion of libc.hRich Felker-1/+0
2014-09-18math: fix exp10 not to raise invalid exception on NaNSzabolcs Nagy-1/+4
2012-11-18math: use float constants in exp10f.cSzabolcs Nagy-1/+1
2012-05-01support alternate glibc name pow10 for exp10Rich Felker-0/+3
2012-04-30first try at writing an efficient and "correct" exp10Rich Felker-0/+17