Software AG Products
10.7 |
Designing and Implementing Business Process Models
|
Business Rules Reference
|
Functions
|
Summary of Math Functions
|
double exp(double val)
double exp(double val)
Returns Euler's number
e
raised to the power of the specified double value.
Input Parameters
val
Integer
The exponent to raise
e
to.
Return Value
Integer
Value
e
val
, where
e
is the base of the natural logarithms.