LOG10

Your Ad Here


The LOG10 function returns log to base 10 of an expression a. If 10^x=a, then LOG10(a)= x. The LOG10 function is defined only for positive values of a (a>0). It is undefined for all other values.

Format

LOG10(a)

Arguments

a

Any valid function expression that returns a positive value during a simulation.

Number of Arguments: 1

Examples

LOG10(1+VM(21,31,31))

This function returns the natural logarithm of the expression 1+VM(21,31,31).

Your Ad Here