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.

static
bool
isNan(Decimal32 x);

Same as the related overload above for isNan.

static
bool
isNan(Decimal64 x);

Created with MrDocs