- converters
- bitwise operators
- hex input and output support
This commit is contained in:
2023-11-13 11:02:38 +01:00
parent 127483eea1
commit ad3a49715c
5 changed files with 136 additions and 2 deletions

3
rpn.go
View File

@@ -105,6 +105,9 @@ DESCRIPTION
If the first parameter to rpn is a math operator or function, batch mode
is enabled automatically, see last example.
You can enter integers, floating point numbers (positive or negative) or
hex numbers (prefixed with 0x).
STACK MANIPULATION
There are lots of stack manipulation commands provided. The most
important one is undo which goes back to the stack before the last math