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