#DOCUMENTATION
authorClaus Gittinger <cg@exept.de>
Thu, 10 Mar 2016 16:46:30 +0100
changeset 19326 aa152894e736
parent 19325 a7285364ffb1
child 19327 723b235f0980
#DOCUMENTATION class: Float comment/format in: #precision
Float.st
--- a/Float.st	Thu Mar 10 16:46:23 2016 +0100
+++ b/Float.st	Thu Mar 10 16:46:30 2016 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1988 by Claus Gittinger
 	      All Rights Reserved
@@ -794,6 +796,11 @@
      by 53 binary digits (although only 52 are needed in the binary representation)"
 
     ^  53
+
+    "
+     self numBitsInMantissa + 1
+     self precision
+    "
 !
 
 radix