__d64_isfinite, __d128_isfinite

Purpose

Is Finite

Returns true if the parameter is not positive or negative infinity and not a quiet or signaling NaN.

Prototype

_Bool __d64_isfinite (_Decimal64);

_Bool __d128_isfinite (_Decimal128);