NaN:NOT A(ANY) NUMBER. QNaN:Quiet NaN。 SNaN:Singal NaN。 补充: A
denormalized number is any nonzero number with an exponent field of
0. The exponent offset is 1023(for double precision), but for the
case when the value in the exponent field is 0, then the offset is
changed to 1022.The value multiplied by the mantissa is 2^(-1022).
The exponent offset is changed to 1022 because for
denormalized numbers, the implied leading '1' iss no longer
included. So to calculate the actua...
阅读全文>>