Skip to content
Prev 362129 / 398506 Next

Understanding and predict round-off errors sign on simple functions

I am certainly no expert, but I would assume that:

1. Roundoff errors depend on the exact numerical libraries and
versions that are used, and so general language comparisons are
impossible without that information;

2. Roundoff errors depend on the exact calculations being done and
machine precision and are very complicated to determine

So I would say the answer to your questions is no.

But you should probably address such a question to a numerical analyst
for an authoritative answer. Maybe try stats.stackexchange.com  .

-- Bert

Bert Gunter

"The trouble with having an open mind is that people keep coming along
and sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )
On Wed, Jun 29, 2016 at 2:55 AM, Sirhc via R-help <r-help at r-project.org> wrote: