mirror of
https://codeberg.org/scip/rpnc.git
synced 2025-12-17 12:31:04 +01:00
added:
- converters - bitwise operators - hex input and output support
This commit is contained in:
3
rpn.go
3
rpn.go
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user