|   Log-e - Function SummarySummary:Returns the base-E (natural number) logarithm. Usage:log-e value Arguments:value - The value argument. (must be: number) Description:The LOG-E function returns the natural logarithm of the number provided. The argument must be a positive value, otherwise an error will occur (which can be trapped with the TRY function). 
 
 Related:exp  - Raises E (natural number) to the power specified. 
 | ||||
| 
 | ||||