Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 133d21a

Browse files
authored
[[ Bug 21647 ]] Dictionary error: description of exp1
1 parent 03e76b9 commit 133d21a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/dictionary/function/exp1.lcdoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ Returns:
2626
The <exp1> function <return|returns> a positive number.
2727

2828
Description:
29-
Use the <exp1> function to obtain a power of e minus 1, e^ <number> - 1.
29+
Use the exp1 function to obtain the power (number-1) of e, that is
30+
e^(number-1). This is the inverse function of ln1, that is
31+
exp1(ln1(x)) = x and ln1(exp1(x)) = x for any number x.
3032

3133
The transcendental number e appears in many mathematical formulas.
3234

0 commit comments

Comments
 (0)