about summary refs log tree commit diff
path: root/src/math/atanl.c
Commit message (Expand)AuthorAgeFilesLines
* fix unintended global symbols in atanl.cDan Gohman2019-04-031-3/+3
* math: long double inverse trigonometric cleanup (acosl, asinl, atanl, atan2l)Szabolcs Nagy2013-09-051-19/+75
* math: clean up atan2.cSzabolcs Nagy2013-08-151-6/+7
* 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-20/+13
* math: ld80 invtrig cleanupsSzabolcs Nagy2012-11-141-0/+45
* code cleanup of named constantsnsz2012-03-191-7/+5
* first commit of the new libm!Rich Felker2012-03-131-0/+91