__d64_isnormal, __d128_isnormal
注: 使用 xlclang 或 xlclang + + 调用命令调用 IBM® XL C/C++ for AIX® 16.1 的基于 Clang 的前端时,不支持十进制浮点内置函数。
用途
正常
如果参数在正常范围内 (即,不是子正常,无穷大或 NaN) 且不为零,那么返回 true。
原型
_Bool _d64_isnormal (_Decimal64);
_Bool _d128_isnormal (_Decimal128);