Daily Commit Log

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Daily Commit Log

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

http://lists.squeakfoundation.org/pipermail/packages/2016-October/068990.html

Name: 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.html

Name: KernelTests-nice.313
Ancestors: KernelTests-mt.311

Test edge cases of Integer>>nthRoot:

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