Skip to content

Change Sign (RPN Only)

chs / _

The chs command will invert the sign of a number. This command is rebindable


RPN Example

Input Stack:

2
chs
OR
2_

Result Stack:

-2