about summary refs log tree commit diff
path: root/src/math/expm1f.c
Commit message (Expand)AuthorAgeFilesLines
* math: fix expm1f overflow thresholdSzabolcs Nagy2021-02-101-2/+1
* math: remove STRICT_ASSIGN macroSzabolcs Nagy2013-09-061-1/+1
* math: fix underflow in exp*.c and long double handling in exp2lSzabolcs Nagy2013-09-051-39/+26
* code cleanup of named constantsnsz2012-03-191-8/+7
* math cleanup: use 1.0f instead of (float)1.0nsz2012-03-131-11/+11
* first commit of the new libm!Rich Felker2012-03-131-0/+125