Floating Point/Arithmetic Errors

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search

[edit] Arithmetic Errors

When performing floating-point arithmetic, there are a number of possible errors that can occur. Some of these errors are generally small, but some are worth consideration. This is especially true in applications like numerical integration or numerical derivatives, where implementing naive algorithms may lead to accumulation of the errors and completely unreliable results.

[edit] Cancellation

[edit] References