[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Fri Oct 14 23:55:08 UTC 2011


Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours:

http://lists.squeakfoundation.org/pipermail/packages/2011-October/005026.html

Name: Kernel-nice.635
Ancestors: Kernel-nice.634

Integrate great changes Juan made in Cuis:
- make #sqrt exact when possible.
- compute #nthRoot:

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2011-October/005027.html

Name: KernelTests-nice.203
Ancestors: KernelTests-ul.202

Integrate tests Juan made in Cuis for exact/inexact #sqrt and #nthRoot:

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2011-October/005028.html

Name: KernelTests-nice.204
Ancestors: KernelTests-nice.203

Add tests for ScaledDecimal sqrt.
Put high expectations on exactness whenever possible.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2011-October/005029.html

Name: Kernel-nice.636
Ancestors: Kernel-nice.635

Fix ScaledDecimal which didn't work anymore, and let it be exact when possible.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2011-October/005030.html

Name: KernelTests-nice.205
Ancestors: KernelTests-nice.204

Ass tests for ScaledDecimal #nthRoot:

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2011-October/005031.html

Name: Kernel-nice.637
Ancestors: Kernel-nice.636

Implement ScaledDecimal>>nthRoot:
#mightBeASquare now verifies whether the receiver is an even power of two.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2011-October/005032.html

Name: Kernel-nice.638
Ancestors: Kernel-nice.637

Cheaper #mightBeASquare (only test expensive lowBit where necessary).
Remove powers of 2 before performing sqrtFloor on a large integer.

=============================================



More information about the Squeak-dev mailing list