1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 03:30:27 +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:
Mark H Weaver 2011-02-01 04:40:33 -05:00 committed by Andy Wingo
parent 644350c8b1
commit 820381bc7f

11
NEWS
View file

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