# HG changeset patch # User Stefan Vogel # Date 1151569060 -7200 # Node ID e3d6f81078ce516403c4f94f8f896f084586d725 # Parent a186ec84d9f6eb4a7ab7987249c4c3589cff5bad comment diff -r a186ec84d9f6 -r e3d6f81078ce ArithmeticValue.st --- 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!