summaryrefslogtreecommitdiffstats
path: root/lib/libm/src/e_powf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reduce libm's exports and make internal calls go direct.guenther2016-09-121-0/+1
* Fix a couple of corner cases in the implementation of pow(3) to make itkettenis2013-08-021-1/+4
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-4/+0
* - replace dtoa w/ David's gdtoa, version 2008-03-15martynas2008-09-071-2/+2
* get in the bug fix for pow, from fdlibm 5.3. also adapt it formartynas2008-07-201-1/+1
* Avoid shadowing of external symbols by local variables; whoeverotto2006-04-251-5/+5
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-10/+2
* initial import of NetBSD treederaadt1995-10-181-0/+253