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

commits at source.squeak.org commits at source.squeak.org
Sun Oct 4 20:30:36 UTC 2009


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

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

Name: Kernel-nice.257
Author: nice
Time: 4 October 2009, 10:29:43 am
UUID: 8c32510e-ff6a-4c4c-a134-d2885ca2f4d4
Ancestors: Kernel-nice.256

Fix red tests related to ScaledDecimal raisedToInteger:

=============== Diff against Kernel-nice.256 ===============

Item was added:
+ ----- Method: ScaledDecimal>>raisedToInteger: (in category 'mathematical functions') -----
+ raisedToInteger: aNumber
+ 	^self class newFromNumber: (fraction raisedToInteger: aNumber) scale: scale!

Item was removed:
- ----- Method: ScaledDecimal class>>one (in category 'constants') -----
- one
- 	"Answer the receiver's representation of one."
- 	^ self newFromNumber: 1 scale: 0!




More information about the Squeak-dev mailing list