Natural Logarithm

<series> output = <series>.ln()

This function returns the natural logarithm of each data point in the calling series.  This function requires exactly zero arguments.

Example:

var myLn = mySeries.ln();