Returns the larger of two numbers.
1 2
printf("%g\n", math.max(5, 10)) // 10 printf("%g\n", math.max(-5, -2)) // -2