Closed BuzzTheStrawman closed 2 years ago
Ambiguous division operators were used resulting in possible floating point results instead of the expended int. This was fixed by changing the divisors to the floor division operator.
Ambiguous division operators were used resulting in possible floating point results instead of the expended int. This was fixed by changing the divisors to the floor division operator.