about summary refs log tree commit diff
path: root/src/math/lgammal.c
Commit message (Expand)AuthorAgeFilesLines
* reduce spurious inclusion of libc.hRich Felker2018-09-121-1/+0
* move lgamma-related internal declarations to libm.hRich Felker2018-09-121-6/+0
* math: add dummy implementations of 128 bit long double functionsSzabolcs Nagy2015-03-111-2/+8
* math: lgamma cleanup (simpler sin(pi*x) for the negative case)Szabolcs Nagy2013-11-211-60/+28
* math: remove a useless assignment in lgammal found by clang analyzerSzabolcs Nagy2013-10-041-2/+2
* math: remove libc.h include from libm.hSzabolcs Nagy2013-09-051-0/+1
* math: fix remaining old long double code (erfl, fmal, lgammal, scalbnl)Szabolcs Nagy2013-09-051-28/+17
* math: remove comment about aliasing lgamma as gammansz2012-03-271-0/+2
* code cleanup of named constantsnsz2012-03-191-26/+22
* other side of the signgam namespace fix: use the internal nameRich Felker2012-03-161-1/+3
* fix namespace issues for lgamma, etc.Rich Felker2012-03-161-8/+10
* in math.h make lgamma_r and non-double bessel _GNU_SOURCE onlynsz2012-03-151-0/+1
* first commit of the new libm!Rich Felker2012-03-131-0/+393