[#BloombergLP-bdldfp-faux_numeric_limits-03-digits] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/faux_numeric_limits-03.adoc[faux_numeric_limits<BloombergLP::bdldfp::Decimal32, DUMMY_TYPE>]::digits :relfileprefix: ../../../ :mrdocs: The maximum number of significant digits, in the native (10) radix of the `BloombergLP::bdldfp::Decimal32` type that the type is able to represent. Defined to be 7 by IEEE‐754. == Synopsis Declared in `<bdldfp_decimal.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int const digits = 7; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#