Maximum fixed‐notation precision needed for the smallest denormal.

Synopsis

Declared in <bdldfp_decimal.h>

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

Description

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.

Created with MrDocs