Software AG Products 10.11 | Designing and Implementing Business Process Models | Business Rules Reference | Functions | Summary of Math Functions | double log(double val)
 
double log(double val)
Returns the natural logarithm (base e) of the specified double value.
Input Parameters
val
Integer The number whose natural logarithm (base e) is to be returned.
Return Value
Integer The value ln val, the natural logarithm of val.