summaryrefslogtreecommitdiff
path: root/src/math/lgammaf_r.c
AgeCommit message (Expand)AuthorLines
2018-09-12reduce spurious inclusion of libc.hRich Felker-1/+0
2013-11-21math: lgamma cleanup (simpler sin(pi*x) for the negative case)Szabolcs Nagy-61/+31
2013-09-05math: remove libc.h include from libm.hSzabolcs Nagy-0/+1
2012-03-19code cleanup of named constantsnsz-22/+18
2012-03-16fix namespace issues for lgamma, etc.Rich Felker-1/+3
2012-03-13math cleanup: use 1.0f instead of (float)1.0nsz-16/+16
2012-03-13first commit of the new libm!Rich Felker-0/+250