| 総合手引 | セクション 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.
| “ | Ken Thompson has an automobile which he helped design. Unlike most automobiles, it has neither speedometer, nor gas gauge, nor any of the other numerous idiot lights which plague the modern driver. Rather, if the driver makes a mistake, a giant “?” lights up in the center of the dashboard. “The experienced driver,” says Thompson, “will usually know what's wrong.” | ” |