[#BloombergLP-bdldfp-faux_numeric_limits-02-max_digits10] = 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_digits10 :relfileprefix: ../../../ :mrdocs: The number of significant decimal digits necessary to uniquely represent the significant digits of any `BloombergLP::bdldfp::Decimal128` value. Note that max_digit10 is the same as digits10 for decimal floating‐point values. == Synopsis Declared in `<bdldfp_decimal.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int const max_digits10 = digits; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#