Main index | Section 3 | 日本語 | Options |
#include <math.h>
scalb(x, n) and scalbf(x, n) return x, Ns, *(2**, Ns, Fa, n) computed by exponent manipulation. If n is not an integer, ±∞, or an NaN, the result is unspecified.
significand(x) and significandf(x) return sig, where x := sig, No, *, 2**, Ns, Fa, n with 1 ≤ sig < 2. significand(x) and significandf(x) are not defined when x is 0, ±∞, or NaN.
IEEE_TEST (3) | November 6, 2005 |
Main index | Section 3 | 日本語 | Options |
Please direct any comments about this manual page service to 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.” | ” |