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

Compare with Current View Page History

« Previous Version 6 Next »

This function returns the base 10 logarithm of x.

The input value 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
number x

NUMBER

Any given positive definite number 
Output

This function returns a NUMBER