Numbers.xhtml 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!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">
  3. <head>
  4. <title>Quantities and Numbers</title>
  5. <link rel="stylesheet" type="text/css" href="docbook-epub.css"/>
  6. <link rel="stylesheet" type="text/css" href="kawa.css"/>
  7. <script src="kawa-ebook.js" type="text/javascript"/>
  8. <meta name="generator" content="DocBook XSL-NS Stylesheets V1.79.1"/>
  9. <link rel="prev" href="Overall-Index.xhtml" title="Index"/>
  10. <link rel="next" href="Numerical-types.xhtml" title="Numerical types"/>
  11. </head>
  12. <body>
  13. <header/>
  14. <section class="chapter" title="Quantities and Numbers" epub:type="chapter" id="Numbers">
  15. <div class="titlepage">
  16. <div>
  17. <div>
  18. <h2 class="title">Quantities and Numbers</h2>
  19. </div>
  20. </div>
  21. </div>
  22. <p>Kawa supports the full Scheme set of number operations with some extensions.
  23. </p>
  24. <p>Kawa converts between Scheme number types
  25. and Java number types as appropriate.
  26. </p>
  27. </section>
  28. <footer>
  29. <div class="navfooter">
  30. <ul>
  31. <li>
  32. <b class="toc">
  33. <a href="Numerical-types.xhtml">Numerical types</a>
  34. </b>
  35. </li>
  36. <li>
  37. <b class="toc">
  38. <a href="Arithmetic-operations.xhtml">Arithmetic operations</a>
  39. </b>
  40. </li>
  41. <li>
  42. <b class="toc">
  43. <a href="Numerical-input-and-output.xhtml">Numerical input and output</a>
  44. </b>
  45. </li>
  46. <li>
  47. <b class="toc">
  48. <a href="Quaternions.xhtml">Quaternions</a>
  49. </b>
  50. </li>
  51. <li>
  52. <b class="toc">
  53. <a href="Quantities.xhtml">Quantities and Units</a>
  54. </b>
  55. </li>
  56. <li>
  57. <b class="toc">
  58. <a href="Logical-Number-Operations.xhtml">Logical Number Operations</a>
  59. </b>
  60. </li>
  61. <li>
  62. <b class="toc">
  63. <a href="Performance-of-numeric-operations.xhtml">Performance of numeric operations</a>
  64. </b>
  65. </li>
  66. </ul>
  67. <p>
  68. Up: <a accesskey="u" href="pt01.xhtml">Part . Reference Documentation</a></p>
  69. <p>
  70. Previous: <a accesskey="p" href="Procedures.xhtml">Procedures</a></p>
  71. <p>
  72. Next: <a accesskey="n" href="Characters-and-text.xhtml">Characters and text</a></p>
  73. </div>
  74. </footer>
  75. </body>
  76. </html>