1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:pls="http://www.w3.org/2005/01/pronunciation-lexicon" xmlns:ssml="http://www.w3.org/2001/10/synthesis" xmlns:svg="http://www.w3.org/2000/svg">
- <head>
- <title>Quantities and Numbers</title>
- <link rel="stylesheet" type="text/css" href="docbook-epub.css"/>
- <link rel="stylesheet" type="text/css" href="kawa.css"/>
- <script src="kawa-ebook.js" type="text/javascript"/>
- <meta name="generator" content="DocBook XSL-NS Stylesheets V1.79.1"/>
- <link rel="prev" href="Overall-Index.xhtml" title="Index"/>
- <link rel="next" href="Numerical-types.xhtml" title="Numerical types"/>
- </head>
- <body>
- <header/>
- <section class="chapter" title="Quantities and Numbers" epub:type="chapter" id="Numbers">
- <div class="titlepage">
- <div>
- <div>
- <h2 class="title">Quantities and Numbers</h2>
- </div>
- </div>
- </div>
- <p>Kawa supports the full Scheme set of number operations with some extensions.
- </p>
- <p>Kawa converts between Scheme number types
- and Java number types as appropriate.
- </p>
- </section>
- <footer>
- <div class="navfooter">
- <ul>
- <li>
- <b class="toc">
- <a href="Numerical-types.xhtml">Numerical types</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="Arithmetic-operations.xhtml">Arithmetic operations</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="Numerical-input-and-output.xhtml">Numerical input and output</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="Quaternions.xhtml">Quaternions</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="Quantities.xhtml">Quantities and Units</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="Logical-Number-Operations.xhtml">Logical Number Operations</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="Performance-of-numeric-operations.xhtml">Performance of numeric operations</a>
- </b>
- </li>
- </ul>
- <p>
- Up: <a accesskey="u" href="pt01.xhtml">Part . Reference Documentation</a></p>
- <p>
- Previous: <a accesskey="p" href="Procedures.xhtml">Procedures</a></p>
- <p>
- Next: <a accesskey="n" href="Characters-and-text.xhtml">Characters and text</a></p>
- </div>
- </footer>
- </body>
- </html>
|