diff options
Diffstat (limited to 'libs/math/doc/html/math_toolkit/relative_error.html')
-rw-r--r-- | libs/math/doc/html/math_toolkit/relative_error.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/math/doc/html/math_toolkit/relative_error.html b/libs/math/doc/html/math_toolkit/relative_error.html index a75d06b3e..38d39e14a 100644 --- a/libs/math/doc/html/math_toolkit/relative_error.html +++ b/libs/math/doc/html/math_toolkit/relative_error.html @@ -3,8 +3,8 @@ <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Relative Error</title> <link rel="stylesheet" href="../math.css" type="text/css"> -<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> -<link rel="home" href="../index.html" title="Math Toolkit 2.1.0"> +<meta name="generator" content="DocBook XSL Stylesheets V1.77.1"> +<link rel="home" href="../index.html" title="Math Toolkit 2.2.0"> <link rel="up" href="../backgrounders.html" title="Chapter 16. Backgrounders"> <link rel="prev" href="special_tut/special_tut_test.html" title="Testing"> <link rel="next" href="lanczos.html" title="The Lanczos Approximation"> @@ -31,13 +31,13 @@ the relative error can be calculated from: </p> <p> - <span class="inlinemediaobject"><img src="../../equations/error2.png"></span> + <span class="inlinemediaobject"><img src="../../equations/error2.svg"></span> </p> <p> However the test programs in the library use the symmetrical form: </p> <p> - <span class="inlinemediaobject"><img src="../../equations/error1.png"></span> + <span class="inlinemediaobject"><img src="../../equations/error1.svg"></span> </p> <p> which measures <span class="emphasis"><em>relative difference</em></span> and happens to be less |