| 総合手引 | セクション 3 | English | オプション |
#include <math.h>
logb(x) および logbf(x) は、 x の n 乗を返します。ここでの n は、符号付き整数が倍精度浮動小数点に変換されたものです。 logb(±∞) = +∞; logb() = -∞ で、0 による除算の例外を伴います。
scalbn(x, n) および scalbnf(x, n) は、指数操作により計算された x, Ns, *(2**, Ns, Fa, n) を返します。
significand(x) および significandf(x) は、1 ≤ sig < 2 の範囲で x := sig, No, *, 2**, Ns, Fa, n となる時の、 sig を返します。 significand(x) および significandf(x) は、 x が 0, ±∞, または NaN の時には定義されません。
| IEEE_TEST (3) | March 10, 1994 |
| 総合手引 | セクション 3 | English | オプション |
このマニュアルページサービスについてのご意見は Ben Bullock にお知らせください。 Privacy policy.
| “ | The most horrifying thing about Unix is that, no matter how many times you hit yourself over the head with it, you never quite manage to lose consciousness. It just goes on and on. | ” |
| — Patrick Sobalvarro | ||