【C言語】samequantumd64関数の使い方
samequantumd64関数は、2 つの倍精度の 10 進浮動小数点値の量子指数が同一であるかどうかを判別します。
関数名 | samequantumd64 |
ヘッダー | #include <math.h> |
関数プロトタイプ | __bool__ samequantumd64(_Decimal64 x, _Decimal64 y); |
詳細 | 2 つの倍精度の 10 進浮動小数点値の量子指数が同一であるかどうかを判別します。 |
samequantumd64関数は、2 つの倍精度の 10 進浮動小数点値の量子指数が同一であるかどうかを判別します。
関数名 | samequantumd64 |
ヘッダー | #include <math.h> |
関数プロトタイプ | __bool__ samequantumd64(_Decimal64 x, _Decimal64 y); |
詳細 | 2 つの倍精度の 10 進浮動小数点値の量子指数が同一であるかどうかを判別します。 |