about summary refs log tree commit diff
path: root/src/math/asin.c
Commit message (Expand)AuthorAgeFilesLines
* math: fix asin, atan, log1p, tanh to raise underflow on subnormalSzabolcs Nagy2013-08-151-4/+2
* math: use double_t for temporaries to avoid stores on i386Szabolcs Nagy2013-05-151-1/+1
* math: use 0x1p-120f and 0x1p120f for tiny and huge valuesSzabolcs Nagy2012-12-161-2/+2
* math: clean up inverse trigonometric functionsSzabolcs Nagy2012-12-111-35/+36
* code cleanup of named constantsnsz2012-03-191-5/+4
* first commit of the new libm!Rich Felker2012-03-131-0/+109