Changes to Trunk (
http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2016-October/068990.htmlName: Kernel-nice.1044
Ancestors: Kernel-nice.1043
Fix two more problems with nthRoot:
1) last fix introduced a possibility of infinite loop where guess and nextGuess would alternate around the solution
2) contrarily to what was written in comment, the result was not rounded to nearest Float but subject to double-rounding problem.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2016-October/068991.htmlName: KernelTests-nice.313
Ancestors: KernelTests-mt.311
Test edge cases of Integer>>nthRoot:
=============================================