Computer define division and modulo such as
b * (a / b) + a % b = a
It follows that a % b is the same type as a.
Differential D1702
Update amount's modulo to be the proper type. deadalnix on Sep 3 2018, 14:33. Authored by
Details
Computer define division and modulo such as b * (a / b) + a % b = a It follows that a % b is the same type as a. make check
Diff Detail
|