HELP MAX                                        Chris Mellish, January 82

    max(<number1>, <number2>) -> <number1 or number2>

The procedure MAX takes two numerical arguments and returns the larger of
the two. Thus:

    max(4.44,5.55)=>
    ** 5.55

See REF *NUMBERS for details of numbers and mathematical operations
available in POP-11.

See also HELP *MATH - for a summary of mathematical operations in POP-11

--- C.all/help/max -----------------------------------------------------
--- Copyright University of Sussex 1987. All rights reserved. ----------
