logMaxValue top-level property
The logMaxValue
is the natural logarithm of doubel.maxFinite
Implementation
final logMaxValue = dart_math.log(double.maxFinite);
The logMaxValue
is the natural logarithm of doubel.maxFinite
final logMaxValue = dart_math.log(double.maxFinite);