nextupprevious
Next:MAXI maximum value of Up:FUNCTIONSPrevious:ENTR number of entries

MAX maximum value of a pair of real expressions

Syntax:
    MAX(<real expression>, <real expression>);
Returns the value of that <real expression> that is greater.

 Example:

    n:=6; m := MAX(7, MAX(8, n)) * 2;
The value assigned to m is 8;
 


domingo c

Mon Mar 20 17:39:21 PST 2000