FixedPoint.st
changeset 11732 f4ef9b3eb755
parent 11716 7de0a250a6f7
child 11845 e7716cbf59a7
child 17711 39faaaf888b4
--- a/FixedPoint.st	Tue May 26 08:37:56 2009 +0200
+++ b/FixedPoint.st	Tue May 26 08:38:07 2009 +0200
@@ -317,7 +317,7 @@
 !FixedPoint methodsFor:'arithmetic'!
 
 * aNumber
-    "return the product of the receiver and the argument, aNumber.
+    "return the product of the receiver and the argument.
      Redefined to care for the scale if the argument is another fixPoint number.
      The results scale is the maximum of the receivers scale and the arguments scale."
 
@@ -1339,5 +1339,5 @@
 !FixedPoint class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/FixedPoint.st,v 1.40 2009-05-26 06:30:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/FixedPoint.st,v 1.41 2009-05-26 06:38:07 cg Exp $'
 ! !