aboutsummaryrefslogtreecommitdiff
path: root/src/interp/sfsfun.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/sfsfun.boot')
-rw-r--r--src/interp/sfsfun.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/sfsfun.boot b/src/interp/sfsfun.boot
index 2496d99c..d6b251e4 100644
--- a/src/interp/sfsfun.boot
+++ b/src/interp/sfsfun.boot
@@ -75,7 +75,7 @@ FloatError(formatstring,arg) ==
ERROR FORMAT([],formatstring,arg)
nangenericcomplex () ==
- 1.0/COMPLEX(0.0)
+ COMPLEX NaNQ()