summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/e_lgamma_r.c
Commit message (Expand)AuthorAgeFilesLines
* The value small=2**-(p+3), where p is the precision, can be determine fromkargl2014-10-091-23/+24
* Remove whitespace and 2 blank lines.kargl2014-10-021-14/+12
* * Whitespace.kargl2014-09-251-3/+1
* For targets that have a signed zero, lgamma_r(-0, &signgamp) shouldkargl2014-09-171-1/+5
* * Makefile:kargl2014-09-151-6/+13
* Remove an initialized, but otherwise, unused variable.kargl2014-09-041-1/+0
* According to the ISO C standard, lgamma(-integer) returnskargl2014-09-011-6/+7
* Fix a tab that somehow became 8 spaces.kargl2014-09-011-2/+2
* Compute sin(pi*x) without actually doing the pi*x multiplication.kargl2014-08-311-26/+24
* 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-6/+8
* Reduce diffs against vendor source (Sun fdlibm 5.3).das2005-02-041-16/+18
* 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-17/+17
* J.T. Conklin's latest version of the Sun math library.jkh1994-08-191-0/+312
OpenPOWER on IntegriCloud