Bug in nDbl2Flt()
Posted: Thu Nov 22, 2007 3:13 pm
This is the fixed line:
Note short type instead of int.
EMG
Code: Select all
ui = ( ( short * )( &d ) )[3] & 0xfff0; // Get exponent
EMG