diff options
Diffstat (limited to 'src/math/j1.c')
-rw-r--r-- | src/math/j1.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/math/j1.c b/src/math/j1.c index 2e64089b..b414e63c 100644 --- a/src/math/j1.c +++ b/src/math/j1.c @@ -1,3 +1,5 @@ +#if 0 + #include <math.h> double j1(double x) @@ -9,3 +11,6 @@ double j1(double x) XOPEN(4) LINK(m) */ + + +#endif |