min

min

> Functions

Returns the smallest value between the two numbers a* and *b.

Parameters
Return
Examples

min(2, 5) // 2 min(-2, -5) // -5

See as well