JavaMathSupport.st
branchdevelopment
changeset 2380 9195eccdcbd9
parent 2069 75d40b7b986f
parent 2353 fa7400d022a0
child 2429 ebece4dcaab9
--- a/JavaMathSupport.st	Mon Feb 18 16:58:07 2013 +0000
+++ b/JavaMathSupport.st	Wed Feb 20 23:05:49 2013 +0000
@@ -53,6 +53,7 @@
 "
 ! !
 
+
 !JavaMathSupport class methodsFor:'java-style FP functions'!
 
 cos:f
@@ -121,10 +122,11 @@
     "Created: / 07-09-2011 / 17:32:09 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !JavaMathSupport class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header$'
+    ^ '$Header: /cvs/stx/stx/libjava/JavaMathSupport.st,v 1.1 2013-02-16 18:08:32 vrany Exp $'
 !
 
 version_HG