math.fmod (x, y)
Returns the remainder of the division of x
by y
that rounds the quotient towards zero. (integer/float)
math.fmod (x, y)
Returns the remainder of the division of x
by y
that rounds the quotient towards zero. (integer/float)
Please login to continue.