ExactFloat.numSignificantDigitsForPrec

Return an upper bound on the number of significant digits required to distinguish any two floating-point numbers with the given precision when they are formatted as decimal strings in exponential format.

struct ExactFloat
static nothrow
int
numSignificantDigitsForPrec
(
int prec
)

Meta