about summary refs log tree commit diff
path: root/src/math/powl.c
Commit message (Expand)AuthorAgeFilesLines
* math: fix a regression in powl and do some cleanupsnsz2012-03-271-12/+11
* clean up powl.cnsz2012-03-201-92/+47
* use scalbn or *2.0 instead of ldexp, fix fmalnsz2012-03-191-51/+52
* fix loads of missing const in new libm, and some global vars (?!) in powlRich Felker2012-03-181-8/+8
* first commit of the new libm!Rich Felker2012-03-131-0/+562