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