|
|
For example, if the output of one function is the input of another, then small round-off errors in the first function can produce much larger errors in the second. If the second function were fed into a third, the problem could grow even larger, until the values produced are worthless.
Another example is in compiling source code. One minor syntactical error early on in the code can produce large numbers of perceived errors later.