Floating Point/Arithmetic Errors

Arithmetic Errors edit

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.

Cancellation edit

References edit