LargeFloat.st
changeset 21902 f6dbcc8f2757
parent 21803 63325b999dbf
child 22041 289126e142ef
--- a/LargeFloat.st	Thu Jun 22 12:57:57 2017 +0200
+++ b/LargeFloat.st	Thu Jun 22 13:44:40 2017 +0200
@@ -688,7 +688,8 @@
 !LargeFloat methodsFor:'queries'!
 
 epsilon
-   "answer the radix of a LargeFloats exponent"
+    "return the maximum relative spacing of instances of mySelf
+     (i.e. the value-delta of the least significant bit)"
 
     |p|
 
@@ -698,6 +699,8 @@
     ].
     "/ mhmh - what should we use here ???
     ^ LongFloat epsilon
+
+    "Modified (comment): / 22-06-2017 / 13:44:20 / cg"
 ! !
 
 !LargeFloat methodsFor:'testing'!