aboutsummaryrefslogtreecommitdiffstats
path: root/missing/tgamma.c
Commit message (Expand)AuthorAgeFilesLines
* fix tgamma for inifitynobu2017-05-121-0/+21
* tgamma.c: unify versions with/without lgamma_rnobu2017-05-121-26/+10
* * missing/tgamma.c (tgamma): remove unused variable.mame2008-07-021-1/+0
* tgamma and lgamma_r is not a error function.akr2008-06-151-1/+1
* * missing/tgamma.c: include config.h before math.h. [ruby-dev:34075]mame2008-03-201-1/+1
* * missing/tgamma.c (tgamma): use lgamma_r if available.akr2008-02-091-1/+30
* * missing/tgamma.c (tgamma): add error check.akr2008-02-091-2/+17
* * math.c (math_gamma): new method Math.gamma.akr2008-02-071-0/+49