diff options
Diffstat (limited to 'src/math/gamma.c')
-rw-r--r-- | src/math/gamma.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/math/gamma.c b/src/math/gamma.c index 524eb70d..644b5fac 100644 --- a/src/math/gamma.c +++ b/src/math/gamma.c @@ -1,5 +1,3 @@ -#if 0 - #include <math.h> double gamma(double x) @@ -12,6 +10,3 @@ double gamma(double x) XOPEN(4,600) LINK(m) */ - - -#endif |