doubleDecimalPlaces top-level property

int doubleDecimalPlaces
final

The number of significant decimal places of double-precision floating numbers (64 bit).

Implementation

final int doubleDecimalPlaces = log10(doublePrecision).abs().floor();