The highest possible positive decimal exponent of the BloombergLP::bdldfp::Decimal64 type that represents a finite value.
Synopsis
Declared in <bdldfp_decimal.h>
static
int const max_exponent10 = max_exponent;
Description
Defined to be 384 by IEEE‐754. Note that max_exponent10 is the same as max_exponent for decimal types.
Created with MrDocs