Something went wrong on our end
-
Studer Gabriel authored
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.
Studer Gabriel authoredPython 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.