about summary refs log tree commit diff
path: root/src/math/atan2l.c
Commit message (Expand)AuthorAgeFilesLines
* math: long double inverse trigonometric cleanup (acosl, asinl, atanl, atan2l)Szabolcs Nagy2013-09-051-28/+22
* math: clean up atan2.cSzabolcs Nagy2013-08-151-23/+13
* math: use 0x1p-120f and 0x1p120f for tiny and huge valuesSzabolcs Nagy2012-12-161-11/+11
* math: clean up inverse trigonometric functionsSzabolcs Nagy2012-12-111-21/+19
* math: ld80 invtrig cleanupsSzabolcs Nagy2012-11-141-17/+15
* code cleanup of named constantsnsz2012-03-191-3/+2
* remove long double const workaroundsnsz2012-03-191-9/+1
* fix loads of missing const in new libm, and some global vars (?!) in powlRich Felker2012-03-181-2/+2
* first commit of the new libm!Rich Felker2012-03-131-0/+114