FUNCTION:  Log( )

Implemented in version 1.0
 
Log(Number)
 
The Log function returns the natural logarithm of a number.

There is a companion function Exp for the reverse operation.
 
You can not use a negative number.
 
Code:
<% =Log(26.2850411552082) %>
 
Output:
3.269