Business Rules
10.11 |
webMethods Business Rules Web Help
|
webMethods 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.