[#BloombergLP-bdldfp-faux_numeric_limits-02-max_precision] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/faux_numeric_limits-02.adoc[faux_numeric_limits<BloombergLP::bdldfp::Decimal128, DUMMY_TYPE>]::max_precision :relfileprefix: ../../../ :mrdocs: 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. == Synopsis Declared in `<bdldfp_decimal.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int const max_precision = digits10 ‐ 1 + (‐min_exponent10); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#