Esta função retorna o maior valor entre dois números fornecidos.
Function
Section titled “Function” Name: Max Copied!
Parameters
Section titled “Parameters”Examples
Section titled “Examples”//Default example:
Max[first, second]
//Other examples:
Max[10, 20] // 20
Max[60, 40] // 60