forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexp1.lcdoc
More file actions
38 lines (23 loc) · 750 Bytes
/
Copy pathexp1.lcdoc
File metadata and controls
38 lines (23 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Name: exp1
Type: function
Syntax: the exp1 of <number>
Syntax: exp1(<number>)
Summary:
<return|Returns> the natural exponential of a number, minus 1.
Introduced: 1.0
OS: mac, windows, linux, ios, android
Platforms: desktop, server, mobile
Example:
exp1(myValue)
Parameters:
number:
A real number, or an expression that evaluates to a number.
Returns:
The <exp1> function <return|returns> a positive number.
Description:
Use the <exp1> function to obtain a power of e minus 1, e^ <number> - 1.
This is the inverse function of ln1, that is exp1(ln1(x)) = x and
ln1(exp1(x)) = x for any number x.
The transcendental number e appears in many mathematical formulas.
References: ln1 (function), exp (function), return (glossary)
Tags: math