From d8aa437cecb2840f185972e5f64035219621fdce Mon Sep 17 00:00:00 2001
From: jzmaddock Last revised: December 09, 2014 at 10:03:53 GMT Last revised: February 14, 2015 at 18:23:53 GMT A B C D E F G H I J K L M N O P Q R S T U V Z A B C D E F G H I L M N O P Q R S T U W A B C D E F G H I L N O P R S T U V W A B C D E F G H I J K L M N O P Q R S T U V W Z
This documentation aims to use of the following naming and formatting conventions.
diff --git a/doc/html/math_toolkit/history1.html b/doc/html/math_toolkit/history1.html
index 3cfe4292a..629c9860a 100644
--- a/doc/html/math_toolkit/history1.html
+++ b/doc/html/math_toolkit/history1.html
@@ -34,12 +34,35 @@
-
+
diff --git a/doc/html/indexes/s01.html b/doc/html/indexes/s01.html
index 8b95ec3df..0943dbd91 100644
--- a/doc/html/indexes/s01.html
+++ b/doc/html/indexes/s01.html
@@ -24,7 +24,7 @@
- Math-2.2.0
+ Math-2.2.0
+ (boost-1.58.0)
-
Math-2.1.0
diff --git a/doc/html/math_toolkit/history2.html b/doc/html/math_toolkit/history2.html
index dd6d5ce81..6ae2ce038 100644
--- a/doc/html/math_toolkit/history2.html
+++ b/doc/html/math_toolkit/history2.html
@@ -34,12 +34,35 @@
+ We have a request for the Lambert W function, see #11027. +
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, diff --git a/doc/html/math_toolkit/navigation.html b/doc/html/math_toolkit/navigation.html index ff15a1729..47b818489 100644 --- a/doc/html/math_toolkit/navigation.html +++ b/doc/html/math_toolkit/navigation.html @@ -27,7 +27,7 @@ Navigation
Boost.Math documentation is provided in both HTML and PDF formats. diff --git a/doc/math.qbk b/doc/math.qbk index 3459816ef..0bbc90870 100644 --- a/doc/math.qbk +++ b/doc/math.qbk @@ -239,6 +239,9 @@ and use the function's name as the link text.] [/polynomials] [def __laguerre [link math_toolkit.sf_poly.laguerre laguerre]] [def __legendre [link math_toolkit.sf_poly.legendre legendre_p]] +[def __legendre_p [link math_toolkit.sf_poly.legendre legendre_p]] +[def __legendre_q [link math_toolkit.sf_poly.legendre legendre_q]] +[def __legendre_next [link math_toolkit.sf_poly.legendre legendre_next]] [def __hermite [link math_toolkit.sf_poly.hermite hermite]] [/Misc] diff --git a/doc/overview/issues.qbk b/doc/overview/issues.qbk index 0205b3e36..b2c9a00c4 100644 --- a/doc/overview/issues.qbk +++ b/doc/overview/issues.qbk @@ -75,11 +75,6 @@ be implemented using Carlson's integrals (Low Priority). * The integrals K(k) and E(k) could be implemented using rational approximations (both for efficiency and accuracy), assuming we can find them. (Medium Priority). -* There is a sub-domain of __ellint_3 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). [h4 Owen's T Function] @@ -101,6 +96,8 @@ as a better approximation for very large degrees of freedom? [h4 Feature Requests] +We have a request for the Lambert W function, see [@https://svn.boost.org/trac/boost/ticket/11027 #11027]. + 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, the higher the priority for implementing it: diff --git a/doc/overview/roadmap.qbk b/doc/overview/roadmap.qbk index 3b1e27d2d..a2944e05e 100644 --- a/doc/overview/roadmap.qbk +++ b/doc/overview/roadmap.qbk @@ -6,7 +6,7 @@ Currently open bug reports can be viewed All bug reports including closed ones can be viewed [@https://svn.boost.org/trac/boost/query?status=assigned&status=closed&status=new&status=reopened&component=math&col=id&col=summary&col=status&col=type&col=milestone&col=component&order=priority here]. -[h4 Math-2.2.0] +[h4 Math-2.2.0 (boost-1.58.0)] * Added two new special functions - __trigamma and __polygamma. * Fixed namespace scope constants so they are constexpr on conforming compilers, see https://svn.boost.org/trac/boost/ticket/10901. @@ -14,6 +14,8 @@ All bug reports including closed ones can be viewed with thanks to Rocco Romeo. * Fix 3-arg __legendre_p and __legendre_q functions to not call the policy based overload if the final argument is not actually a policy. +* Cleaned up some dead code in the incomplete beta function, see [@https://svn.boost.org/trac/boost/ticket/10985 #10985]. +* Fixed extreme-value pdf for large valued inputs, see [@https://svn.boost.org/trac/boost/ticket/10938 #10938]. [h4 Math-2.1.0 (boost-1.57.0)]