about summary refs log tree commit diff
path: root/src/math/expl.c
Commit message (Expand)AuthorAgeFilesLines
* math: add dummy implementations of 128 bit long double functionsSzabolcs Nagy2015-03-111-0/+6
* math: fix underflow in exp*.c and long double handling in exp2lSzabolcs Nagy2013-09-051-1/+1
* math: expl.c cleanupSzabolcs Nagy2012-11-181-24/+19
* use scalbn or *2.0 instead of ldexp, fix fmalnsz2012-03-191-4/+4
* 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/+127