__d64_isnormal, __d128_isnormal

Purpose

Is Normal

Returns true if the parameter is in the normal range (that is, not a subnormal, infinity or NaN) and not zero.

Prototype

_Bool _d64_isnormal (_Decimal64);

_Bool _d128_isnormal (_Decimal128);