From 37c774887664247b5a639a4e21be6442167fd8bc Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 9 Feb 2019 13:22:34 -0500 Subject: merge XOPEN identifiers --- src/math/gamma.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/math/gamma.c (limited to 'src/math/gamma.c') diff --git a/src/math/gamma.c b/src/math/gamma.c new file mode 100644 index 00000000..326d5154 --- /dev/null +++ b/src/math/gamma.c @@ -0,0 +1,10 @@ +#include + +double gamma(double x) +{ + return x; +} + +/* +XOPEN(4,600) +*/ -- cgit v1.2.1