about summary refs log tree commit diff
path: root/src/math/log2l.c
Commit message (Expand)AuthorAgeFilesLines
* math: add dummy implementations of 128 bit long double functionsSzabolcs Nagy2015-03-111-0/+6
* math: extensive log*.c cleanupSzabolcs Nagy2013-10-281-1/+1
* math: raise flags in logl.c on <= 0 argumentsSzabolcs Nagy2012-11-131-2/+1
* math: raise flags in log2l.c on <= 0 arguments, and fix volatileSzabolcs Nagy2012-11-131-8/+3
* use scalbn or *2.0 instead of ldexp, fix fmalnsz2012-03-191-10/+10
* fix loads of missing const in new libm, and some global vars (?!) in powlRich Felker2012-03-181-4/+4
* first commit of the new libm!Rich Felker2012-03-131-0/+182