DoubleArray.st
changeset 16639 d9417b0b93a1
parent 13825 a80eb51765c0
child 16850 4011fc651793
--- a/DoubleArray.st	Wed Jun 25 19:00:08 2014 +0200
+++ b/DoubleArray.st	Wed Jun 25 19:00:13 2014 +0200
@@ -37,8 +37,9 @@
 documentation
 "
     DoubleArrays store doubleFloat values (and nothing else).
-    They have been added to support heavy duty number crunching somewhat
-    better than other smalltalks do. 
+    They have been added to support heavy duty number crunching and
+    data exchange with openGL frameworks and other mass data libraries
+    somewhat better than other smalltalks do. 
     Storing Floats & Doubles in these objects (instead of Arrays)
     has some benefits:
 
@@ -82,8 +83,6 @@
 "
 ! !
 
-
-
 !DoubleArray class methodsFor:'queries'!
 
 elementByteSize
@@ -92,7 +91,6 @@
     "Created: / 15-09-2011 / 14:12:46 / cg"
 ! !
 
-
 !DoubleArray methodsFor:'queries'!
 
 defaultElement
@@ -102,5 +100,6 @@
 !DoubleArray class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/DoubleArray.st,v 1.21 2011-11-25 15:38:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/DoubleArray.st,v 1.22 2014-06-25 17:00:13 cg Exp $'
 ! !
+