about summary refs log tree commit diff
path: root/src/math/expf.c
Commit message (Expand)AuthorAgeFilesLines
* math: expf.c cleanupSzabolcs Nagy2012-11-181-54/+44
* code cleanup of named constantsnsz2012-03-191-5/+4
* 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-3/+3
* first commit of the new libm!Rich Felker2012-03-131-0/+95