Logarithm Base 10

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

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

Example:

var myLog = mySeries.log();