#DOCUMENTATION by exept
authorClaus Gittinger <cg@exept.de>
Wed, 23 Oct 2019 20:05:35 +0200
changeset 24861 68e1f568f097
parent 24860 47e5de23dbf9
child 24862 1129d5b1f9cb
#DOCUMENTATION by exept class: ArithmeticValue comment/format in: #roundTo:
ArithmeticValue.st
--- a/ArithmeticValue.st	Wed Oct 23 11:39:36 2019 +0200
+++ b/ArithmeticValue.st	Wed Oct 23 20:05:35 2019 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1993 by Claus Gittinger
 	      All Rights Reserved
@@ -2148,6 +2150,12 @@
      6 roundTo:4
      7 roundTo:4
 
+     1.15 roundTo:0.1  
+     1.14 roundTo:0.1  
+
+     7.15 roundTo:0.1  
+     7.149 roundTo:0.1  
+
      7.123 roundTo:0.1
      7.523 roundTo:0.1
      7.583 roundTo:0.1