# HG changeset patch # User Claus Gittinger # Date 1497960962 -7200 # Node ID f5727dd0658a46ba82341d8e5643be2688e46130 # Parent ea0c1b915dab573e4f1b4ebbf2cf71a5b3fc211f #DOCUMENTATION by cg class: ArithmeticValue class comment/format in: #infinity diff -r ea0c1b915dab -r f5727dd0658a 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