about summary refs log tree commit diff
path: root/src/math/acosf.c
Commit message (Expand)AuthorAgeFilesLines
* 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-40/+37
* code cleanup of named constantsnsz2012-03-191-7/+6
* fix loads of missing const in new libm, and some global vars (?!) in powlRich Felker2012-03-181-1/+1
* math cleanup: use 1.0f instead of (float)1.0nsz2012-03-131-6/+6
* first commit of the new libm!Rich Felker2012-03-131-0/+75