Number.Ln

Syntax

Number.Ln(number as nullable number) as nullable number

About

Returns the natural logarithm of a number, number. If number is null Number.Ln returns null.

Example 1

Get the natural logarithm of 15.

Usage

Number.Ln(15)

Output

2.70805020110221