about summary refs log tree commit diff
path: root/src/math/exp10l.c
Commit message (Expand)AuthorAgeFilesLines
* reduce spurious inclusion of libc.hRich Felker2018-09-121-1/+0
* math: fix exp10 not to raise invalid exception on NaNSzabolcs Nagy2014-09-181-2/+5
* fix exp10l.c to include float.hSzabolcs Nagy2014-09-081-0/+1
* prune math code on archs with binary64 long doubleSzabolcs Nagy2014-09-081-0/+7
* math: fix long double constants in exp10l.cSzabolcs Nagy2012-11-121-2/+2
* support alternate glibc name pow10 for exp10Rich Felker2012-05-011-0/+3
* first try at writing an efficient and "correct" exp10Rich Felker2012-04-301-0/+19