Content deleted Content added
Line 15:
A BID number has three fields, the sign the exponent and the magnitude.
If the top bits of the exponent are less than or equal binary 1110:
''s'' = +1 (positive numbers) when the sign bit is 0
Line 25:
''m'' = ''significand''.
The number has the value:
''v'' = ''s'' × 10''<sup>e</sup>'' × ''m''
The ''exponent'' and ''significand'' are stored as binary integers.
==Cohort==
|