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 |
Returns e raised to the power of the numeric expression.
exp(x)Prop
Type
Returns: real
print exp(1)| print_0 (real) |
|---|
| 2.718281828459045 |