exp1 | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Returns the natural exponential of a number, minus 1. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Parameters |
| ||||||
Example |
| ||||||
Values |
| ||||||
Related | Function: ln1, exp Glossary: return, math operation | ||||||
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. If a math operation on finite inputs produces a non-finite output, an execution error is thrown. See math operations for more information. | ||||||
Tags | math |