diff options
Diffstat (limited to 'src/math/tgamma.c')
| -rw-r--r-- | src/math/tgamma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/tgamma.c b/src/math/tgamma.c index 25778059..b80584ac 100644 --- a/src/math/tgamma.c +++ b/src/math/tgamma.c @@ -4,7 +4,7 @@ TYPE TGFN(tgamma)(TYPE x) { - return 0.0; + return x; } /* |
