mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-30 15:00:21 +02:00
note inf? / nan? domain in NEWS
* NEWS: Add NEWS entry.
This commit is contained in:
parent
10391e06e0
commit
425d55f969
1 changed files with 7 additions and 0 deletions
7
NEWS
7
NEWS
|
@ -25,6 +25,13 @@ integer-expt. This is more correct, and conforming to R6RS, but seems
|
|||
to be incompatible with R5RS, which would return 0 for all non-zero
|
||||
values of N.
|
||||
|
||||
*** `inf?' and `nan?' now throw exceptions for non-reals
|
||||
|
||||
The domain of `inf?' and `nan?' is the real numbers. Guile now signals
|
||||
an error when a non-real number or non-number is passed to these
|
||||
procedures. (Note that NaNs _are_ considered numbers by scheme, despite
|
||||
their name).
|
||||
|
||||
*** New procedure: `finite?'
|
||||
|
||||
Add scm_finite_p `finite?' from R6RS to guile core, which returns #t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue