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