summaryrefslogtreecommitdiff
path: root/src/math/tgamma.c
AgeCommit message (Expand)AuthorLines
2013-11-21math: lgamma cleanup (simpler sin(pi*x) for the negative case)Szabolcs Nagy-20/+20
2013-08-15math: fix tgamma to raise underflow for large negative valuesSzabolcs Nagy-0/+1
2013-05-15math: use double_t for temporaries to avoid stores on i386Szabolcs Nagy-1/+1
2012-12-12math: add a non-dummy tgamma implementationSzabolcs Nagy-9/+214
2012-03-27math: add dummy tgamma and tgammaf implementationsnsz-0/+16