[#BloombergLP-bdldfp-faux_numeric_limits-0d-max_exponent10] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/faux_numeric_limits-0d.adoc[faux_numeric_limits<BloombergLP::bdldfp::Decimal64, DUMMY_TYPE>]::max_exponent10 :relfileprefix: ../../../ :mrdocs: The highest possible positive decimal exponent of the `BloombergLP::bdldfp::Decimal64` type that represents a finite value. Defined to be 384 by IEEE‐754. Note that `max_exponent10` is the same as `max_exponent` for decimal types. == Synopsis Declared in `<bdldfp_decimal.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int const max_exponent10 = max_exponent; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#