Scalar FunctionsMath Functions
log10
Returns the base-10 logarithm of the numeric expression.
Syntax
log10(x)Parameters
Prop
Type
Returns: real
Examples
Example 1
print log10(1000)| print_0 (real) |
|---|
| 3.0 |
Returns the base-10 logarithm of the numeric expression.
log10(x)Prop
Type
Returns: real
print log10(1000)| print_0 (real) |
|---|
| 3.0 |