index.html 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  4. <title>Boost Rational Number Library</title>
  5. </head>
  6. <body bgcolor="#FFFFFF" text="#000000">
  7. <table border="1" bgcolor="#007F7F" cellpadding="2">
  8. <tr>
  9. <td bgcolor="#FFFFFF"><img src="../../boost.png" alt="boost.png (6897 bytes)" WIDTH="277" HEIGHT="86"></td>
  10. <td><a href="../../index.htm"><font face="Arial" color="#FFFFFF"><big>Home </big></font></a></td>
  11. <td><a href="../libraries.htm"><font face="Arial" color="#FFFFFF"><big>Libraries </big></font></a></td>
  12. <td><a href="http://www.boost.org/people/people.htm"><font face="Arial" color="#FFFFFF"><big>People </big></font></a></td>
  13. <td><a href="http://www.boost.org/more/faq.htm"><font face="Arial" color="#FFFFFF"><big>FAQ </big></font></a></td>
  14. <td><a href="../../more/index.htm"><font face="Arial" color="#FFFFFF"><big>More </big></font></a></td>
  15. </tr>
  16. </table>
  17. <h1>Rational Number library</h1>
  18. <p>The header rational.hpp provides an implementation of rational numbers.
  19. The implementation is template-based, in a similar manner to the standard
  20. complex number class.</p>
  21. <p>This implementation is intended for general use. If you are a number
  22. theorist, or otherwise have very stringent requirements, you would be advised
  23. to use one of the more specialist packages available.</p>
  24. <ul>
  25. <li><a href="rational.html">Documentation</a> (HTML).</li>
  26. <li>Header <a href="../../boost/rational.hpp">rational.hpp</a>.</li>
  27. <li>See the <a href="rational.html">documentation</a> for links to sample programs.</li>
  28. <li>Submitted by <a href="http://www.boost.org/people/paul_moore.htm"> Paul Moore</a>.</li>
  29. </ul>
  30. <p>Revised&nbsp; December 14, 1999</p>
  31. <p>&copy; Copyright Paul Moore 1999. Permission to copy, use, modify, sell
  32. and distribute this document is granted provided this copyright notice
  33. appears in all copies. This document is provided &quot;as is&quot; without
  34. express or implied warranty, and with no claim as to its suitability for
  35. any purpose.</p>
  36. <!-- boostinspect:nolicense (can't find Paul Moore to change license) -->
  37. </body>
  38. </html>