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