BloombergLP::bdldfp::faux_numeric_limits<BloombergLP::bdldfp::Decimal32, DUMMY_TYPE>::max_precision

The highest possible precision in the BloombergLP::bdldfp::Decimal32 type that is large enough to output the smallest non-zero denormalized value in fixed notation.

Synopsis

Declared in <bdldfp_decimal.h>

static
int const max_precision = digits10 - 1 + (-min_exponent10);