You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

This function returns the base 10 logarithm of x.

The value of x has to be positive definite. i.e. x>0

Syntax
 log10(number x) #Output: Number
Examples
Parser expressionDescription
log10(10)
This example returns 1
log10(1)
This example returns 0
log10(1000)
This example returns 3
Additional information

Parameters used in this function

ParameterInput (data type)Description
x

NUMBER

Any given number x>0.
Output

This function returns a NUMBER