Berserk Docs
Scalar FunctionsMath Functions

exp

Returns e raised to the power of the numeric expression.

Syntax

exp(x)

Parameters

Prop

Type

Returns: real

Examples

Example 1

print exp(1)
print_0 (real)
2.718281828459045

On this page