MAX

 

The MAX function returns the largest of the input values.

 

Format

 

Arguments definition

A real number or a function that returns a real number

A real number or a function that returns a real number

 

Formulation

 

Example

MAX(1,2)

MAX(1, MAX(2,3))

MAX( DX(1), DX(2) )   <Argument: (1)body1.marker1, (2)body1.marker2 >