remainder_near(x, y)
Returns x - y * n
, where n is the integer nearest the exact value of x / y
(if the result is 0 then its sign will be the sign of x).
remainder_near(x, y)
Returns x - y * n
, where n is the integer nearest the exact value of x / y
(if the result is 0 then its sign will be the sign of x).
Please login to continue.