mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Fix and combine NEWS entries on infinite?' and
finite?'
* NEWS: Fix and combine NEWS entries on `infinite?' and `finite?'. Previous, they stated that these predicates now work on non-real complex numbers, but that is not the case.
This commit is contained in:
parent
644350c8b1
commit
820381bc7f
1 changed files with 2 additions and 9 deletions
11
NEWS
11
NEWS
|
@ -186,15 +186,8 @@ remainder operators' for more information.
|
|||
|
||||
**** `infinite?' changes
|
||||
|
||||
`infinite?' now returns #t for non-real complex infinities, and throws
|
||||
exceptions for non-numbers. (Note that NaNs _are_ considered numbers
|
||||
by scheme, despite their name).
|
||||
|
||||
**** `finite?' changes
|
||||
|
||||
`finite?' now returns #f for NaNs and non-real complex infinities, and
|
||||
throws exceptions for non-numbers. (Note that NaNs _are_ considered
|
||||
numbers by scheme, despite their name).
|
||||
`infinite?' and `finite?' now throw exceptions for non-numbers. (Note
|
||||
that NaNs _are_ considered numbers by scheme, despite their name).
|
||||
|
||||
**** `real-valued?', `rational-valued?' and `integer-valued?' changes
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue