*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 13 Aug 2003 12:47:17 +0200
changeset 7547 7c6a67444648
parent 7546 af752ee13420
child 7548 8619bcb53c06
*** empty log message ***
LargeFloat.st
--- a/LargeFloat.st	Wed Aug 13 12:45:42 2003 +0200
+++ b/LargeFloat.st	Wed Aug 13 12:47:17 2003 +0200
@@ -37,13 +37,13 @@
 
 documentation
 "
+    Experimental Code.
+    The implementation is neither complete nor tuned for performance - Still being developed.
+
     This class provides arbitrary precision floats. These are represented as:
       exponent,
       mantissa
 
-    The implementation is not completely tuned for high performance.
-    Incomplete - still being developed.
-
     [author:]
         Claus Gittinger
 
@@ -710,7 +710,7 @@
 !LargeFloat class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/LargeFloat.st,v 1.3 2003-08-13 10:45:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/LargeFloat.st,v 1.4 2003-08-13 10:47:17 cg Exp $'
 ! !
 
 LargeFloat initialize!