__d64_iszero, __d128_iszero

Purpose

Is Zero

Returns true if the parameter is positive or negative zero.

Prototype

_Bool __d64_iszero (_Decimal64);

_Bool __d128_iszero (_Decimal128);