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