Return the floating-point classification of x.
Declared in <bdldfp_decimalimputil.h>
Return the floating-point classification of x.
static
int
classify(ValueType128 x);
» more...
Return the floating-point classification of x.
static
int
classify(ValueType32 x);
» more...
Return the floating-point classification of x.
static
int
classify(ValueType64 x);
» more...
the floating-point classification of x
| Name | Description |
|---|---|
| x | value to classify |