Scalar FunctionsMath Functions
log
Returns the natural logarithm of the numeric expression.
Syntax
log(x)Parameters
Prop
Type
Returns: real
Examples
Example 1
print log(exp(1))| print_0 (real) |
|---|
| 1.0 |
Returns the natural logarithm of the numeric expression.
log(x)Prop
Type
Returns: real
print log(exp(1))| print_0 (real) |
|---|
| 1.0 |