-
- Downloads
Fix issue with changed rounding behaviour in Python 3.
Python 3 rounds towards the nearest even number if its in the middle of two integers as opposed to Python 2 that simply rounds to the higher integer number. By doing that we avoid biases towards higher numbers.
Loading
Please register or sign in to comment