#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Tue, 20 Jun 2017 14:16:02 +0200
changeset 21862 f5727dd0658a
parent 21861 ea0c1b915dab
child 21863 fca2a068f458
#DOCUMENTATION by cg class: ArithmeticValue class comment/format in: #infinity
ArithmeticValue.st
--- a/ArithmeticValue.st	Tue Jun 20 14:15:04 2017 +0200
+++ b/ArithmeticValue.st	Tue Jun 20 14:16:02 2017 +0200
@@ -171,9 +171,11 @@
 !
 
 infinity
-    "return something which represents infinity (for my instances)"
+    "return something which represents positive infinity (for my instances)"
 
     ^ Infinity positive
+
+    "Modified (comment): / 20-06-2017 / 13:45:23 / cg"
 !
 
 nan