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

Commit 7ca6d5a

Browse files
authored
Fix definition of exp1
1 parent d3465bf commit 7ca6d5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/dictionary/function/exp1.lcdoc

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

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

3333
The transcendental number e appears in many mathematical formulas.
3434

0 commit comments

Comments
 (0)