Decompose the specified ValueType64 into sign, significand, and exponent.
Synopsis
Declared in <bdldfp_decimalimputil.h>
static
int
decompose(
int* sign,
bsls::Types::Uint64* significand,
int* exponent,
ValueType64 value);
Created with MrDocs