about summary refs log tree commit diff
path: root/src/math/asinf.c
Commit message (Expand)AuthorAgeFilesLines
* math: fix asin, atan, log1p, tanh to raise underflow on subnormalSzabolcs Nagy2013-08-151-4/+3
* math: use double_t for temporaries to avoid stores on i386Szabolcs Nagy2013-05-151-1/+1
* math: clean up inverse trigonometric functionsSzabolcs Nagy2012-12-111-26/+25
* code cleanup of named constantsnsz2012-03-191-5/+4
* math cleanup: use 1.0f instead of (float)1.0nsz2012-03-131-1/+1
* first commit of the new libm!Rich Felker2012-03-131-0/+64