1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <html lang="en">
- <head>
- <title>Bessel function errors - avram - a virtual machine code interpreter</title>
- <meta http-equiv="Content-Type" content="text/html">
- <meta name="description" content="avram - a virtual machine code interpreter">
- <meta name="generator" content="makeinfo 4.13">
- <link title="Top" rel="start" href="index.html#Top">
- <link rel="up" href="bes.html#bes" title="bes">
- <link rel="prev" href="Bessel-function-calling-conventions.html#Bessel-function-calling-conventions" title="Bessel function calling conventions">
- <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
- <meta http-equiv="Content-Style-Type" content="text/css">
- <style type="text/css"><!--
- pre.display { font-family:inherit }
- pre.format { font-family:inherit }
- pre.smalldisplay { font-family:inherit; font-size:smaller }
- pre.smallformat { font-family:inherit; font-size:smaller }
- pre.smallexample { font-size:smaller }
- pre.smalllisp { font-size:smaller }
- span.sc { font-variant:small-caps }
- span.roman { font-family:serif; font-weight:normal; }
- span.sansserif { font-family:sans-serif; font-weight:normal; }
- --></style>
- </head>
- <body>
- <div class="node">
- <a name="Bessel-function-errors"></a>
- <p>
- Previous: <a rel="previous" accesskey="p" href="Bessel-function-calling-conventions.html#Bessel-function-calling-conventions">Bessel function calling conventions</a>,
- Up: <a rel="up" accesskey="u" href="bes.html#bes">bes</a>
- <hr>
- </div>
- <h4 class="subsection">D.1.2 Bessel function errors</h4>
- <p>Memory overflows and unrecognized function names can happen as with
- other library interfaces. A message of
- <a name="index-bad-bessel-function-call-710"></a>
- <pre class="example"> <'bad bessel function call'>
- </pre>
- <p class="noindent">means that invalid input parameters were given, such as a fractional
- order to a function family that is defined only for natural orders.
- </body></html>
|