Calc Board Help
Cover Image

Maximum

Syntax: max(a;b;c;…)

Example Syntax Output
Max {3; 6; 2} max(3;6;2) 6

This function returns the maximum of all the given parameters.