Link to this page
Print this page
Parent topic
:
Number Functions
Template Functions
/
Number Functions
max()
The
max()
function returns the maximum between two numbers.
Syntax
max(
expr1
,
expr2
)
Note:
Return the maximum between
number(expr1)
and
number(expr2)
.