Thursday, January 7, 2010

Bits Representation of Float and Double in C

BITs Representation of Float in C
***************************
1---> sign
8---> exponent
23--> Mantissa

BITs Representation of Double in C
****************************
1    ---> sign
11   ---> exponent
52   ---> Mantissa

0 comments:

Post a Comment