mirror of
https://github.com/louisrubet/rpn
synced 2024-11-17 07:47:50 +01:00
Add general algebra commands inv, %, %CH, ^, sqrt, sq
This commit is contained in:
parent
89e55944a7
commit
d6378b1624
1 changed files with 2 additions and 1 deletions
3
README
3
README
|
@ -19,7 +19,8 @@ Some new commands are added. They are tagged with (+).
|
|||
Already implemented commands are tagged with (*).
|
||||
|
||||
GENERAL OPERATIONS
|
||||
+(*), -(*), neg(*), *(*), /(*), inv(+), %, %CH, ^, sqrt(+), sq(+)
|
||||
+(*), -(*), neg(*), *(*), /(*), inv(*)(+), %(*), %CH(*), ^(*),
|
||||
sqrt(*)(+), sq(*)(+)
|
||||
|
||||
GENERAL (some are 'CURSOR' commands)
|
||||
verbose(*)(+), std(*), fix(*), sci(*), version(*)(+), uname(*)(+)
|
||||
|
|
Loading…
Reference in a new issue