B
Bo Yang
Hi,
I have spent some time on the web to search the definitive guide
about how the floating point number in computer are calculated. Take
double for example, I mean, when the FPU process any arithmetic of two
double, it must use a more wider register to restore the intermediary
result. Sine the double's fraction width is "52" bits, how wide is the
intermediary register usually? And more important, what round-off
method does FPU use? Round-to-nearest or round-to-even? Thanks!
Regards!
Bo
I have spent some time on the web to search the definitive guide
about how the floating point number in computer are calculated. Take
double for example, I mean, when the FPU process any arithmetic of two
double, it must use a more wider register to restore the intermediary
result. Sine the double's fraction width is "52" bits, how wide is the
intermediary register usually? And more important, what round-off
method does FPU use? Round-to-nearest or round-to-even? Thanks!
Regards!
Bo