Formula Engine Reference Guide
 

 

Back to Class Index

 

LOG10(X)

Description
This function returns the log base 10 of X.
 
Parameters
X

A numeric value greater than 0
 
Examples
LOG10(1) = 0
 
LOG10(14) = 1.146128
 
LOG10(1.00e+27) = 27
 
LOG10(0) = Error - LOG10 domain is x 0