summaryrefslogtreecommitdiff
path: root/src/math/yn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/yn.c')
-rw-r--r--src/math/yn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/math/yn.c b/src/math/yn.c
index 2a39b015..54460859 100644
--- a/src/math/yn.c
+++ b/src/math/yn.c
@@ -4,6 +4,7 @@
double yn(int n, double x)
{
+ SIGNAL_SAFE(0);
return x;
}