gslint-output.html 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <html lang="en">
  2. <head>
  3. <title>gslint output - avram - a virtual machine code interpreter</title>
  4. <meta http-equiv="Content-Type" content="text/html">
  5. <meta name="description" content="avram - a virtual machine code interpreter">
  6. <meta name="generator" content="makeinfo 4.13">
  7. <link title="Top" rel="start" href="index.html#Top">
  8. <link rel="up" href="gslint.html#gslint" title="gslint">
  9. <link rel="prev" href="gslint-input-parameters.html#gslint-input-parameters" title="gslint input parameters">
  10. <link rel="next" href="gslint-exceptions.html#gslint-exceptions" title="gslint exceptions">
  11. <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
  12. <meta http-equiv="Content-Style-Type" content="text/css">
  13. <style type="text/css"><!--
  14. pre.display { font-family:inherit }
  15. pre.format { font-family:inherit }
  16. pre.smalldisplay { font-family:inherit; font-size:smaller }
  17. pre.smallformat { font-family:inherit; font-size:smaller }
  18. pre.smallexample { font-size:smaller }
  19. pre.smalllisp { font-size:smaller }
  20. span.sc { font-variant:small-caps }
  21. span.roman { font-family:serif; font-weight:normal; }
  22. span.sansserif { font-family:sans-serif; font-weight:normal; }
  23. --></style>
  24. </head>
  25. <body>
  26. <div class="node">
  27. <a name="gslint-output"></a>
  28. <p>
  29. Next:&nbsp;<a rel="next" accesskey="n" href="gslint-exceptions.html#gslint-exceptions">gslint exceptions</a>,
  30. Previous:&nbsp;<a rel="previous" accesskey="p" href="gslint-input-parameters.html#gslint-input-parameters">gslint input parameters</a>,
  31. Up:&nbsp;<a rel="up" accesskey="u" href="gslint.html#gslint">gslint</a>
  32. <hr>
  33. </div>
  34. <h4 class="subsection">D.7.2 <code>gslint</code> output</h4>
  35. <p>In all cases, if no exception occurs, the result returned is an
  36. approximation of the integral of <var>f</var> over the interval from
  37. <var>a</var> to <var>b</var> or from the first item of <var>p</var> to the last.
  38. <p>Results may differ in numerical properties depending on the
  39. integration method and the tolerance used.
  40. <ul>
  41. <li>The <code>qagp</code>* and <code>qagx</code>* functions use an adaptive algorithm,
  42. <a name="index-adaptive-integration-729"></a><a name="index-non_002dadaptive-integration-730"></a>whereas the <code>qng</code>* functions use a faster non-adaptive algorithm
  43. suitable only for smooth integrands.
  44. <li>Faster and maybe more accurate results are obtained for discontinuous
  45. or non-differentiable integrands by the <code>qagp</code>* integration
  46. methods if the interior points in <var>p</var> are chosen to coincide with
  47. the discontinuities or corners.
  48. <li>Larger tolerances are conducive to faster but less accurate results in
  49. most cases.
  50. </ul>
  51. </body></html>