about summary refs log tree commit diff
path: root/src/math/powl.c
Commit message (Expand)AuthorAgeFilesLines
* math: fix pow(+-0,-inf) not to raise divbyzero flagSzabolcs Nagy2015-04-181-1/+1
* math: add dummy implementations of 128 bit long double functionsSzabolcs Nagy2015-03-111-1/+6
* 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