about summary refs log tree commit diff
path: root/src/math/atan2f.c
Commit message (Expand)AuthorAgeFilesLines
* math: clean up atan2.cSzabolcs Nagy2013-08-151-34/+25
* code cleanup of named constantsnsz2012-03-191-3/+2
* fix loads of missing const in new libm, and some global vars (?!) in powlRich Felker2012-03-181-2/+2
* math cleanup: use 1.0f instead of (float)1.0nsz2012-03-131-3/+3
* first commit of the new libm!Rich Felker2012-03-131-0/+93