summaryrefslogtreecommitdiffstats
path: root/lib/libm/src/e_pow.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of corner cases in the implementation of pow(3) to make itkettenis2013-08-021-3/+6
* test LDBL_MANT_DIG == DBL_MANT_DIG instead of hardcoding 53.espie2013-07-031-2/+2
* Switch libc and libm to use strong aliases rather than weak aliasesmartynas2013-03-281-1/+1
* Get rid of the very ugly lint workarounds: LINTLIBRARY, PROTOLIB,martynas2013-01-131-7/+0
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-1/+0
* Finalize work on the math library. It's time to do this monstermartynas2011-07-061-1/+15
* 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-3/+3
* get in the bug fix for pow, from fdlibm 5.3. also adapt it formartynas2008-07-201-38/+39
* Avoid shadowing of external symbols by local variables; whoeverotto2006-04-251-6/+6
* 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/+308