ln(Variable) Function

Top 

Description

Computes the natural logarithm of the specified value.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Function Signature

ln(

Variable x)

 

 

Arguments

x


Description:

The value whose natural logarithm will be returned.

Valid Range:

x > 0

 

 

 

Return Value

Type:

number

 

 

The natural logarithm of the specified value.

 

Syntax

myVariable1 = ln(myVariable2);

 

 

See also

ln