neg

neg -- negates.

Syntax

neg (number)

		

Arguments

number

Any number.

Returns

The negative of the number.

Example

    Gamma> neg(5);
    -5
    Gamma> neg(-5);
    5
    Gamma> 
    		

Copyright 1995-2002 by Cogent Real-Time Systems, Inc.