log(Variable) 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(

Variable x)

 

 

Arguments

x


Description:

The value whose base-10 logarithm will be returned.

Valid Range:

x > 0

 

 

 

Return Value

Type:

number

 

 

The base-10 logarithm of the specified value.

 

Syntax

myVariable1 = log(myVariable2);

 

 

See also

log