Skip to content
  • Eric Jiang's avatar
    Fix cast to double moved outside division · 6146c1b8
    Eric Jiang authored
    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.
    6146c1b8