Format |
|
LOG10(x) |
|
Description |
|
Returns the logarithm of x to the base 10. For example, if x = , then LOG10(x) = a. The log function is defined only for x > 0; it is undefined for all other values. |
|
Example |
|
<Reference_Variable id = "1" label = "LOG10 Example" type = "EXPRESSION" expr = "LOG10(TIME/100)" /> |
|
Arguments |
|
x |
Any valid function expression greater than zero. |
See Also: