next up previous
Next: Double Precision Up: Numerical Representation Previous: Numerical Representation

Single Precision

A single precision number consists of the following.

Therefore, the string 0 0000 1110 1010 0000 0000 0000 0000 000, as a single precision number, represents a positive number (0 as leading bit), with exponent 0000 1110 - 0111 111 = - 0111 0001, and significand 1.1010 0000 0000 0000 0000 000. So, this number is 1.101 or 1.625 (base 10).

Please verify that the smallest single precision positive number is and the largest single precision positive number is .


Russ Miller
Thu Sep 14 13:56:19 EDT 1995