HELP NEGATE                                    Revised by Fran Evelyn, July 85

NEGATE takes as argument a number, and returns it negated. For example:

    negate(3) =>
    ** -3

The number returned will always be the same type (integer, decimal or
ddecimal) as the argument number.

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

See also HELP
    *DECIMALS - for the distinction between integers, decimals and ddecimals
    *MATH     - for a summary of mathematical operations in POP-11

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