mirror of
https://github.com/louisrubet/rpn
synced 2025-01-18 10:26:57 +01:00
#74: updated commands
This commit is contained in:
parent
e07038fa2d
commit
2d6a6c3152
1 changed files with 4 additions and 4 deletions
|
@ -104,11 +104,11 @@ Multiple-precision floating-point computations with correct rounding are ensured
|
||||||
|PROGRAM||
|
|PROGRAM||
|
||||||
|-|-|
|
|-|-|
|
||||||
|eval| evaluate (run) a program, or recall a variable. ex: ```'my_prog' eval```
|
|eval| evaluate (run) a program, or recall a variable. ex: ```'my_prog' eval```
|
||||||
-> load program local variables. ex: ```<< -> n m << 0 n m for i i + next >> >>```
|
|->| load program local variables. ex: ```<< -> n m << 0 n m for i i + next >> >>```
|
||||||
|
|
||||||
|TRIG||
|
|TRIG||
|
||||||
|-|-|
|
|-|-|
|
||||||
|pi| PI constant
|
|pi| pi constant
|
||||||
|sin| sinus
|
|sin| sinus
|
||||||
|asin| arg sinus
|
|asin| arg sinus
|
||||||
|cos| cosinus
|
|cos| cosinus
|
||||||
|
@ -120,7 +120,7 @@ Multiple-precision floating-point computations with correct rounding are ensured
|
||||||
|
|
||||||
|LOGS||
|
|LOGS||
|
||||||
|-|-|
|
|-|-|
|
||||||
|e| exp(0) constant
|
|e| exp(1) constant
|
||||||
|log| logarithm base 10
|
|log| logarithm base 10
|
||||||
|alog| (or exp10) exponential base 10
|
|alog| (or exp10) exponential base 10
|
||||||
|log2| logarithm base 2
|
|log2| logarithm base 2
|
||||||
|
|
Loading…
Reference in a new issue