Re: [GD-General] ieee754 -0.0f?
Brought to you by:
vexxed72
From: Jon W. <hp...@mi...> - 2006-02-02 17:52:33
|
> struct > { > unsigned m_mantissa : 24; > unsigned m_exponent : 7; > unsigned m_sign : 1; > }; I believe the mantissa is only 23 bits, with a leading "implicit" one for all exponents that aren't denormal. There are also 8 exponent bits. Cheers, / h+ -- -- The early bird gets the worm, but the second mouse gets the cheese. |