log(Array) Function

Top 

Description

Computes the base-10 logarithm of the specified value.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Function Signature

log(

Array A)

 

 

Arguments

A


Description:

The array whose element-by-element base-10 logarithm will be returned.

 

 

 

Return Value

Type:

Array of number

 

 

An array containing the base-10 logarithm of each element of array A.

 

Syntax

myArray1 = log(myArray2);

 

 

See also

log