LimitedPrecisionReal.st
changeset 22851 df11e296e70d
parent 22787 b4f6d9a8bf5e
child 22852 403f7356efc1
--- a/LimitedPrecisionReal.st	Wed May 09 22:22:11 2018 +0200
+++ b/LimitedPrecisionReal.st	Thu May 10 01:16:55 2018 +0200
@@ -514,12 +514,14 @@
     ^ self radix asFloat raisedToInteger:(1 - self precision)
 
     "
-      ShortFloat epsilon  
-      Float epsilon       
-      LongFloat epsilon   
+     Float epsilon       -> 2.22044604925031E-16
+     ShortFloat epsilon  -> 1.192093e-07
+     LongFloat epsilon   -> 1.084202172485504434E-19
+     QDouble epsilon     -> 1.21543267145725E-63
     "
 
     "Modified (comment): / 12-06-2017 / 18:52:31 / cg"
+    "Modified (comment): / 10-05-2018 / 01:08:48 / stefan"
 !
 
 fmax
@@ -1256,6 +1258,7 @@
 ! !
 
 
+
 !LimitedPrecisionReal methodsFor:'queries'!
 
 decimalPrecision
@@ -1432,6 +1435,7 @@
    ^ 0
 ! !
 
+
 !LimitedPrecisionReal methodsFor:'testing'!
 
 isFinite