Returns the largest number in the given arguments.
Accepts int and float.
max(1, 2, 3) // 3 [1, 2, 3].max($this...) // 3
Last updated 1 month ago