summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/rational/index.html
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 18:24:20 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 18:24:20 +0000
commit483eb2f56657e8e7f419ab1a4fab8dce9ade8609 (patch)
treee5d88d25d870d5dedacb6bbdbe2a966086a0a5cf /src/boost/libs/rational/index.html
parentInitial commit. (diff)
downloadceph-483eb2f56657e8e7f419ab1a4fab8dce9ade8609.tar.xz
ceph-483eb2f56657e8e7f419ab1a4fab8dce9ade8609.zip
Adding upstream version 14.2.21.upstream/14.2.21upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/boost/libs/rational/index.html')
-rw-r--r--src/boost/libs/rational/index.html47
1 files changed, 47 insertions, 0 deletions
diff --git a/src/boost/libs/rational/index.html b/src/boost/libs/rational/index.html
new file mode 100644
index 00000000..3f3d676e
--- /dev/null
+++ b/src/boost/libs/rational/index.html
@@ -0,0 +1,47 @@
+<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>&copy; 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>
+<!-- boostinspect:nolicense (can't find Paul Moore to change license) -->
+</body>
+</html>