Quote:
Originally Posted by freebeard
My friends who believe what the news tells them don't know the difference between real numbers and integers. If you are writing software to tally the votes (on birds, right?) would you use reals or integers? If not, why not?
|
Which computing language? Cobol is stuck using real numbers, Fortran, C &++ can deal with integers, SQL is "like, whatever" its a string conversion. Unless you can find it in a library for your processor, assembler needs you to write your own function so it doesn't matter.