Difference between revisions of "Round-off error"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(External links)
 
(2 intermediate revisions by the same user not shown)
Line 16: Line 16:
  
 
* [[Algorithm]]
 
* [[Algorithm]]
 +
* [[Approximation]]
 
* [[Computer science]]
 
* [[Computer science]]
 
* [[Error analysis (mathematics)]]
 
* [[Error analysis (mathematics)]]
 
* [[Mathematics]]
 
* [[Mathematics]]
 
* [[Numerical analysis]]
 
* [[Numerical analysis]]
 +
* [[Numerical stability]]
 
* [[Rounding]]
 
* [[Rounding]]
  
Line 25: Line 27:
  
 
* [https://en.wikipedia.org/wiki/Round-off_error Round-off error] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/Round-off_error Round-off error] @ Wikipedia
 +
 +
[[Category:Mathematics]]
 +
[[Category:Numbers]]

Latest revision as of 17:24, 20 April 2016

In mathematics, a round-off error, also called rounding error, is the difference between the calculated approximation of a number and its exact mathematical value due to rounding.

Description

Round-off error is a form of quantization error.

One of the goals of numerical analysis is to estimate errors in calculations, including round-off error, when using approximation equations and/or algorithms, especially when using finitely many digits to represent real numbers (which in theory have infinitely many digits).

When a sequence of calculations subject to rounding error is made, errors may accumulate, sometimes dominating the calculation. In ill-conditioned problems, significant error may accumulate.

Representation error

The error introduced by attempting to represent a number using a finite string of digits is a form of round-off error called representation error.

See also

External links