logMaxValue top-level property

double logMaxValue
final

The logMaxValue is the natural logarithm of doubel.maxFinite

Implementation

final logMaxValue = dart_math.log(double.maxFinite);