Returns the smallest number in the given arguments.
Accepts int and float.
min(1, 2, 3) // 1 [1, 2, 3].min($this...) // 1
Last updated 29 days ago