This is an old revision of the document!
~~DISCUSSION~~ <- CRPL reference <- Math Commands
Arguments | Result | Notation |
---|---|---|
One item on the stack | The negated value of the item | n1 – n2 |
Calculates the negative value of the item and pushes the result on the stack.
5 ->a <-a <-a 2 mul sub <-a neg eq # Returns true
example goes here