isNan overloads
Declared in <bdldfp_decimalutil.h>
Same as the related overload above for isNan.
static
bool
isNan(Decimal128 x);
» more...
Return true if the specified x is NaN and false otherwise. Note that this is equivalent to classify(x) == FP_NAN.
static
bool
isNan(Decimal32 x);
» more...
Same as the related overload above for isNan.
static
bool
isNan(Decimal64 x);
» more...