ln1 | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Returns the natural logarithm of a number plus one. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Parameters |
| ||||||
Example |
| ||||||
Values |
| ||||||
Related | Operator: ^ Function: ln, log10, log2, exp1 Glossary: return, math operation Control Structure: function | ||||||
Description | Use the ln1 function to obtain a base e logarithm, ln(number + 1). The natural logarithm of a number is the power to which e must be raised to obtain the number. 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 |