about summary refs log tree commit diff
path: root/src/math/atanhf.c
Commit message (Expand)AuthorAgeFilesLines
* math: fix atanh (overflow and underflow issues)Szabolcs Nagy2013-09-051-5/+13
* math: rewrite inverse hyperbolic functions to be simpler/smallerSzabolcs Nagy2012-12-111-36/+14
* code cleanup of named constantsnsz2012-03-191-6/+5
* math cleanup: use 1.0f instead of (float)1.0nsz2012-03-131-2/+2
* first commit of the new libm!Rich Felker2012-03-131-0/+43