diff options
Diffstat (limited to 'src/math/gamma.c')
-rw-r--r-- | src/math/gamma.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/math/gamma.c b/src/math/gamma.c deleted file mode 100644 index 644b5fac..00000000 --- a/src/math/gamma.c +++ /dev/null @@ -1,12 +0,0 @@ -#include <math.h> - -double gamma(double x) -{ - SIGNAL_SAFE(0); - return x; -} - -/* -XOPEN(4,600) -LINK(m) -*/ |