[#BloombergLP-bdldfp-faux_numeric_limits-02-min_exponent10] = 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>]::min_exponent10 :relfileprefix: ../../../ :mrdocs: The lowest possible negative decimal exponent in the `BloombergLP::bdldfp::Decimal128` type that does not yet represent a denormal number. Defined to be ‐6142 by IEEE‐754. Note that `min_exponent10` is the same as `min_exponent` for decimal types. == Synopsis Declared in `<bdldfp_decimal.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int const min_exponent10 = min_exponent; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#