Biology Forums - Study Force

Other Fields Homework Help Management Topic started by: adasdsdew on Jan 30, 2018



Title: Why are real numbers more difficult to represent and process than integers?
Post by: adasdsdew on Jan 30, 2018
Why are real numbers more difficult to represent and process than integers?


Title: Why are real numbers more difficult to represent and process than integers?
Post by: Ha dhe224 on Jan 30, 2018
Real numbers are stored in floating-point notation, which is a more complex two-part format than the twos complement notation normally used to store integers. The more complex format requires more complex processing circuitry. Real numbers are also subject to truncation problems that don't affect integers. Errors caused by truncation can be compounded during a series of instruction executions.