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