diff options
Diffstat (limited to 'src/math/jn.c')
| -rw-r--r-- | src/math/jn.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/math/jn.c b/src/math/jn.c index b151f02b..02cce558 100644 --- a/src/math/jn.c +++ b/src/math/jn.c @@ -4,6 +4,7 @@ double jn(int n, double x) { + SIGNAL_SAFE(0); return x; } |
