#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Thu, 22 Jun 2017 16:56:46 +0200
changeset 4445 5267aa3922e4
parent 4444 cfd4e60c3b99
child 4446 4d11e0e7b32c
#DOCUMENTATION by cg class: QDouble comment/format in: #ln
QDouble.st
--- a/QDouble.st	Thu Jun 22 16:55:41 2017 +0200
+++ b/QDouble.st	Thu Jun 22 16:56:46 2017 +0200
@@ -2112,7 +2112,10 @@
 
 ln
     "return the natural logarithm of myself.
-     Raises an exception, if the receiver is less or equal to zero."
+     Raises an exception, if the receiver is less or equal to zero.
+
+     Not sure if this is really faster than using a taylor right away:
+     the three exp-computations at the end are done in qDouble and are tailors themself..."
 
     |d0 x|
 
@@ -2167,7 +2170,7 @@
     "
 
     "Created: / 18-06-2017 / 23:32:54 / cg"
-    "Modified (comment): / 22-06-2017 / 16:55:30 / cg"
+    "Modified (comment): / 22-06-2017 / 16:56:39 / cg"
 !
 
 negated