Leonardus
Analogous LeoScript Operator neg

STACK

$ Z_1\ --\ Z_2 $

DESCRIPTION

Returns the negative of $ Z_1 $. The type of the result is the same as the type of $ Z_1 $
unless $ Z_1 $ is equal to MIN_INT, in which case the result is a R.

ORIGIN

Core code registered in systemdict.

CONVERSION

Implicit if $ Z_1 $ is equal to MIN_INT then conversion takes place I to R.