InterviewSolution
Saved Bookmarks
| 1. |
Most computers wont use floating point arithmetic .why |
|
Answer» The default WAY to represent non-integral NUMBERS is a compromise between performance and precision. Floating point numbers are pretty fast but, to GET that performance, have certain LIMITATIONS. |
|