ShortFloat.st
changeset 24204 673f36f5844d
parent 24189 51e1451f72fd
child 24261 471fee9a83c6
--- 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