ArithmeticValue.st
changeset 24861 68e1f568f097
parent 24711 e821bbd154fa
child 24956 dc04e2668278
--- 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