summaryrefslogtreecommitdiff
path: root/libinterp/math.c
diff options
context:
space:
mode:
authorforsyth <forsyth@vitanuova.com>2012-01-03 21:08:02 +0000
committerforsyth <forsyth@vitanuova.com>2012-01-03 21:08:02 +0000
commitcd03a2dc3bfa8e793b2e4702966706c10d69b314 (patch)
tree5f08b409b6137c3a57f739f816efb10176269b66 /libinterp/math.c
parent70847ce7c3d2ee9800014eb328f362b8e335ac76 (diff)
20120103-2107
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