LN

Syntax:

LN ( x )

Description: Computes the natural logarithm of x.

Arguments:

Name

Type

Description

x

number

The positive real number for which the natural logarithm is being computed.

Return Type and Value: number – The natural logarithm of x.

However, if x is zero or negative, #NUM! is returned.

example: