#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Tue, 20 Jun 2017 17:53:45 +0200
changeset 21865 15d10ac57835
parent 21864 d2ad44002ad2
child 21866 e4e3c1a1c9f7
#DOCUMENTATION by cg class: ArithmeticValue class comment/format in: #divisionByZeroSignal
ArithmeticValue.st
--- a/ArithmeticValue.st	Tue Jun 20 17:21:51 2017 +0200
+++ b/ArithmeticValue.st	Tue Jun 20 17:53:45 2017 +0200
@@ -82,9 +82,13 @@
 !
 
 divisionByZeroSignal
-    "return the signal which is raised on division by zero"
+    "return the signal which is raised on division by zero.
+     No longer used - we now have the class based ZeroDivide exception.
+     This method is kept for backward compatibility."
 
     ^ ZeroDivide
+
+    "Modified (comment): / 20-06-2017 / 17:53:33 / cg"
 !
 
 domainErrorSignal