#195: added missing expm and lnp1 to READM and MANUAL

This commit is contained in:
Louis Rubet 2018-08-15 00:29:42 +02:00
parent 0cc54be23c
commit 55da6d7bea
2 changed files with 17 additions and 9 deletions

View file

@ -306,7 +306,9 @@ rpn> 7b1252 dec
|-|-| |-|-|
|`e`| Euler constant |`e`| Euler constant
|`ln\|log`| logarithm base e |`ln\|log`| logarithm base e
|`lnp1`| ln(1+x) which is useful when x is close to 0
|`exp`| exponential |`exp`| exponential
|`expm`| exp(x)-1 which is useful when x is close to 0
|`log10`| logarithm base 10 |`log10`| logarithm base 10
|`alog10\|exp10`| exponential base 10 |`alog10\|exp10`| exponential base 10
|`log2`| logarithm base 2 |`log2`| logarithm base 2

View file

@ -25,14 +25,20 @@ rpn> << -> x y << x y + ln >> >> 'P' sto
### and a bunch of functions ### and a bunch of functions
``` ```
rpn> rpn>
Display all 146 possibilities? (y or n) Display all 147 possibilities? (y or n)
nop exit chs sqrt base xpon re r->p type and drop2 dupn str-> then ift repeat edit eval tan exp sinh nop chs bin min prec not depth else repeat sinv ln cosh
help test neg sq sign floor im std > or dropn pick chr else ifte repea sto+ -> atan log10 asinh help neg base max round same roll end repea eval log acosh
h version * sqr % ceil conj fix >= xor del depth num end do sto sto- pi d->r alog10 cosh h * sign re default swap rolld start sto -> lnp1 tanh
? uname / abs %CH ip arg sci < not erase roll size start until rcl sto* sin r->d exp10 acosh ? / % im type drop over for rcl pi exp atanh
q history inv dec mod fp c->r prec <= same rot rolld pos for unti purge sto/ asin e log2 tanh quit inv %CH conj > drop2 ->str next purge sin expm
quit + ^ hex fact min r->c round != swap dup over sub next while vars sneg cos ln alog2 atanh q ^ mod arg >= dropn str-> step vars asin log10
q - pow bin mant max p->r default == drop dup2 ->str if step whil clusr sinv acos log exp2 exit pow fact c->r < del chr ift clusr cos alog10
test sqrt mant r->c <= erase num ifte edit acos exp10
version sq xpon p->r != rot size do sto+ tan log2
uname sqr floor r->p == dup pos until sto- atan alog2
history abs ceil std and dup2 sub unti sto* d->r exp2
+ dec ip fix or dupn if while sto/ r->d sinh
- hex fp sci xor pick then whil sneg e asinh
``` ```
## Download ## Download