in reply to Re^2: Perl 5 numeric type and simplifications
in thread Perl 5 numeric type and simplifications
I learned the terms "rounding error" and "accumulated rounding error" in CS classes at university for these effects. °
To be sure it's not a translation problem, I searched and found (among many others) this English Wikipedia article
A roundoff error, also called rounding error, is the difference between the result produced by a given algorithm using exact arithmetic and the result produced by the same algorithm using finite-precision, rounded arithmetic.
Rounding errors are due to inexactness in the representation of real numbers and the arithmetic operations done with them.
So what exactly is your problem now?
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
°) actually I think I already learned it in school in physics classes. The concept is older than CS. I suppose it was introduced a century earlier by Carl Friedrich Gauß.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Perl 5 numeric type and simplifications
by syphilis (Archbishop) on May 07, 2021 at 12:53 UTC | |
by LanX (Saint) on May 07, 2021 at 13:24 UTC | |
by syphilis (Archbishop) on May 07, 2021 at 13:53 UTC | |
by LanX (Saint) on May 07, 2021 at 14:05 UTC | |
by syphilis (Archbishop) on May 08, 2021 at 02:18 UTC | |
|