Skip to content
Commit 6146c1b8 authored by Eric Jiang's avatar Eric Jiang
Browse files

Fix cast to double moved outside division

At some point this code was changed from double/int division to
double(int/int) division. This patch changes it back to double/int,
implicitly making both the dividend and the divisor doubles.
parent f4aeb5ef
Pipeline #211315 canceled with stage
in 1 minute
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment