[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Sat Oct 29 23:55:06 UTC 2011


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

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

Name: KernelTests-nice.207
Ancestors: KernelTests-nice.206

Additional test from Juan for nthRoot: an Integer with inexact nthRoot could answer a better Float than infinity.

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

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

Name: Kernel-nice.645
Ancestors: Kernel-ael.643

Yet another version of #nthRoot: from Cuis
1) Receivers too big for Float arithmetic but without exact answer, and a better float than infinity is possible.
2) Besides, a small performance tweak: don't call 'selfAsFloat nthRoot: aPositiveInteger' if the result will be infinity, i.e. if the receiver is infinity.

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

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

Name: KernelTests-nice.208
Ancestors: KernelTests-nice.207

There might be a best inexact square root approximation than infinity to some LargePositiveInteger in the range (1<&lt;54-1&lt;&lt;970 to: 1&lt;&lt;54-1&lt;&lt;1994)

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

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

Name: Kernel-nice.646
Ancestors: Kernel-nice.645

There might be a best inexact square root approximation than Float infinity to some LargePositiveInteger in the range (1<&lt;54-1&lt;&lt;970 to: 1&lt;&lt;54-1&lt;&lt;1994)

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



More information about the Squeak-dev mailing list