mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-30 00:40:20 +02:00
Added inf? and nan?.
This commit is contained in:
parent
06dba652b0
commit
7b232758cd
1 changed files with 5 additions and 0 deletions
5
NEWS
5
NEWS
|
@ -20,6 +20,8 @@ debugging evaluator gives better error messages.
|
||||||
|
|
||||||
* Changes to Scheme functions and syntax
|
* Changes to Scheme functions and syntax
|
||||||
|
|
||||||
|
** New function 'unsetenv'.
|
||||||
|
|
||||||
** There is support for Infinity and NaNs.
|
** There is support for Infinity and NaNs.
|
||||||
|
|
||||||
Following PLT Scheme, Guile can now work with infinite numbers, and
|
Following PLT Scheme, Guile can now work with infinite numbers, and
|
||||||
|
@ -45,6 +47,9 @@ For example
|
||||||
(/ 0)
|
(/ 0)
|
||||||
ERROR: Numerical overflow
|
ERROR: Numerical overflow
|
||||||
|
|
||||||
|
Two new predicates 'inf?' and 'nan?' can be used to test for the
|
||||||
|
special values.
|
||||||
|
|
||||||
** We now have uninterned symbols.
|
** We now have uninterned symbols.
|
||||||
|
|
||||||
The new function 'make-symbol' will return a uninterned symbol. This
|
The new function 'make-symbol' will return a uninterned symbol. This
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue