Purpose
 
  Returns the maximum of one or more expressions. 
 
 
  Synopsis
 
  a = xpress.max (t1, t2, ..., tn) 
 
  Argument
 
  Further information
 
  Using Python's operator max is only advisable when the argument is not an expression that depends on variables. 
 
 
  Related topics