HELP MIN                                            Chris Mellish, January 82

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

The procedure MIN takes two numerical arguments and returns the smaller of
the two. Thus:

    min(4.44,5.55)=>
    * 4.44

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/min -----------------------------------------------------
--- Copyright University of Sussex 1987. All rights reserved. ----------
