Return true if the specified x is a normal value and false otherwise. Note that this is equivalent to classify(x) == FP_NORMAL.

Synopsis

Declared in <bdldfp_decimalutil.h>

static
bool
isNormal(Decimal32 x);

Created with MrDocs