The MIN function returns the smallest 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
MIN(1,2)
MIN(1, MIN(2,3))
MIN( DX(1), DX(2) ) <Argument: (1)body1.marker1, (2)body1.marker2 >