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