ln() Function

Returns the natural logarithm of the specified number, which is the power that e must be raised to in order to equal the specified number.

Syntax

ln( number )

number: (Decimal) The number in which the natural logarithm will be returned.

Returns

Decimal

Examples

ln(10) returns 2.30258

Open in Github Built: Fri, Jun 03, 2022 (01:08:29 PM)

On This Page

FEEDBACK