summaryrefslogtreecommitdiff
path: root/src/math/log2l.c
AgeCommit message (Expand)AuthorLines
2015-03-11math: add dummy implementations of 128 bit long double functionsSzabolcs Nagy-0/+6
2013-10-28math: extensive log*.c cleanupSzabolcs Nagy-1/+1
2012-11-13math: raise flags in logl.c on <= 0 argumentsSzabolcs Nagy-2/+1
2012-11-13math: raise flags in log2l.c on <= 0 arguments, and fix volatileSzabolcs Nagy-8/+3
2012-03-19use scalbn or *2.0 instead of ldexp, fix fmalnsz-10/+10
2012-03-18fix loads of missing const in new libm, and some global vars (?!) in powlRich Felker-4/+4
2012-03-13first commit of the new libm!Rich Felker-0/+182