summaryrefslogtreecommitdiffstats
path: root/lib/libm/src/b_tgamma.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reduce libm's exports and make internal calls go direct.guenther2016-09-121-5/+3
* Per fpclassify(3): isinff(), isnanf(), finite(), and finitef() are deprecatedguenther2016-09-121-2/+2
* test LDBL_MANT_DIG == DBL_MANT_DIG instead of hardcoding 53.espie2013-07-031-3/+3
* Switch libc and libm to use strong aliases rather than weak aliasesmartynas2013-03-281-2/+2
* Get rid of the very ugly lint workarounds: LINTLIBRARY, PROTOLIB,martynas2013-01-131-8/+1
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-2/+1
* Finalize work on the math library. It's time to do this monstermartynas2011-07-061-2/+16
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-5/+1
* shut up lint; pointed out by theomartynas2008-06-121-8/+15
* - on non-ieee, rename gamma to tgamma, the 'true' gammamartynas2008-06-111-0/+329