Bessel-function-errors.html 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <html lang="en">
  2. <head>
  3. <title>Bessel function errors - 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="bes.html#bes" title="bes">
  9. <link rel="prev" href="Bessel-function-calling-conventions.html#Bessel-function-calling-conventions" title="Bessel function calling conventions">
  10. <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
  11. <meta http-equiv="Content-Style-Type" content="text/css">
  12. <style type="text/css"><!--
  13. pre.display { font-family:inherit }
  14. pre.format { font-family:inherit }
  15. pre.smalldisplay { font-family:inherit; font-size:smaller }
  16. pre.smallformat { font-family:inherit; font-size:smaller }
  17. pre.smallexample { font-size:smaller }
  18. pre.smalllisp { font-size:smaller }
  19. span.sc { font-variant:small-caps }
  20. span.roman { font-family:serif; font-weight:normal; }
  21. span.sansserif { font-family:sans-serif; font-weight:normal; }
  22. --></style>
  23. </head>
  24. <body>
  25. <div class="node">
  26. <a name="Bessel-function-errors"></a>
  27. <p>
  28. Previous:&nbsp;<a rel="previous" accesskey="p" href="Bessel-function-calling-conventions.html#Bessel-function-calling-conventions">Bessel function calling conventions</a>,
  29. Up:&nbsp;<a rel="up" accesskey="u" href="bes.html#bes">bes</a>
  30. <hr>
  31. </div>
  32. <h4 class="subsection">D.1.2 Bessel function errors</h4>
  33. <p>Memory overflows and unrecognized function names can happen as with
  34. other library interfaces. A message of
  35. <a name="index-bad-bessel-function-call-710"></a>
  36. <pre class="example"> &lt;'bad bessel function call'&gt;
  37. </pre>
  38. <p class="noindent">means that invalid input parameters were given, such as a fractional
  39. order to a function family that is defined only for natural orders.
  40. </body></html>