khdani Messages 53 Reaction score 0 Thread starter Nov 14, 2008 #1 Hello, How do i convert 1/3 to floating point (IEEE 754) ?
CRGreathouse Science Advisor Homework Helper Messages 2,832 Reaction score 0 Nov 14, 2008 #2 Code: float n = 1.0 / 3;
khdani Messages 53 Reaction score 0 Nov 14, 2008 #3 i meant the actual representation of the number, not variable. [Sign Bit] [8bit EXP] [23bit Mantissa] but I've solved it , thanks anyway.
i meant the actual representation of the number, not variable. [Sign Bit] [8bit EXP] [23bit Mantissa] but I've solved it , thanks anyway.