log method

double log()

Returns the natural logarithm of this num.

Implementation

double log() => math.log(this);