Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * missing/tgamma.c (tgamma): remove unused variable. | mame | 2008-07-02 | 1 | -1/+0 |
* | tgamma and lgamma_r is not a error function. | akr | 2008-06-15 | 1 | -1/+1 |
* | * missing/tgamma.c: include config.h before math.h. [ruby-dev:34075] | mame | 2008-03-20 | 1 | -1/+1 |
* | * missing/tgamma.c (tgamma): use lgamma_r if available. | akr | 2008-02-09 | 1 | -1/+30 |
* | * missing/tgamma.c (tgamma): add error check. | akr | 2008-02-09 | 1 | -2/+17 |
* | * math.c (math_gamma): new method Math.gamma. | akr | 2008-02-07 | 1 | -0/+49 |