summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/e_lgammaf_r.c
Commit message (Expand)AuthorAgeFilesLines
* Synchronize most of libm with head as of r323004. This excludes a fewdim2018-02-241-1/+1
* The value small=2**-(p+3), where p is the precision, can be determine fromkargl2014-10-091-21/+22
* For targets that have a signed zero, lgamma_r(-0, &signgamp) shouldkargl2014-09-171-1/+5
* * Makefile:kargl2014-09-151-92/+79
* Remove an initialized, but otherwise, unused variable.kargl2014-09-041-1/+0
* According to the ISO C standard, lgamma(-integer) returnskargl2014-09-011-5/+6
* Fix a tab that somehow became 8 spaces.kargl2014-09-011-8/+3
* Compute sin(pi*x) without actually doing the pi*x multiplication.kargl2014-08-311-27/+25
* Remove some unnecessary initializations.das2011-10-151-1/+0
* s/rcsid/__FBSDID/das2008-02-221-3/+2
* Don't assume that int is signed 32-bits in one place. Keep assumingbde2007-05-021-2/+3
* Fixed about 50 million errors of infinity ulps and about 3 million errorsbde2005-11-281-1/+1
* Use only double precision for "kernel" cosf and sinf (except forbde2005-11-281-6/+6
* Fix formatting, this is hard to explain, so I'll show one example.alfred2002-05-281-1/+2
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-281-18/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Remove trailing whitespace.rgrimes1995-05-301-8/+8
* J.T. Conklin's latest version of the Sun math library.jkh1994-08-191-0/+248
OpenPOWER on IntegriCloud