ln(Array) Function

Top 

Description

Computes the natural logarithm of the specified value.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

 

Function Signature

ln(

Array A)

 

 

Arguments

A


Description:

The array whose element-by-element natural logarithm will be returned.

 

 

 

Return Value

Type:

Array of number

 

 

An array containing the natural logarithm of each element of array A.

 

Syntax

myArray1 = ln(myArray2);

 

 

See also

ln