2021-10-05 21:37:46 +02:00

137 lines
7.5 KiB
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Other Hints and tips</title>
<link rel="stylesheet" href="../math.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../index.html" title="Math Toolkit 3.0.0">
<link rel="up" href="../overview.html" title="Chapter 1. Overview">
<link rel="prev" href="conventions.html" title="Document Conventions">
<link rel="next" href="directories.html" title="Directory and File Structure">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
<td align="center"><a href="../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="conventions.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../overview.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="directories.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="math_toolkit.hints"></a><a class="link" href="hints.html" title="Other Hints and tips">Other Hints and tips</a>
</h2></div></div></div>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Historical records of issues are at <a href="https://svn.boost.org/trac/boost/" target="_top">Boost
Trac</a>, now read-only.
</li>
<li class="listitem">
Always ensure that you are using the <a href="https://www.boost.org/users/download/#live" target="_top">current
release version</a>.
</li>
<li class="listitem">
The current documentation for the release version is <a href="https://www.boost.org/doc/libs/release/libs/math/doc/html/index.html" target="_top">here</a>.
</li>
<li class="listitem">
The current documentation for the version being developed is <a href="https://www.boost.org/doc/libs/develop/libs/math/doc/html/index.html" target="_top">here</a>.
</li>
<li class="listitem">
See <a href="https://github.com/boostorg/math" target="_top">develop branch(es)</a>
where changes are being assembled and tested ready for the next release.<br>
You may, at your own risk, download new versions from there.
</li>
<li class="listitem">
If you have a new feature request, raise a new <a href="https://github.com/boostorg/math/issues" target="_top">Boost.Math
issue</a>,
</li>
<li class="listitem">
If it appears that the implementation is in error, please search first
at <a href="https://github.com/boostorg/math/issues" target="_top">Boost.Math issues</a>.
Entries may indicate that updates or corrections that solve your problem
are in <a href="https://github.com/boostorg/math" target="_top">Boost.Math on Github</a>.
</li>
<li class="listitem">
If you have a suggested enhancements or fix, you are most welcome to submit
<a href="https://github.com/boostorg/math/pulls" target="_top">pull requests</a>.
</li>
<li class="listitem">
If you do not understand why things work the way they do, see first the
<span class="emphasis"><em>rationale</em></span> section.
</li>
<li class="listitem">
If you do not find satisfaction for your idea/feature/complaint, please
reach the author(s) preferably through the Boost user or development lists
<a href="https://www.boost.org/community/groups.html" target="_top">https://www.boost.org/community/groups.html</a>,
or raise a new <a href="https://github.com/boostorg/math/issues" target="_top">Boost.Math
issue</a>, or email the author(s) direct.
</li>
</ul></div>
<h6>
<a name="math_toolkit.hints.h0"></a>
<span class="phrase"><a name="math_toolkit.hints.admonishments"></a></span><a class="link" href="hints.html#math_toolkit.hints.admonishments">Admonishments</a>
</h6>
<div class="note"><table border="0" summary="Note">
<tr>
<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../doc/src/images/note.png"></td>
<th align="left">Note</th>
</tr>
<tr><td align="left" valign="top"><p>
In addition, notes such as this one specify non-essential information that
provides additional background or rationale.
</p></td></tr>
</table></div>
<div class="tip"><table border="0" summary="Tip">
<tr>
<td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="../../../../../doc/src/images/tip.png"></td>
<th align="left">Tip</th>
</tr>
<tr><td align="left" valign="top"><p>
These blocks contain information that you may find helpful while coding.
</p></td></tr>
</table></div>
<div class="important"><table border="0" summary="Important">
<tr>
<td rowspan="2" align="center" valign="top" width="25"><img alt="[Important]" src="../../../../../doc/src/images/important.png"></td>
<th align="left">Important</th>
</tr>
<tr><td align="left" valign="top"><p>
These contain information that is imperative to understanding a concept.
Failure to follow suggestions in these blocks will probably result in undesired
behavior. Read all of these you find.
</p></td></tr>
</table></div>
<div class="warning"><table border="0" summary="Warning">
<tr>
<td rowspan="2" align="center" valign="top" width="25"><img alt="[Warning]" src="../../../../../doc/src/images/warning.png"></td>
<th align="left">Warning</th>
</tr>
<tr><td align="left" valign="top"><p>
Failure to heed this will lead to incorrect, and very likely undesired, results!
</p></td></tr>
</table></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2006-2021 Nikhar Agrawal, Anton Bikineev, Matthew Borland,
Paul A. Bristow, Marco Guazzone, Christopher Kormanyos, Hubert Holin, Bruno
Lalande, John Maddock, Evan Miller, Jeremy Murphy, Matthew Pulver, Johan Råde,
Gautam Sewani, Benjamin Sobotta, Nicholas Thompson, Thijs van den Berg, Daryle
Walker and Xiaogang Zhang<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="conventions.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../overview.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="directories.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>