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

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