The highest possible precision in the BloombergLP::bdldfp::Decimal64 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);

Created with MrDocs