classify overloads
Declared in <bdldfp_decimalimputil.h>
Classify the specified 128-bit decimal x.
static
int
classify(ValueType128 x);
» more...
Return the integer value that respresents the floating point classification of the specified x value as follows:
static
int
classify(ValueType32 x);
» more...
Classify the specified 64-bit decimal x.
static
int
classify(ValueType64 x);
» more...