Find the remainder of x/y with sign of x (truncated division).
trunc(x % y)
dividend
divisor
Generated using TypeDoc
Find the remainder of x/y with sign of x (truncated division).
Returns
trunc(x % y)