The highest possible precision in the BloombergLP::bdldfp::Decimal128 type that is large enough to output the smallest non-zero denormalized value in fixed notation.
Declared in <bdldfp_decimal.h>
static
int const max_precision = digits10 - 1 + (-min_exponent10);