From 7b232758cd9a6d68d386952dab8a37ad66b0c352 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Thu, 9 May 2002 19:35:32 +0000 Subject: [PATCH] Added inf? and nan?. --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 40e998684..e5704b212 100644 --- a/NEWS +++ b/NEWS @@ -20,6 +20,8 @@ debugging evaluator gives better error messages. * Changes to Scheme functions and syntax +** New function 'unsetenv'. + ** There is support for Infinity and NaNs. Following PLT Scheme, Guile can now work with infinite numbers, and @@ -45,6 +47,9 @@ For example (/ 0) ERROR: Numerical overflow +Two new predicates 'inf?' and 'nan?' can be used to test for the +special values. + ** We now have uninterned symbols. The new function 'make-symbol' will return a uninterned symbol. This