You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
longremainder=_SCALE*(left._value-(whole*right._value));//TODO: if we wanted to round the last digit, we could * 10, round based on the last digit, then truncate the last digit (e.g. 2/3 -> 6666666 -> 6666670 -> 666667)
0 commit comments