Name
Ln -- calculate natural logarithm (base e) (V1.5)
Synopsis
result = Ln(val)
Function
This function calculates and returns the natural logarithm of val (using base e).

Inputs
val
source value
Results
result
natural logarithm of val

Show TOC