max

max

> Functions

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

Parameters
Return
Examples

max(2, 5) // 5 max(-2, -5) // -2

See as well