2
0
mirror of https://github.com/boostorg/math.git synced 2026-02-23 03:42:20 +00:00

Update History and TODO list.

This commit is contained in:
jzmaddock
2015-02-14 18:26:42 +00:00
parent 545961746c
commit d8aa437cec
14 changed files with 71 additions and 27 deletions

View File

@@ -27,7 +27,7 @@
<a name="math_toolkit.conventions"></a><a class="link" href="conventions.html" title="Document Conventions">Document Conventions</a>
</h2></div></div></div>
<p>
<a class="indexterm" name="id846918"></a>
<a class="indexterm" name="id848126"></a>
</p>
<p>
This documentation aims to use of the following naming and formatting conventions.

View File

@@ -34,12 +34,35 @@
</p>
<h5>
<a name="math_toolkit.history1.h0"></a>
<span class="phrase"><a name="math_toolkit.history1.math_2_2_0"></a></span><a class="link" href="history1.html#math_toolkit.history1.math_2_2_0">Math-2.2.0</a>
<span class="phrase"><a name="math_toolkit.history1.math_2_2_0_boost_1_58_0"></a></span><a class="link" href="history1.html#math_toolkit.history1.math_2_2_0_boost_1_58_0">Math-2.2.0
(boost-1.58.0)</a>
</h5>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Added two new special functions - <a class="link" href="sf_gamma/trigamma.html" title="Trigamma">trigamma</a>
and <a class="link" href="sf_gamma/polygamma.html" title="Polygamma">polygamma</a>.
</li></ul></div>
</li>
<li class="listitem">
Fixed namespace scope constants so they are constexpr on conforming compilers,
see https://svn.boost.org/trac/boost/ticket/10901.
</li>
<li class="listitem">
Fixed various cases of spurious under/overflow in the incomplete beta and
gamma functions, plus the elliptic integrals, with thanks to Rocco Romeo.
</li>
<li class="listitem">
Fix 3-arg <a class="link" href="sf_poly/legendre.html" title="Legendre (and Associated) Polynomials">legendre_p</a>
and <a class="link" href="sf_poly/legendre.html" title="Legendre (and Associated) Polynomials">legendre_q</a> functions
to not call the policy based overload if the final argument is not actually
a policy.
</li>
<li class="listitem">
Cleaned up some dead code in the incomplete beta function, see <a href="https://svn.boost.org/trac/boost/ticket/10985" target="_top">#10985</a>.
</li>
<li class="listitem">
Fixed extreme-value pdf for large valued inputs, see <a href="https://svn.boost.org/trac/boost/ticket/10938" target="_top">#10938</a>.
</li>
</ul></div>
<h5>
<a name="math_toolkit.history1.h1"></a>
<span class="phrase"><a name="math_toolkit.history1.math_2_1_0_boost_1_57_0"></a></span><a class="link" href="history1.html#math_toolkit.history1.math_2_1_0_boost_1_57_0">Math-2.1.0

View File

@@ -34,12 +34,35 @@
</p>
<h5>
<a name="math_toolkit.history2.h0"></a>
<span class="phrase"><a name="math_toolkit.history2.math_2_2_0"></a></span><a class="link" href="history2.html#math_toolkit.history2.math_2_2_0">Math-2.2.0</a>
<span class="phrase"><a name="math_toolkit.history2.math_2_2_0_boost_1_58_0"></a></span><a class="link" href="history2.html#math_toolkit.history2.math_2_2_0_boost_1_58_0">Math-2.2.0
(boost-1.58.0)</a>
</h5>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Added two new special functions - <a class="link" href="sf_gamma/trigamma.html" title="Trigamma">trigamma</a>
and <a class="link" href="sf_gamma/polygamma.html" title="Polygamma">polygamma</a>.
</li></ul></div>
</li>
<li class="listitem">
Fixed namespace scope constants so they are constexpr on conforming compilers,
see https://svn.boost.org/trac/boost/ticket/10901.
</li>
<li class="listitem">
Fixed various cases of spurious under/overflow in the incomplete beta and
gamma functions, plus the elliptic integrals, with thanks to Rocco Romeo.
</li>
<li class="listitem">
Fix 3-arg <a class="link" href="sf_poly/legendre.html" title="Legendre (and Associated) Polynomials">legendre_p</a>
and <a class="link" href="sf_poly/legendre.html" title="Legendre (and Associated) Polynomials">legendre_q</a> functions
to not call the policy based overload if the final argument is not actually
a policy.
</li>
<li class="listitem">
Cleaned up some dead code in the incomplete beta function, see <a href="https://svn.boost.org/trac/boost/ticket/10985" target="_top">#10985</a>.
</li>
<li class="listitem">
Fixed extreme-value pdf for large valued inputs, see <a href="https://svn.boost.org/trac/boost/ticket/10938" target="_top">#10938</a>.
</li>
</ul></div>
<h5>
<a name="math_toolkit.history2.h1"></a>
<span class="phrase"><a name="math_toolkit.history2.math_2_1_0_boost_1_57_0"></a></span><a class="link" href="history2.html#math_toolkit.history2.math_2_1_0_boost_1_57_0">Math-2.1.0

View File

@@ -129,13 +129,6 @@
(both for efficiency and accuracy), assuming we can find them. (Medium
Priority).
</li>
<li class="listitem">
There is a sub-domain of <a class="link" href="ellint/ellint_3.html" title="Elliptic Integrals of the Third Kind - Legendre Form">ellint_3</a>
that is unimplemented (see the docs for details), currently it's not clear
how to solve this issue, or if it's ever likely to be an real problem in
practice - especially as most other implementations don't support this
domain either (Medium Priority).
</li>
</ul></div>
<h5>
<a name="math_toolkit.issues.h6"></a>
@@ -176,6 +169,9 @@
<span class="phrase"><a name="math_toolkit.issues.feature_requests"></a></span><a class="link" href="issues.html#math_toolkit.issues.feature_requests">Feature
Requests</a>
</h5>
<p>
We have a request for the Lambert W function, see <a href="https://svn.boost.org/trac/boost/ticket/11027" target="_top">#11027</a>.
</p>
<p>
The following table lists distributions that are found in other packages but
which are not yet present here, the more frequently the distribution is found,

View File

@@ -27,7 +27,7 @@
<a name="math_toolkit.navigation"></a><a class="link" href="navigation.html" title="Navigation">Navigation</a>
</h2></div></div></div>
<p>
<a class="indexterm" name="id846765"></a>
<a class="indexterm" name="id850270"></a>
</p>
<p>
Boost.Math documentation is provided in both HTML and PDF formats.