guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Fix and combine NEWS entries on `infinite?' and `finite?'


From: Mark H Weaver
Subject: [PATCH] Fix and combine NEWS entries on `infinite?' and `finite?'
Date: Tue, 01 Feb 2011 04:47:06 -0500

Another small and obvious patch.

     Mark

>From 13e427d5c3e8eddbe48fcc31d6012cf31172e802 Mon Sep 17 00:00:00 2001
From: Mark H Weaver <address@hidden>
Date: Tue, 1 Feb 2011 04:40:33 -0500
Subject: [PATCH] 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.
---
 NEWS |   11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/NEWS b/NEWS
index 3770cde..2ba79a6 100644
--- a/NEWS
+++ b/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
 
-- 
1.5.6.5


reply via email to

[Prev in Thread] Current Thread [Next in Thread]