*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 14 Jan 2009 22:06:25 +0100
changeset 11456 3ab3ea28c8f4
parent 11455 c78421a80b7c
child 11457 5ff638783ee0
*** empty log message ***
MeasurementValue.st
--- a/MeasurementValue.st	Wed Jan 14 21:02:09 2009 +0100
+++ b/MeasurementValue.st	Wed Jan 14 22:06:25 2009 +0100
@@ -46,6 +46,11 @@
     This class is possibly unfinished and needs more arithmetic methods.
     For now, the stuff found here represents our needs and more might be added in the future.
 
+    Also notice, that instances do not keep the error as a fraction, but instead a min. and maxValue.
+    That means, that we can represent tha case where the absolute error values are different in
+    the positive and negative directions.
+    I am not sure if this is more flexibility than needed in the long run.
+
     [author:]
         Claus Gittinger
 
@@ -215,5 +220,5 @@
 !MeasurementValue class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/MeasurementValue.st,v 1.1 2008-01-07 13:42:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/MeasurementValue.st,v 1.2 2009-01-14 21:06:25 cg Exp $'
 ! !