Manuals/calci/MAX

From ZCubes Wiki
Revision as of 21:15, 5 December 2013 by Swapna (talk | contribs)
Jump to navigation Jump to search

MAX(n1,n2,...)

  • Where n1,n2,... are numbers.

MAX() calculates the largest value in a set of values.

Description

MAX(n1,n2,....)

For Example,

MAX(10,40,5,2,100) returns 100 MAX(-3,0.02,TRUE,-7) returns 1

  • Calci displays zero if the arguments do not have any numbers.

Examples

15 32
20
3
32
13
13.5