Syntax: @LOG10(X)
X = a numeric value greater than 0
@LOG10 returns the log base 10 of X.
Examples:
@LOG10(1) = 0
@LOG10(14) = 1.146128
@LOG10(1.00e+27) = 27
@LOG10(0) = Error - @LOG10 domain is x > 0