QUOTE(Andavari @ Mar 14 2006, 03:56 AM) [snapback]32736[/snapback]
It's beyond difficult to explain, so here's a
Google search to more than a plethora of references. And a
Wikipedia reference.
Oh, I see what you mean. Although, I believe that those errors only occur if you set up the item like an equation. That is something I noticed on my TI-86 graphing calculator a long time ago. If you use the in-calculator equation solver, and a problem is supposed to equal zero, it might end up equaling 0.00000000000001, or something silly like that. But I found that if you put in 0 as the possible solution, then it would realize that that was the correct answer, and it wouldn't give you an approximation.
So if you used a computer and entered in:
CODE
(26.5*100)/35
you would get the correct answer.
But, if you used that same computer, and set it up as an equation:
CODE
26.5/35=x/100
then you might potentially get rounding errors.
At least, this is my understanding. My programming knowledge is pretty much limited to BASIC...