Real numbers representation inside computer
Use a representation akin to scientific notation
Many variations in choice of representation for
- mantissa (could be 2’s complement, sign and magnitude etc.)
- base (could be 2, 8, 16 etc.)
- exponent (cf. mantissa)
Arithmetic support for real numbers is called floating-point arithmetic