Binary integer decimal: Difference between revisions

Content deleted Content added
Line 29:
m = an integer (in binary format).
 
If the top bits of the exponent are greater than 1110, the encoding is not for a value. Plus infinity minus infinity and NaN are included in the non value range. If the top five bits of the exponent field have the encoding 11110 binary, the number represented is + or - infinity, the sign bit determines which. Nan is represented by the tops five bits of the exponent field being set to 11111.
 
==Cohort==