#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Thu, 06 Feb 2020 11:11:10 +0100
changeset 5444 800ebf99147b
parent 5443 3eac683cfb1d
child 5445 41990ba5aeff
#DOCUMENTATION by cg class: HalfFloat class comment/format in: #documentation
HalfFloat.st
--- a/HalfFloat.st	Wed Feb 05 17:38:49 2020 +0100
+++ b/HalfFloat.st	Thu Feb 06 11:11:10 2020 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2018 by eXept Software AG
               All Rights Reserved
@@ -43,7 +45,6 @@
     There are no instances of it to be created - halfFloats are only possibly stored
     inside instancs of HalfFloatArray, which are presented as floats or shortFloats when accessd.
     However, this class is provided for queries about precision, bits in mantissa etc.
-    They use the C-compiler's 'float' format, which is usually the IEEE single float format.
 
     Representation:
             16bit single precision IEEE floats