summaryrefslogtreecommitdiff
path: root/libinterp/math.c
diff options
context:
space:
mode:
Diffstat (limited to 'libinterp/math.c')
-rw-r--r--libinterp/math.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libinterp/math.c b/libinterp/math.c
index 85b2d69e..cae8dc4e 100644
--- a/libinterp/math.c
+++ b/libinterp/math.c
@@ -274,7 +274,7 @@ Math_isnan(void *fp)
f = fp;
- *f->ret = isnan(f->x);
+ *f->ret = isNaN(f->x);
}
void