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