mirror of
https://github.com/boostorg/math.git
synced 2026-01-29 19:52:08 +00:00
95 lines
3.5 KiB
HTML
95 lines
3.5 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<html>
|
|
<head>
|
|
<title>Boost Math Library</title>
|
|
</head>
|
|
|
|
<body bgcolor="white" text="black">
|
|
<table border="1" bgcolor="teal" cellpadding="2">
|
|
<tr>
|
|
<td bgcolor="white">
|
|
<img src="../../../c++boost.gif"
|
|
alt="c++boost.gif (8819 bytes)" width="277" height="86"></td>
|
|
<td><a href="../../../index.htm"><font face="Arial"
|
|
color="white"><big>Home</big></font></a></td>
|
|
<td><a href="../../libraries.htm"><font face="Arial"
|
|
color="white"><big>Libraries</big></font></a></td>
|
|
<td><a href="../../../people/people.htm"><font face="Arial"
|
|
color="white"><big>People</big></font></a></td>
|
|
<td><a href="../../../more/faq.htm"><font face="Arial"
|
|
color="white"><big>FAQ</big></font></a></td>
|
|
<td><a href="../../../more/index.htm"><font face="Arial"
|
|
color="white"><big>More</big></font></a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<h1>Boost Math Library</h1>
|
|
|
|
<table border="1" cellpadding="5">
|
|
<tr>
|
|
<th>Header / Docs</th>
|
|
<th>Contents</th>
|
|
</tr>
|
|
<tr>
|
|
<td align="center">
|
|
<code><a href="../../../boost/math_fwd.hpp"><boost/math_fwd.hpp></a></code>
|
|
</td>
|
|
<td valign="top">Forward declaration header.
|
|
</td>
|
|
<tr>
|
|
<td align="center">
|
|
<code><a href="../../../boost/math/octonion.hpp"><boost/math/octonion.hpp></a></code><br>
|
|
<br><a href="../octonion/index.html">documentation</a>
|
|
</td>
|
|
<td valign="top">Octonion class templates and octonion algebra
|
|
function templates.
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="center">
|
|
<code><a href="../../../boost/math/quaternion.hpp"><boost/math/quaternion.hpp></a></code><br>
|
|
<br><a href="../quaternion/index.html">documentation</a>
|
|
</td>
|
|
<td valign="top">Quaternion class templates and quaternion
|
|
algebra function templates.
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="center">
|
|
<code><a href="../../../boost/math/special_functions/acosh.hpp"><boost/math/special_functions/acosh.hpp></a></code><br>
|
|
<code><a href="../../../boost/math/special_functions/asinh.hpp"><boost/math/special_functions/asinh.hpp></a></code><br>
|
|
<code><a href="../../../boost/math/special_functions/atanh.hpp"><boost/math/special_functions/atanh.hpp></a></code><br>
|
|
<code><a href="../../../boost/math/special_functions/sinc.hpp"><boost/math/special_functions/sinc.hpp></a></code><br>
|
|
<code><a href="../../../boost/math/special_functions/sinhc.hpp"><boost/math/special_functions/sinhc.hpp></a></code><br>
|
|
<br><a href="../special_functions/index.html">documentation</a>
|
|
</td>
|
|
<td valign="top">"Special" mathematical function
|
|
templates.
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="center">
|
|
<code><a href="../../../boost/math/common_factor.hpp"><boost/math/common_factor.hpp></a></code><br>
|
|
<code><a href="../../../boost/math/common_factor_ct.hpp"><boost/math/common_factor_ct.hpp></a></code><br>
|
|
<code><a href="../../../boost/math/common_factor_rt.hpp"><boost/math/common_factor_rt.hpp></a></code><br>
|
|
<br><a href="common_factor.html">documentation</a>
|
|
</td>
|
|
<td valign="top">Compile-time and run-time class and function
|
|
templates for greatest common divisor and least common
|
|
multiple.
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<h2>Rationale</h2>
|
|
|
|
<p>The math sub-library of Boost helps segregate the large number of
|
|
Boost headers. This sub-library should contain various math-related
|
|
items.</p>
|
|
|
|
<hr>
|
|
|
|
<p>Revised <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->2 July, 2002<!--webbot bot="Timestamp" i-checksum="39352" endspan --></p>
|
|
|
|
</body>
|
|
</html> |