FORMULA LANGUAGE


@Ln
Example

Returns the natural log of a number. Natural logs use e (approximately 2.718282) as their base.

Syntax

@Ln( number )

Parameters

number


Return value

naturalLog


Usage

If the parameter is a list, the function operates on each element of the list, and the return value is a list with the same number of elements.

Use @Ln in formulas requiring natural logs, such as compound growth or loss.

@Ln is the inverse of @Exp.

Language cross-reference

Log function of LotusScript language

Example
See Also