invLogBase property

double invLogBase

The inverse of the natural logarithm of the base.

Implementation

double get invLogBase => 1.0 / logBase;