#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Tue, 08 May 2018 10:53:51 +0200
changeset 4665 8935a8d5b08d
parent 4664 8c34c5e0451a
child 4666 fbe9af9a6158
#DOCUMENTATION by cg class: QDouble class comment/format in: #documentation
QDouble.st
--- a/QDouble.st	Sun May 06 03:31:30 2018 +0200
+++ b/QDouble.st	Tue May 08 10:53:51 2018 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2017 by eXept Software AG
 	      All Rights Reserved
@@ -658,7 +660,8 @@
         you still get only a regular double precision approximation to 0.1
         because the error is already inherit in the double.
         
-        For a full precision constant, you need to convert from a string:
+        For a full precision constant, you (currently) need to convert from a string
+        (because the compilers do not know about then, yet):
             qd := QDouble readFrom:'0.1'.
 
         To see the error of the double precision version, compute:
@@ -2252,7 +2255,7 @@
      1 asQDouble exp_withAccuracy:LongFloat epsilon     2.71828182845904523536 
      1 asQDouble exp_withAccuracy:Float epsilon         2.71828182845904522671
 
-                                                        1.7392749415205010473946813036112352261479840577250084... × 10^18
+                                                        1.7392749415205010473946813036112352261479840577250084... × 10^18
                                                         
      42 asQDouble exp_withAccuracy:QDouble epsilon      NAN  
      42 asQDouble exp_withAccuracy:LongFloat epsilon    1.73927494152050104739e18