For the complete documentation index, see llms.txt. This page is also available as Markdown.

LN

Returns the "natural logarithm" of a number, base e (Euler’s number 2.7182...).

Syntax

LN(number)

  1. number - the number from which the natural logarithm be returned - Value type: number

Examples

Last updated