[squeak-dev] The Trunk: Kernel-nice.840.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Mar 3 15:19:54 UTC 2014


Nicolas Cellier uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-nice.840.mcz

==================== Summary ====================

Name: Kernel-nice.840
Author: nice
Time: 3 March 2014, 4:17:47.597 pm
UUID: b9d8d15f-48f9-4986-b666-89241ecae19f
Ancestors: Kernel-nice.839

Correct a comment: integerPart is the integer part, not the fractional part.

=============== Diff against Kernel-nice.839 ===============

Item was changed:
  ----- Method: ScaledDecimal>>integerPart (in category 'truncation and round off') -----
  integerPart
+ 	"Answer the integer part of the receiver."
- 	"Answer the fractional part of the receiver."
  	^ ScaledDecimal newFromNumber: fraction integerPart scale: scale!



More information about the Squeak-dev mailing list