summaryrefslogtreecommitdiff
path: root/missing/tgamma.c
AgeCommit message (Expand)Author
2020-05-11sed -i 's|ruby/impl|ruby/internal|'卜部昌平
2020-05-11sed -i s|ruby/3|ruby/impl|g卜部昌平
2020-04-08Merge pull request #2991 from shyouhei/ruby.h卜部昌平
2017-05-12fix tgamma for inifitynobu
2017-05-12tgamma.c: unify versions with/without lgamma_rnobu
2008-07-02* missing/tgamma.c (tgamma): remove unused variable.mame
2008-06-15tgamma and lgamma_r is not a error function.akr
2008-03-20* missing/tgamma.c: include config.h before math.h. [ruby-dev:34075]mame
2008-02-09* missing/tgamma.c (tgamma): use lgamma_r if available.akr
2008-02-09* missing/tgamma.c (tgamma): add error check.akr
2008-02-07* math.c (math_gamma): new method Math.gamma.akr