1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 16:00:22 +02:00

Added inf? and nan?.

This commit is contained in:
Marius Vollmer 2002-05-09 19:35:32 +00:00
parent 06dba652b0
commit 7b232758cd

5
NEWS
View file

@ -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