summaryrefslogtreecommitdiff
path: root/libs/rational/index.html
blob: bec1cba03d7261b856ae7e1d13ed35e00d7735da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<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&nbsp; 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 &quot;as is&quot; without
express or implied warranty, and with no claim as to its suitability for
any purpose.</p>
</body>
</html>