Berserk Docs
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

On this page