1 2 3
-- v2.15 P2.5 (5.1): math.mod = math.fmod alias. print(math.mod(10, 3)) print(math.mod(-10, 3))