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