math.fmod
Returns the remainder of the division of x by y that rounds the quotient towards zero.
fmod(x: number, y: number) -> numberReturns the remainder of the division of x by y that rounds the quotient towards zero.
fmod(x: number, y: number) -> number