summaryrefslogtreecommitdiff
path: root/src/math/lgamma_r.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-12reduce spurious inclusion of libc.hRich Felker1-1/+0
2013-11-21math: lgamma cleanup (simpler sin(pi*x) for the negative case)Szabolcs Nagy1-61/+31
2013-09-05math: remove libc.h include from libm.hSzabolcs Nagy1-0/+1
2012-03-19code cleanup of named constantsnsz1-27/+23
2012-03-16fix namespace issues for lgamma, etc.Rich Felker1-1/+3
2012-03-13first commit of the new libm!Rich Felker1-0/+315