LOG10

Returns the logarithm of x to the base 10. For example, if x = 10 a , then LOG10(x) = a. The log function is defined only for x > 0; it is undefined for all other values.

Format

LOG10(x)

Example

Arguments

x
Any valid function expression greater than zero.
<Reference_Variable
     id                  = "1"
     label               = "LOG10 Example"
     type                = "EXPRESSION"
     expr                = "LOG10(TIME/100)"
/>