Initializing help system before first use

xpress.max

xpress.max


Purpose

Returns the maximum of one or more expressions.


Synopsis
a = xpress.max (t1, t2, ..., tn)
Argument
t1, t2... 
Arguments.
Further information

Using Python's operator max is only advisable when the argument is not an expression that depends on variables.


Related topics