diff -r f3adbab61060 -r f4ef9b3eb755 FixedPoint.st --- 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 $' ! !