#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Tue, 28 May 2019 09:12:02 +0200
changeset 24204 673f36f5844d
parent 24203 5907279a90ef
child 24205 72fcabd537db
#DOCUMENTATION by cg class: ShortFloat class comment/format in: #numBitsInExponent
ShortFloat.st
--- a/ShortFloat.st	Tue May 28 09:11:31 2019 +0200
+++ b/ShortFloat.st	Tue May 28 09:12:02 2019 +0200
@@ -622,10 +622,16 @@
 numBitsInExponent
     "answer the number of bits in the exponent
      This is an IEEE float, where 8 bits are available:
-	seeeeeee emmmmmmm mmmmmmmm mmmmmmmm
+        seeeeeee emmmmmmm mmmmmmmm mmmmmmmm
     "
 
     ^ 8
+
+    "
+     1.0 asShortFloat numBitsInExponent
+    "
+
+    "Modified (comment): / 28-05-2019 / 08:55:35 / Claus Gittinger"
 !
 
 numBitsInMantissa