[Home]History of Floating point

HomePage | Recent Changes | Preferences

Revision 10 . . November 13, 2001 9:56 am by (logged).83.107.xxx [previous edit introduced a mathematical error]
Revision 9 . . November 12, 2001 2:56 am by Uriyan [Some editing, needs (deeper) review]
  

Difference (from prior major revision) (no other diffs)

Changed: 19c19
* The value of Pi, π = 3.1415926...10 decimal, which is equivalent to binary 11.001001000011111...2. When represented in a computer that allocates 17 bits for the mantissa, it will become 0.11001001000011111 × 2. Hence the floating point representation would starts with bits 01100100100001111 and end with bits 10 (which represent the exponent 2 in the binary system). Note: the first zero indicate a positive number, the ending 102 = 210.)
* The value of Pi, π = 3.1415926...10 decimal, which is equivalent to binary 11.001001000011111...2. When represented in a computer that allocates 17 bits for the mantissa, it will become 0.11001001000011111 × 22. Hence the floating point representation would starts with bits 01100100100001111 and end with bits 10 (which represent the exponent 2 in the binary system). Note: the first zero indicate a positive number, the ending 102 = 210.)

HomePage | Recent Changes | Preferences
Search: