diff options
| author | forsyth <forsyth@vitanuova.com> | 2012-01-03 21:08:02 +0000 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2012-01-03 21:08:02 +0000 |
| commit | cd03a2dc3bfa8e793b2e4702966706c10d69b314 (patch) | |
| tree | 5f08b409b6137c3a57f739f816efb10176269b66 /libinterp | |
| parent | 70847ce7c3d2ee9800014eb328f362b8e335ac76 (diff) | |
20120103-2107
Diffstat (limited to 'libinterp')
| -rw-r--r-- | libinterp/math.c | 2 |
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 |
