Number.st
changeset 21916 da181b5ca94e
parent 21915 358869e5f606
child 21930 a892609c4586
--- a/Number.st	Thu Jun 22 16:57:39 2017 +0200
+++ b/Number.st	Thu Jun 22 16:59:51 2017 +0200
@@ -2577,6 +2577,9 @@
      2q sqrt_withAccuracy:0.000000000001     1.414213562373095049
      2q sqrt_withAccuracy:LongFloat epsilon  1.414213562373095049
 
+     (2 asQDouble sqrt_withAccuracy:LongFloat epsilon) printfPrintString:'%70.68f'
+            1.41421356237309504880168872420969807856967187537723400156101313309966
+
      (4 sqrt_withAccuracy:Integer epsilon) asFloat
 
      MessageTally spyOn:[ |arg|
@@ -2594,6 +2597,7 @@
     "
 
     "Created: / 22-06-2017 / 13:59:48 / cg"
+    "Modified (comment): / 22-06-2017 / 16:59:20 / cg"
 !
 
 tan_withAccuracy:epsilon