Previous PageNext Page

Floating Point Representation of Real Numbers
How are real numbers represented on a computer? A computer only knows about 1s and 0s (on and off - binary numbers) so real numbers must be represented as binary numbers. Integer values fare well, but what about fractions? Real numbers are represented as floating point values where as many significant - binary - digits are stored as storage space allows and the decimal point floats according to a stored exponent.

Previous PageTable Of ContentsNext Page