1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <html lang="en">
- <head>
- <title>rmath exceptions - 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="rmath.html#rmath" title="rmath">
- <link rel="prev" href="rmath-miscellaneous-functions.html#rmath-miscellaneous-functions" title="rmath miscellaneous functions">
- <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="rmath-exceptions"></a>
- <p>
- Previous: <a rel="previous" accesskey="p" href="rmath-miscellaneous-functions.html#rmath-miscellaneous-functions">rmath miscellaneous functions</a>,
- Up: <a rel="up" accesskey="u" href="rmath.html#rmath">rmath</a>
- <hr>
- </div>
- <h4 class="subsection">D.16.3 <code>rmath</code> exceptions</h4>
- <p>The only exceptional condition specific to the <code>rmath</code> library
- interface is associated with the message <code><'bad rmath
- specification'></code>, which means that a tuple given as an argument
- <a name="index-bad-rmath-specification-812"></a>has the wrong number or types of operands.
- </body></html>
|