ArithmeticValue.st
changeset 9400 e3d6f81078ce
parent 8979 869510c58b9c
child 9443 5d3f32a6f43e
--- a/ArithmeticValue.st	Fri Jun 23 13:06:53 2006 +0200
+++ b/ArithmeticValue.st	Thu Jun 29 10:17:40 2006 +0200
@@ -1117,6 +1117,9 @@
 !
 
 isFinite
+    "return true, if the receiver is finite 
+     i.e. it can be represented as a rational number."
+
     ^ true
 !
 
@@ -1279,7 +1282,7 @@
 !ArithmeticValue class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ArithmeticValue.st,v 1.71 2005-11-09 15:56:03 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ArithmeticValue.st,v 1.72 2006-06-29 08:17:40 stefan Exp $'
 ! !
 
 ArithmeticValue initialize!