diff --git a/config/Jamfile.v2 b/config/Jamfile.v2
index 546b07be8..8773e6e1d 100644
--- a/config/Jamfile.v2
+++ b/config/Jamfile.v2
@@ -8,6 +8,7 @@ import path ;
local ntl-path = [ modules.peek : NTL_PATH ] ;
local gmp_path = [ modules.peek : GMP_PATH ] ;
+local e_float_path = [ modules.peek : E_FLOAT_PATH ] ;
obj has_long_double_support : has_long_double_support.cpp ;
obj has_mpfr_class : has_mpfr_class.cpp :
@@ -19,6 +20,7 @@ obj has_gmpxx : has_gmpxx.cpp :
Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -461,7 +461,7 @@Last revised: September 01, 2010 at 19:10:43 +0100 |
+Last revised: January 01, 2011 at 17:16:10 +0000 |
Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -341,9 +341,18 @@ Part Splitting (modf)Last revised: March 06, 2011 at 16:46:12 GMT |
+Last revised: May 16, 2011 at 16:53:57 GMT |
Root Finding With Derivatives: Newton-Raphson, Halley & Schroeder
Advancing a Floating Point Value by a Specific Representation Distance (ULP) float_advance |
Calculating the Representation Distance Between Two Floating Point Values (ULP) float_distance |
Graphing, Profiling, and Generating Test Data for Special Functions |
Root Finding With Derivatives: Newton-Raphson, Halley & Schroeder |
Root Finding With Derivatives: Newton-Raphson, Halley & Schroeder |
Finding the Next Representable Value in a Specific Direction (nextafter) |
Root Finding With Derivatives: Newton-Raphson, Halley & Schroeder |
Changing the Policy on an Ad Hoc Basis for the Special Functions |
B C D E F G H I L M N P R S T U W
Graphing, Profiling, and Generating Test Data for Special Functions |
A B C D E F G H I L N O P R S T U V W
Estimating the Required Sample Sizes for a Chi-Square Test for the Standard Deviation |
Graphing, Profiling, and Generating Test Data for Special Functions |
Root Finding With Derivatives: Newton-Raphson, Halley & Schroeder |
Graphing, Profiling, and Generating Test Data for Special Functions |
Finding the Next Representable Value in a Specific Direction (nextafter) |
Finding the Next Representable Value in a Specific Direction (nextafter) |
Generic operations common to all distributions are non-member functions |
Root Finding Without Derivatives: Bisection, Bracket and TOMS748 |
Changing the Policy on an Ad Hoc Basis for the Special Functions |
Using With MPFR / GMP - a High-Precision Floating-Point Library |
A B C D E F G H I K L M N O P R S T U V W
Estimating the Required Sample Sizes for a Chi-Square Test for the Standard Deviation |
Graphing, Profiling, and Generating Test Data for Special Functions |
Root Finding With Derivatives: Newton-Raphson, Halley & Schroeder |
Root Finding Without Derivatives: Bisection, Bracket and TOMS748 |
Advancing a Floating Point Value by a Specific Representation Distance (ULP) float_advance |
Calculating the Representation Distance Between Two Floating Point Values (ULP) float_distance |
Graphing, Profiling, and Generating Test Data for Special Functions |
Root Finding With Derivatives: Newton-Raphson, Halley & Schroeder |
Graphing, Profiling, and Generating Test Data for Special Functions |
Root Finding With Derivatives: Newton-Raphson, Halley & Schroeder |
Finding the Next Representable Value in a Specific Direction (nextafter) |
Finding the Next Representable Value in a Specific Direction (nextafter) |
Generic operations common to all distributions are non-member functions |
Root Finding Without Derivatives: Bisection, Bracket and TOMS748 |
Root Finding With Derivatives: Newton-Raphson, Halley & Schroeder |
Graphing, Profiling, and Generating Test Data for Special Functions |
Changing the Policy on an Ad Hoc Basis for the Special Functions
Using With MPFR / GMP - a High-Precision Floating-Point Library
Graphing, Profiling, and Generating Test Data for Special Functions |
@@ -99,7 +99,7 @@ functions divided by large powers into single (simpler) expressions.
Table 56. Optimal choices for N and g when computing with guard digits (source: +
Table 57. Optimal choices for N and g when computing with guard digits (source: Pugh)
@@ -250,7 +250,7 @@
diff --git a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dist_algorithms.html b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dist_algorithms.html index d2ff162b6..f1b07b2fc 100644 --- a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dist_algorithms.html +++ b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dist_algorithms.html @@ -28,7 +28,7 @@ Algorithms
@@ -136,7 +136,7 @@ and so should have errors within an epsilon or two.
@@ -327,7 +327,7 @@
beta_distribution(RealType alpha, RealType beta); @@ -164,7 +164,7 @@ yellow in the graph above).- + Parameter Accessors
@@ -188,7 +188,7 @@ assert(mybeta.beta() == 5.); // mybeta.beta() returns 5
cdf(beta_distribution<RealType>(alpha, beta), x) == probability.
@@ -276,7 +276,7 @@ statistical inference.
@@ -315,7 +315,7 @@ please refer to these functions for information on accuracy.
@@ -594,7 +594,7 @@
diff --git a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/binomial_dist.html b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/binomial_dist.html index 73ba1bbc1..1973c364c 100644 --- a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/binomial_dist.html +++ b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/binomial_dist.html @@ -161,12 +161,12 @@
binomial_distribution(RealType n, RealType p); @@ -183,7 +183,7 @@ otherwise calls domain_error.- + Accessors
RealType success_fraction() const; @@ -199,7 +199,7 @@ was constructed.- + Lower Bound on the Success Fraction
@@ -305,7 +305,7 @@ limits illustrated in the case of the binomial. Biometrika 26 404-413.- + Upper Bound on the Success Fraction
@@ -383,7 +383,7 @@- + Estimating the Number of Trials Required for a Certain Number of Successes
@@ -425,7 +425,7 @@ of seeing 10 events that occur with frequency one half.- + Estimating the Maximum Number of Trials to Ensure no more than a Certain Number of Successes @@ -473,7 +473,7 @@ Worked Example.
- + Non-member Accessors
@@ -622,7 +622,7 @@- + Examples
@@ -630,7 +630,7 @@ examples are available illustrating the use of the binomial distribution.
- + Accuracy
@@ -640,7 +640,7 @@ please refer to these functions for information on accuracy.
- + Implementation
- + References
diff --git a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/cauchy_dist.html b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/cauchy_dist.html index b4830197a..010654627 100644 --- a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/cauchy_dist.html +++ b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/cauchy_dist.html @@ -88,7 +88,7 @@
![]()
- + Member Functions
@@ -114,7 +114,7 @@ Returns the scale parameter of the distribution.- + Non-member Accessors
@@ -148,7 +148,7 @@ The domain of the random variable is [-[max_value], +[min_value]].- + Accuracy
@@ -157,7 +157,7 @@ have very low error rates.
- + Implementation
@@ -273,7 +273,7 @@
- + References
diff --git a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/chi_squared_dist.html b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/chi_squared_dist.html index f7653c358..25e1a6c27 100644 --- a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/chi_squared_dist.html +++ b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/chi_squared_dist.html @@ -87,7 +87,7 @@ independent, normally distributed random
![]()
- + Member Functions
@@ -170,7 +170,7 @@ independent, normally distributed random NIST Engineering Statistics Handbook, Section 7.2.3.2.- + Non-member Accessors
@@ -196,7 +196,7 @@ independent, normally distributed random The domain of the random variable is [0, +∞].- + Examples
@@ -204,7 +204,7 @@ independent, normally distributed random are available illustrating the use of the Chi Squared Distribution.
- + Accuracy
@@ -212,7 +212,7 @@ independent, normally distributed random gamma functions: please refer to the accuracy data for those functions.
- + Implementation
@@ -379,7 +379,7 @@ independent, normally distributed random
- + References
diff --git a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/exp_dist.html b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/exp_dist.html index b3682cbd8..085abbf90 100644 --- a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/exp_dist.html +++ b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/exp_dist.html @@ -71,7 +71,7 @@
![]()
- + Member Functions
@@ -91,7 +91,7 @@ Accessor function returns the lambda parameter of the distribution.- + Non-member Accessors
@@ -111,7 +111,7 @@ The domain of the random variable is [0, +∞].- + Accuracy
@@ -122,7 +122,7 @@ should have very low error rates.
- + Implementation
@@ -283,7 +283,7 @@
- + references
diff --git a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/extreme_dist.html b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/extreme_dist.html index d33bfb65c..4612ad54c 100644 --- a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/extreme_dist.html +++ b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/extreme_dist.html @@ -100,7 +100,7 @@
![]()
- + Member Functions
@@ -125,7 +125,7 @@ Returns the scale parameter of the distribution.- + Non-member Accessors
@@ -145,7 +145,7 @@ The domain of the random parameter is [-∞, +∞].- + Accuracy
@@ -154,7 +154,7 @@ very low error rates.
- + Implementation
diff --git a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/f_dist.html b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/f_dist.html index d1561957d..17de4917e 100644 --- a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/f_dist.html +++ b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/f_dist.html @@ -80,7 +80,7 @@
![]()
- + Member Functions
@@ -106,7 +106,7 @@ Returns the denominator degrees of freedom parameter of the distribution.- + Non-member Accessors
@@ -126,7 +126,7 @@ The domain of the random variable is [0, +∞].- + Examples
@@ -134,7 +134,7 @@ are available illustrating the use of the F Distribution.
- + Accuracy
@@ -143,7 +143,7 @@ refer to those functions for accuracy data.
- + Implementation
diff --git a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/gamma_dist.html b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/gamma_dist.html index 13971981c..559e95cbc 100644 --- a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/gamma_dist.html +++ b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/gamma_dist.html @@ -137,7 +137,7 @@ than a dedicated Erlang Distribution.
- + Member Functions
@@ -162,7 +162,7 @@ Returns the scale parameter of this distribution.- + Non-member Accessors
@@ -182,7 +182,7 @@ The domain of the random variable is [0,+∞].- + Accuracy
@@ -194,7 +194,7 @@ refer to the accuracy data for those functions for more information.
- + Implementation
diff --git a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/geometric_dist.html b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/geometric_dist.html index 46a3adeac..89fff8778 100644 --- a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/geometric_dist.html +++ b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/geometric_dist.html @@ -146,7 +146,7 @@
![]()
- + Related Distributions
@@ -206,12 +206,12 @@- + Member Functions
- + Constructor
geometric_distribution(RealType p); @@ -226,7 +226,7 @@ 1.- + Accessors
RealType success_fraction() const; // successes / trials (0 <= p <= 1) @@ -253,7 +253,7 @@ Binomial Distribution for more discussion.- + Lower Bound on success_fraction Parameter p
@@ -308,7 +308,7 @@ vol. 48, no3, 605-621.- + Upper Bound on success_fraction Parameter p
@@ -363,7 +363,7 @@ vol. 48, no3, 605-621.- + Estimating Number of Trials to Ensure at Least a Certain Number of Failures
@@ -415,7 +415,7 @@ probability of observing k failures or fewer.- + Estimating Number of Trials to Ensure a Maximum Number of Failures or Less
@@ -463,7 +463,7 @@ probability of observing more than k failures.- + Non-member Accessors
@@ -611,7 +611,7 @@- + Accuracy
@@ -622,7 +622,7 @@ for example to 10 decimal digits (from 16).
- + Implementation
diff --git a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/hypergeometric_dist.html b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/hypergeometric_dist.html index 19cac83c7..0a586f7ab 100644 --- a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/hypergeometric_dist.html +++ b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/hypergeometric_dist.html @@ -102,7 +102,7 @@
![]()
- + Member Functions
@@ -131,7 +131,7 @@ from the population N.- + Non-member Accessors
@@ -185,7 +185,7 @@- + Accuracy
@@ -211,7 +211,7 @@ meaningless for N >= 1015.
- + Testing
@@ -223,7 +223,7 @@ this implementation and NTL::RR.
- + Implementation
diff --git a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/inverse_chi_squared_dist.html b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/inverse_chi_squared_dist.html index 942e73d22..dd15e5f6a 100644 --- a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/inverse_chi_squared_dist.html +++ b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/inverse_chi_squared_dist.html @@ -198,7 +198,7 @@
![]()
- + Member Functions
@@ -225,7 +225,7 @@ Returns the scale ξ parameter of this distribution.- + Non-member Accessors
@@ -255,7 +255,7 @@- + Accuracy
@@ -271,7 +271,7 @@ iteration is involved, as for the estimation of degrees of freedom.
- + Implementation
- + References
diff --git a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/inverse_gamma_dist.html b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/inverse_gamma_dist.html index 464526e62..abaa38cf1 100644 --- a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/inverse_gamma_dist.html +++ b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/inverse_gamma_dist.html @@ -130,7 +130,7 @@
![]()
- + Member Functions
@@ -154,7 +154,7 @@ Returns the β scale parameter of this inverse gamma distribution.- + Non-member Accessors
@@ -184,7 +184,7 @@- + Accuracy
@@ -198,7 +198,7 @@ >14 decimal digits accuracy for 64-bit double.
- + Implementation
diff --git a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/inverse_gaussian_dist.html b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/inverse_gaussian_dist.html index aeb4969d8..e8fcb2c8c 100644 --- a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/inverse_gaussian_dist.html +++ b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/inverse_gaussian_dist.html @@ -146,7 +146,7 @@ the __wald_distrib (where mean μ is unity) is also provided.
- + Member Functions
@@ -171,7 +171,7 @@ Returns the scale λ parameter of this distribution.- + Non-member Accessors
@@ -201,7 +201,7 @@- + Accuracy
@@ -212,7 +212,7 @@ to a few epsilon, >14 decimal digits accuracy for 64-bit double.
- + Implementation
- + References
diff --git a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/laplace_dist.html b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/laplace_dist.html index d94ce6aca..c064fba5e 100644 --- a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/laplace_dist.html +++ b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/laplace_dist.html @@ -81,7 +81,7 @@
![]()
- + Member Functions
@@ -113,7 +113,7 @@ Returns the scale parameter of this distribution.- + Non-member Accessors
@@ -133,7 +133,7 @@ The domain of the random variable is [-∞,+∞].- + Accuracy
@@ -141,7 +141,7 @@ log and exp functions and as such should have very small errors.
- + Implementation
@@ -329,7 +329,7 @@
- + References
diff --git a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/logistic_dist.html b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/logistic_dist.html index 33bc55517..e5f34f7b0 100644 --- a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/logistic_dist.html +++ b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/logistic_dist.html @@ -72,7 +72,7 @@
![]()
- + Member Functions
@@ -98,7 +98,7 @@ Returns the scale of this distribution.- + Non-member Accessors
@@ -128,7 +128,7 @@ as special cases if RealType and +overflow_error respectively.- + Accuracy
@@ -140,7 +140,7 @@ as special cases if RealType error can be guarenteed.
- + Implementation
diff --git a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/lognormal_dist.html b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/lognormal_dist.html index 6612d0cd0..c29a89d40 100644 --- a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/lognormal_dist.html +++ b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/lognormal_dist.html @@ -88,7 +88,7 @@
![]()
- + Member Functions
@@ -121,7 +121,7 @@ Returns the scale parameter of this distribution.- + Non-member Accessors
@@ -141,7 +141,7 @@ The domain of the random variable is [0,+∞].- + Accuracy
@@ -150,7 +150,7 @@ function, and as such should have very low error rates.
- + Implementation
diff --git a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/nc_beta_dist.html b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/nc_beta_dist.html index ec8b92e83..7fd4c5e6c 100644 --- a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/nc_beta_dist.html +++ b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/nc_beta_dist.html @@ -96,7 +96,7 @@ is a central χ2 random variable with
![]()
- + Member Functions
@@ -128,7 +128,7 @@ is a central χ2 random variable with was constructed.- + Non-member Accessors
@@ -156,7 +156,7 @@ is a central χ2 random variable with The domain of the random variable is [0, 1].- + Accuracy
@@ -299,7 +299,7 @@ is a central χ2 random variable with functions are broadly similar.
- + Tests
@@ -311,7 +311,7 @@ is a central χ2 random variable with tests.
- + Implementation
diff --git a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html index bead336a7..dbc6a232a 100644 --- a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html +++ b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html @@ -110,7 +110,7 @@
![]()
- + Member Functions
@@ -183,7 +183,7 @@ == q.- + Non-member Accessors
@@ -203,7 +203,7 @@ The domain of the random variable is [0, +∞].- + Examples
@@ -211,7 +211,7 @@ example for the noncentral chi-squared distribution.
- + Accuracy
@@ -359,7 +359,7 @@ produce an accuracy greater than the square root of the machine epsilon.
- + Tests
@@ -373,7 +373,7 @@ to at least 50 decimal digits - and is the used for our accuracy tests.
- + Implementation
diff --git a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/nc_f_dist.html b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/nc_f_dist.html index 15baf4e88..681c6faa0 100644 --- a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/nc_f_dist.html +++ b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/nc_f_dist.html @@ -95,7 +95,7 @@ random variable with v1
![]()
- + Member Functions
@@ -127,7 +127,7 @@ random variable with v1 which this object was constructed.- + Non-member Accessors
@@ -147,7 +147,7 @@ random variable with v1 The domain of the random variable is [0, +∞].- + Accuracy
@@ -155,7 +155,7 @@ random variable with v1 Beta Distribution: refer to that distribution for accuracy data.
- + Tests
@@ -164,7 +164,7 @@ random variable with v1 Math library statistical package and its pbeta and dbeta functions.
- + Implementation
diff --git a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/nc_t_dist.html b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/nc_t_dist.html index 94af031b8..11a801743 100644 --- a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/nc_t_dist.html +++ b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/nc_t_dist.html @@ -85,7 +85,7 @@
![]()
- + Member Functions
@@ -111,7 +111,7 @@ which this object was constructed.- + Non-member Accessors
@@ -131,7 +131,7 @@ The domain of the random variable is [-∞, +∞].- + Accuracy
@@ -255,7 +255,7 @@ epsilon.
- + Tests
@@ -270,7 +270,7 @@ least 50 decimal places.
- + Implementation
diff --git a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html index ba5677117..446ac4291 100644 --- a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html +++ b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html @@ -123,7 +123,7 @@
![]()
- + Related Distributions
@@ -195,12 +195,12 @@- + Member Functions
- + Construct
negative_binomial_distribution(RealType r, RealType p); @@ -216,7 +216,7 @@ <= 1.- + Accessors
RealType success_fraction() const; // successes / trials (0 <= p <= 1) @@ -237,7 +237,7 @@ Distribution for more discussion.- + Lower Bound on Parameter p
@@ -298,7 +298,7 @@ vol. 48, no3, 605-621.- + Upper Bound on Parameter p
@@ -358,7 +358,7 @@ vol. 48, no3, 605-621.- + Estimating Number of Trials to Ensure at Least a Certain Number of Failures
@@ -409,7 +409,7 @@ probability of observing k failures or fewer.- + Estimating Number of Trials to Ensure a Maximum Number of Failures or Less
@@ -457,7 +457,7 @@ probability of observing more than k failures.- + Non-member Accessors
@@ -606,7 +606,7 @@- + Accuracy
@@ -616,7 +616,7 @@ please refer to these functions for information on accuracy.
- + Implementation
diff --git a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/normal_dist.html b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/normal_dist.html index 111d5b935..9dd7fbd9d 100644 --- a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/normal_dist.html +++ b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/normal_dist.html @@ -79,7 +79,7 @@
![]()
- + Member Functions
@@ -109,7 +109,7 @@ be used generically).- + Non-member Accessors
@@ -131,7 +131,7 @@ and complement cdf -∞ = 1 and +∞ = 0, if RealType permits.- + Accuracy
@@ -139,7 +139,7 @@ function, and as such should have very low error rates.
- + Implementation
diff --git a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/pareto.html b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/pareto.html index 53219189f..b45d1e139 100644 --- a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/pareto.html +++ b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/pareto.html @@ -86,12 +86,12 @@
![]()
- + Related distributions
- + Member Functions
@@ -117,7 +117,7 @@ Returns the shape parameter of this distribution.- + Non-member Accessors
@@ -137,7 +137,7 @@ The supported domain of the random variable is [scale, ∞].- + Accuracy
@@ -150,7 +150,7 @@ zero) see also why complements?.
- + Implementation
- + References
diff --git a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/poisson_dist.html b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/poisson_dist.html index 06d88f20d..85c6bfeef 100644 --- a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/poisson_dist.html +++ b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/poisson_dist.html @@ -116,7 +116,7 @@
- + Member Functions
@@ -131,7 +131,7 @@ Returns the mean of this distribution.- + Non-member Accessors
@@ -151,7 +151,7 @@ The domain of the random variable is [0, ∞].- + Accuracy
@@ -165,7 +165,7 @@ using an iterative method with a lower tolerance to avoid excessive computation.
- + Implementation
diff --git a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/rayleigh.html b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/rayleigh.html index 0872da035..7a2633c7f 100644 --- a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/rayleigh.html +++ b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/rayleigh.html @@ -86,7 +86,7 @@
![]()
- + Related distributions
@@ -102,7 +102,7 @@ distribution.- + Member Functions
@@ -121,7 +121,7 @@ Returns the sigma parameter of this distribution.- + Non-member Accessors
@@ -141,7 +141,7 @@ The domain of the random variable is [0, max_value].- + Accuracy
@@ -151,7 +151,7 @@ using NTL RR type with 150-bit accuracy, about 50 decimal digits.
- + Implementation
- + References
diff --git a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/students_t_dist.html b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/students_t_dist.html index b59d77015..f8ed15f76 100644 --- a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/students_t_dist.html +++ b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/students_t_dist.html @@ -97,7 +97,7 @@
![]()
- + Member Functions
@@ -174,7 +174,7 @@ Engineering Statistics Handbook.- + Non-member Accessors
@@ -194,7 +194,7 @@ The domain of the random variable is [-∞, +∞].- + Examples
@@ -202,7 +202,7 @@ are available illustrating the use of the Student's t distribution.
- + Accuracy
@@ -211,7 +211,7 @@ inverses, refer to accuracy data on those functions for more information.
- + Implementation
diff --git a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/triangular_dist.html b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/triangular_dist.html index fb2e73e18..3a5386d1f 100644 --- a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/triangular_dist.html +++ b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/triangular_dist.html @@ -128,7 +128,7 @@
![]()
- + Member Functions
@@ -163,7 +163,7 @@ (default+1).- + Non-member Accessors
@@ -184,7 +184,7 @@ range is lower <= x <= upper.- + Accuracy
@@ -193,7 +193,7 @@ with arguments nearing the extremes of zero and unity.
- + Implementation
@@ -378,7 +378,7 @@ Calculate and plot probability distributions
- + References
diff --git a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/uniform_dist.html b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/uniform_dist.html index 25d2a8c69..cb56cd703 100644 --- a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/uniform_dist.html +++ b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/uniform_dist.html @@ -117,7 +117,7 @@
![]()
- + Member Functions
@@ -144,7 +144,7 @@ Returns the upper parameter of this distribution.- + Non-member Accessors
@@ -165,7 +165,7 @@ range is only lower <= x <= upper.- + Accuracy
@@ -173,7 +173,7 @@ and so should have errors within an epsilon or two.
- + Implementation
@@ -337,7 +337,7 @@
- + References
diff --git a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/weibull_dist.html b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/weibull_dist.html index c28cc833b..27813ce4a 100644 --- a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/weibull_dist.html +++ b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/weibull_dist.html @@ -100,7 +100,7 @@
![]()
- + Related distributions
@@ -114,7 +114,7 @@ Distributions, Theory and Applications Samuel Kotz & Saralees Nadarajah.- + Member Functions
@@ -140,7 +140,7 @@ Returns the scale parameter of this distribution.- + Non-member Accessors
@@ -160,7 +160,7 @@ The domain of the random variable is [0, ∞].- + Accuracy
@@ -170,7 +170,7 @@ as such should have very low error rates.
- + Implementation
@@ -337,7 +337,7 @@
- + References
diff --git a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/nmp.html b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/nmp.html index 497bd14ee..c36ba88f6 100644 --- a/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/nmp.html +++ b/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/nmp.html @@ -37,7 +37,7 @@ the function you want if you already know its name.
- + Function Index
@@ -94,7 +94,7 @@
- + Conceptual Index
@@ -180,7 +180,7 @@
- + Cumulative Distribution Function
template <class RealType, class Policy> @@ -203,7 +203,7 @@![]()
- + Complement of the Cumulative Distribution Function
template <class Distribution, class RealType> @@ -243,7 +243,7 @@ complement is useful and when it should be used.- + Hazard Function
template <class RealType, class Policy> @@ -271,7 +271,7 @@- + Cumulative Hazard Function
template <class RealType, class Policy> @@ -298,7 +298,7 @@- + mean
template<class RealType, class Policy> @@ -313,7 +313,7 @@ distribution).acosh(2); // integer argument is treated as a double, returns double.- + median
template<class RealType, class Policy> @@ -323,7 +323,7 @@ Returns the median of the distribution dist.- + mode
template<class RealType, Policy> @@ -337,7 +337,7 @@ if the distribution does not have a defined mode.- + Probability Density Function
template <class RealType, class Policy> @@ -365,7 +365,7 @@![]()
- + Range
template<class RealType, class Policy> @@ -375,7 +375,7 @@ Returns the valid range of the random variable over distribution dist.- + Quantile
template <class RealType, class Policy> @@ -405,7 +405,7 @@![]()
- + Quantile from the complement of the probability.
@@ -450,7 +450,7 @@
![]()
- + Standard Deviation
template <class RealType, class Policy> @@ -464,7 +464,7 @@ if the distribution does not have a defined standard deviation.- + support
template<class RealType, class Policy> @@ -481,7 +481,7 @@ where the pdf is zero, and the cdf zero or unity.- + Variance
template <class RealType, class Policy> @@ -495,7 +495,7 @@ if the distribution does not have a defined variance.- + Skewness
template <class RealType, class Policy> @@ -509,7 +509,7 @@ if the distribution does not have a defined skewness.- + Kurtosis
template <class RealType, class Policy> @@ -551,7 +551,7 @@ 'Proper' kurtosis can have a value from zero to + infinity.- + Kurtosis excess
template <class RealType, Policy> @@ -585,7 +585,7 @@ The kurtosis excess of a normal distribution is zero.- + P and Q
@@ -595,7 +595,7 @@ returned by these functions.
- + Percent Point Function or Percentile
@@ -603,7 +603,7 @@ the Quantile.
- + Inverse CDF Function.
@@ -611,14 +611,14 @@ Quantile.
- + Inverse Survival Function.
The inverse of the survival function, is the same as computing the quantile from the complement of the probability.
- + Probability Mass Function
@@ -631,7 +631,7 @@ applies to continuous distributions.
- + Lower Critical Value.
@@ -640,7 +640,7 @@ the Quantile.
- + Upper Critical Value.
@@ -650,7 +650,7 @@ complement of the probability.
- + Survival Function
diff --git a/doc/sf_and_dist/html/math_toolkit/dist/future.html b/doc/sf_and_dist/html/math_toolkit/dist/future.html index 50afab276..a28dbba1c 100644 --- a/doc/sf_and_dist/html/math_toolkit/dist/future.html +++ b/doc/sf_and_dist/html/math_toolkit/dist/future.html @@ -27,7 +27,7 @@ Extras/Future Directions
- + Adding Additional Location and Scale Parameters
@@ -55,7 +55,7 @@ functions.- + An "any_distribution" class
@@ -91,7 +91,7 @@ investigation.- + Higher Level Hypothesis Tests
@@ -111,7 +111,7 @@ expected_mean.- + Integration With Statistical Accumulators
diff --git a/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/binom_eg/binomial_quiz_example.html b/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/binom_eg/binomial_quiz_example.html index 2785c7a11..f01867991 100644 --- a/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/binom_eg/binomial_quiz_example.html +++ b/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/binom_eg/binomial_quiz_example.html @@ -379,7 +379,7 @@ Probability of getting between 1 and 8 answers right by guessing is 0.9825 Probability of getting between 4 and 4 answers right by guessing is 0.2252- + Using Binomial distribution moments
@@ -406,7 +406,7 @@ Mode (the most frequent) is 4 Skewness is 0.2887- + Quantiles
diff --git a/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/cs_eg/chi_sq_intervals.html b/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/cs_eg/chi_sq_intervals.html index 1a7873a00..a02997a1a 100644 --- a/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/cs_eg/chi_sq_intervals.html +++ b/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/cs_eg/chi_sq_intervals.html @@ -139,7 +139,7 @@ _____________________________________________ is between 0.00551 and 0.00729.
- + Confidence intervals as a function of the number of observations
diff --git a/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/dist_construct_eg.html b/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/dist_construct_eg.html index 412f3ecf3..f59dfdc78 100644 --- a/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/dist_construct_eg.html +++ b/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/dist_construct_eg.html @@ -246,7 +246,7 @@ error C3861: 'mybetad0': identifier not foundnegative_binomial_distribution<MyFPType> mydist6(8, 1); // Integer arguments -> MyFPType.- + Default arguments to distribution constructors.
diff --git a/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/find_eg/find_location_eg.html b/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/find_eg/find_location_eg.html index 7eeb116be..10c9ec9f9 100644 --- a/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/find_eg/find_location_eg.html +++ b/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/find_eg/find_location_eg.html @@ -138,7 +138,7 @@ Normal distribution with mean = 0, standard deviation 1, has fraction > -2, p Normal distribution with mean = 1.09023 has fraction > -2, p = 0.999- + Controlling Error Handling from find_location
diff --git a/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/find_eg/find_mean_and_sd_eg.html b/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/find_eg/find_mean_and_sd_eg.html index 7d979de0e..f9409478c 100644 --- a/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/find_eg/find_mean_and_sd_eg.html +++ b/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/find_eg/find_mean_and_sd_eg.html @@ -57,7 +57,7 @@
- + Using find_location and find_scale to meet dispensing and measurement specifications
@@ -193,7 +193,7 @@
- + Using Cauchy-Lorentz instead of normal distribution
@@ -305,7 +305,7 @@ of estimating these intervals.- + Changing the scale or standard deviation
diff --git a/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/find_eg/find_scale_eg.html b/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/find_eg/find_scale_eg.html index 0f2920492..4d98f4c52 100644 --- a/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/find_eg/find_scale_eg.html +++ b/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/find_eg/find_scale_eg.html @@ -137,7 +137,7 @@ Normal distribution with mean = 0 has fraction > -2, p = 0.97725 Normal distribution with mean = 0 has fraction > -2, p = 0.999- + Controlling how Errors from find_scale are handled
diff --git a/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/geometric_eg.html b/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/geometric_eg.html index 6f4aa5a26..b198d32f6 100644 --- a/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/geometric_eg.html +++ b/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/geometric_eg.html @@ -94,7 +94,7 @@ error message instead of an abrupt (and silent) program abort.- + Throwing a dice
@@ -288,7 +288,7 @@ replicated in C++ if desired.- + Surveying customers to find one with a faulty product
@@ -333,7 +333,7 @@
- + Basket Ball Shooters
@@ -393,7 +393,7 @@ the best shooters, compared to the 0.03 of the mediocre.- + Estimating failures
@@ -489,7 +489,7 @@ Number of failures argument is -1, but must be >= 0 !- See full source C++ of this example at geometric_examples.cpp + See full source C++ of this example at geometric_examples.cpp
- + Traditional Tables
@@ -230,7 +230,7 @@ the two tails is 0.025 + 0.025 = 0.05,- + Standard deviations either side of the Mean
@@ -280,12 +280,12 @@ Fraction 3 standard deviations within either side of mean is 0.997300203936740 estimated the standard deviation from only a few measurements.- + Some simple examples
- + Life of light bulbs
@@ -351,7 +351,7 @@ Fraction 3 standard deviations within either side of mean is 0.997300203936740- + How many onions?
@@ -396,7 +396,7 @@ Fraction 3 standard deviations within either side of mean is 0.997300203936740
- + Packing beef
@@ -565,7 +565,7 @@ Fraction 3 standard deviations within either side of mean is 0.997300203936740 a few measurements.- + Length of bolts
diff --git a/doc/sf_and_dist/html/math_toolkit/extern_c/c99.html b/doc/sf_and_dist/html/math_toolkit/extern_c/c99.html index e267cb9b2..6072d64d0 100644 --- a/doc/sf_and_dist/html/math_toolkit/extern_c/c99.html +++ b/doc/sf_and_dist/html/math_toolkit/extern_c/c99.html @@ -27,7 +27,7 @@ C99 C Functions- + Supported C99 Functions
@@ -138,7 +138,7 @@- + Quick Reference
diff --git a/doc/sf_and_dist/html/math_toolkit/extern_c/tr1.html b/doc/sf_and_dist/html/math_toolkit/extern_c/tr1.html index d2295e2b4..ad4d28d23 100644 --- a/doc/sf_and_dist/html/math_toolkit/extern_c/tr1.html +++ b/doc/sf_and_dist/html/math_toolkit/extern_c/tr1.html @@ -258,7 +258,7 @@
- + Usage Recomendations
@@ -295,7 +295,7 @@ this can be a big win.
- + Supported C99 Functions
@@ -391,7 +391,7 @@ }}}} // namespaces- + Supported TR1 Functions
@@ -520,7 +520,7 @@ type calculation rules.- + Currently Unsupported C99 Functions
@@ -585,7 +585,7 @@ long double scalbnl(long double x, int ex);- + Currently Unsupported TR1 Functions
diff --git a/doc/sf_and_dist/html/math_toolkit/extern_c/tr1_ref.html b/doc/sf_and_dist/html/math_toolkit/extern_c/tr1_ref.html index 350f5e5cf..082d33d05 100644 --- a/doc/sf_and_dist/html/math_toolkit/extern_c/tr1_ref.html +++ b/doc/sf_and_dist/html/math_toolkit/extern_c/tr1_ref.html @@ -28,7 +28,7 @@ Reference- + Supported TR1 Functions
@@ -163,7 +163,7 @@ expint(2); // integer argument is treated as a double, returns double.
// [5.2.1.1] associated Laguerre polynomials:
@@ -494,7 +494,7 @@
for the full template (header only) version of this function.
-
+
Currently
Unsupported TR1 Functions
diff --git a/doc/sf_and_dist/html/math_toolkit/main_overview/building.html b/doc/sf_and_dist/html/math_toolkit/main_overview/building.html
index c7612f110..65bbc9128 100644
--- a/doc/sf_and_dist/html/math_toolkit/main_overview/building.html
+++ b/doc/sf_and_dist/html/math_toolkit/main_overview/building.html
@@ -28,7 +28,7 @@
a Boost.Math Library, and its Examples and Tests
-
+
Building
a Library (shared, dynamic .dll or static .lib)
@@ -100,7 +100,7 @@
building the sources. Boost.Build will do this automatically when appropriate.
-
+
Building
the Examples
@@ -111,7 +111,7 @@
the Boost headers are in your compilers #include search path.
-
+
Building
the Tests
diff --git a/doc/sf_and_dist/html/math_toolkit/main_overview/directories.html b/doc/sf_and_dist/html/math_toolkit/main_overview/directories.html
index 183097a5f..630721b58 100644
--- a/doc/sf_and_dist/html/math_toolkit/main_overview/directories.html
+++ b/doc/sf_and_dist/html/math_toolkit/main_overview/directories.html
@@ -28,7 +28,7 @@
File Structure
-
+
boost/math
@@ -73,7 +73,7 @@
-
+
boost/libs
diff --git a/doc/sf_and_dist/html/math_toolkit/main_overview/error_handling.html b/doc/sf_and_dist/html/math_toolkit/main_overview/error_handling.html
index 79d362f57..a485221c2 100644
--- a/doc/sf_and_dist/html/math_toolkit/main_overview/error_handling.html
+++ b/doc/sf_and_dist/html/math_toolkit/main_overview/error_handling.html
@@ -27,7 +27,7 @@
Error Handling
-
+
Quick
Reference
@@ -747,7 +747,7 @@
boost::math::policies::overflow_error;.
-
+
Rationale
-
+
Finding
More Information
@@ -788,7 +788,7 @@
The various kind of errors are described in more detail below.
-
+
Domain Errors
@@ -859,7 +859,7 @@
for more details.
-
+
Evaluation at a pole
@@ -897,7 +897,7 @@
for more details.
-
+
Numeric Overflow
@@ -921,7 +921,7 @@
doesn't support infinities, the maximum value for the type is returned.
-
+
Numeric Underflow
@@ -943,7 +943,7 @@
an std::underflow_error C++ exception.
-
+
Denormalisation Errors
@@ -965,7 +965,7 @@
throws an std::underflow_error C++ exception.
-
+
Evaluation Errors
@@ -1001,7 +1001,7 @@
for more details.
-
+
Indeterminate Result Errors
@@ -1029,7 +1029,7 @@
the result of 00 is 1, even though the result is actually mathematically indeterminate.
-
+
Rounding Errors
@@ -1068,7 +1068,7 @@
for more details.
-
+
Errors from typecasts
diff --git a/doc/sf_and_dist/html/math_toolkit/main_overview/faq.html b/doc/sf_and_dist/html/math_toolkit/main_overview/faq.html
index d4455c763..150768354 100644
--- a/doc/sf_and_dist/html/math_toolkit/main_overview/faq.html
+++ b/doc/sf_and_dist/html/math_toolkit/main_overview/faq.html
@@ -174,6 +174,11 @@
be able to gain a little more speed at the expense of accuracy. See detailed
suggestions and results on performance.
+
+ How do I handle infinity and NaNs portably?
+ See nonfinite fp_facets
+ for Facets for Floating-Point Infinities and NaNs.
+
Where are the pre-built libraries?
Good news
- you probably don't need any! - just #include <boost/math/distribution_you_want>.
diff --git a/doc/sf_and_dist/html/math_toolkit/main_overview/history1.html b/doc/sf_and_dist/html/math_toolkit/main_overview/history1.html
index 020fbdab6..ffe28cb3b 100644
--- a/doc/sf_and_dist/html/math_toolkit/main_overview/history1.html
+++ b/doc/sf_and_dist/html/math_toolkit/main_overview/history1.html
@@ -27,8 +27,25 @@
History and What's
New
+
+
+ Boost-1.47
+
+
+-
+ Added changesign function to sign.hpp to facilitate addition of nonfinite
+ facets.
+
+-
+ Addition of nonfinite facetsfrom Johan Rade, with tests, examples of
+ use for C99 format infinity and NaN, and documentation.
+
+-
+ Added tests and documentation of changesign from Johan Rade.
+
+
-
+
Boost-1.46.1
-
@@ -36,7 +53,7 @@
#5113.
-
+
Boost-1.46.0
@@ -47,11 +64,11 @@
Added information about configuration macros.
-
- Added support for mpreal as a real-numered type.
+ Added support for mpreal as a real-numbered type.
-
+
Boost-1.45.0
@@ -68,7 +85,7 @@
-
+
Boost-1.44.0
@@ -82,7 +99,7 @@
-
+
Boost-1.41.0
-
@@ -90,7 +107,7 @@
and its inverse.
-
+
Boost-1.40.0
@@ -127,7 +144,7 @@
-
+
Boost-1.38.0
@@ -139,14 +156,14 @@
-
+
Boost-1.37.0
-
Improved accuracy and testing of the inverse hypergeometric functions.
-
+
Boost-1.36.0
@@ -179,7 +196,7 @@
-
+
Boost-1.35.0:
Post Review First Official Release
@@ -211,7 +228,7 @@
-
+
Milestone
4: Second Review Candidate (1st March 2007)
@@ -225,7 +242,7 @@
-
+
Milestone
3: First Review Candidate (31st Dec 2006)
@@ -253,7 +270,7 @@
-
+
Milestone
2: Released September 10th 2006
@@ -289,7 +306,7 @@
-
+
Milestone
1: Released March 31st 2006
diff --git a/doc/sf_and_dist/html/math_toolkit/main_overview/intro.html b/doc/sf_and_dist/html/math_toolkit/main_overview/intro.html
index a6acd7700..50a7380fc 100644
--- a/doc/sf_and_dist/html/math_toolkit/main_overview/intro.html
+++ b/doc/sf_and_dist/html/math_toolkit/main_overview/intro.html
@@ -30,7 +30,7 @@
This library is divided into three interconnected parts:
-
+
Statistical
Distributions
@@ -56,7 +56,7 @@
tests.
-
+
Mathematical
Special Functions
@@ -83,7 +83,7 @@
double.
-
+
Implementation
Toolkit
diff --git a/doc/sf_and_dist/html/math_toolkit/main_overview/navigation.html b/doc/sf_and_dist/html/math_toolkit/main_overview/navigation.html
index 4547c0d01..aa624f307 100644
--- a/doc/sf_and_dist/html/math_toolkit/main_overview/navigation.html
+++ b/doc/sf_and_dist/html/math_toolkit/main_overview/navigation.html
@@ -31,7 +31,7 @@
as handy shortcuts for common navigation tasks.
-
+
Shortcuts
diff --git a/doc/sf_and_dist/html/math_toolkit/main_overview/tr1.html b/doc/sf_and_dist/html/math_toolkit/main_overview/tr1.html
index 2dc628a00..5c66f0974 100644
--- a/doc/sf_and_dist/html/math_toolkit/main_overview/tr1.html
+++ b/doc/sf_and_dist/html/math_toolkit/main_overview/tr1.html
@@ -259,7 +259,7 @@
-
+
Usage
Recomendations
@@ -297,7 +297,7 @@
this can be a big win.
-
+
Supported
C99 Functions
@@ -393,7 +393,7 @@
}}}} // namespaces
Table 51. Performance Comparison of Various Windows Compilers
+Table 52. Performance Comparison of Various Windows Compilers
-
17.89[2]
+17.89[2]
(4.248e-005s)
@@ -548,11 +548,11 @@
Table 54. A Comparison to the R Statistical Library on Windows XP
+Table 55. A Comparison to the R Statistical Library on Windows XP
|
- 67.66[1] +67.66[1]
(3.366e-004s) @@ -1088,7 +1088,7 @@ |
- 3.60[2] +3.60[2]
(5.987e-007s) @@ -1317,7 +1317,7 @@ |
- 43.43[3] +43.43[3]
(3.732e-004s) @@ -1387,7 +1387,7 @@ |
- 393.90[4] +393.90[4]
(2.673e-002s) @@ -1523,7 +1523,7 @@ |
- 1.00[5] +1.00[5]
(4.411e-004s) @@ -1809,28 +1809,28 @@ |
|
- [1] + [1] There are a small number of our test cases where the R library fails to converge on a result: these tend to dominate the performance result. [2] + [2] This result is somewhat misleading: for small values of the parameters there is virtually no difference between the two libraries, but for large values the Boost implementation is much slower, albeit with much improved precision. [3] + [3] The R library appears to use a linear-search strategy, that can perform very badly in a small number of pathological cases, but may or may not be more efficient in "typical" cases |
Table 55. A Comparison to the R Statistical Library on Linux
+Table 56. A Comparison to the R Statistical Library on Linux
|
- 30.51[1] +30.51[1]
(3.616e-004s) @@ -2363,7 +2363,7 @@ |
- 2.20[2] +2.20[2]
(3.522e-007s) @@ -2592,7 +2592,7 @@ |
- 25.92[3] +25.92[3]
(4.407e-004s) @@ -2662,7 +2662,7 @@ |
- 144.91[4] +144.91[4]
(3.214e-002s) @@ -2798,7 +2798,7 @@ |
- 1.00[5] +1.00[5]
(5.916e-004s) @@ -3084,28 +3084,28 @@ |
|
- [1] + [1] There are a small number of our test cases where the R library fails to converge on a result: these tend to dominate the performance result. [2] + [2] This result is somewhat misleading: for small values of the parameters there is virtually no difference between the two libraries, but for large values the Boost implementation is much slower, albeit with much improved precision. [3] + [3] The R library appears to use a linear-search strategy, that can perform very badly in a small number of pathological cases, but may or may not be more efficient in "typical" cases [4] + [4] There are a small number of our test cases where the R library fails to converge on a result: these tend to dominate the performance result. [5] + [5] There are a small number of our test cases where the R library fails to converge on a result: these tend to dominate the performance result. diff --git a/doc/sf_and_dist/html/math_toolkit/perf/getting_best.html b/doc/sf_and_dist/html/math_toolkit/perf/getting_best.html index a9ef76714..0081042ee 100644 --- a/doc/sf_and_dist/html/math_toolkit/perf/getting_best.html +++ b/doc/sf_and_dist/html/math_toolkit/perf/getting_best.html @@ -33,7 +33,7 @@ penalty for using the library in debug mode can be quite large.
- Table 50. Performance Comparison of Release and Debug Settings +Table 51. Performance Comparison of Release and Debug Settings - + errno_on_error@@ -289,7 +289,7 @@ - + ignore_error@@ -402,7 +402,7 @@ - + user_error@@ -451,7 +451,7 @@ here. - + Kinds of Error Raised@@ -691,7 +691,7 @@ |
diff --git a/doc/sf_and_dist/html/math_toolkit/policy/pol_ref/internal_promotion.html b/doc/sf_and_dist/html/math_toolkit/policy/pol_ref/internal_promotion.html index c31c722f2..d58b526bf 100644 --- a/doc/sf_and_dist/html/math_toolkit/policy/pol_ref/internal_promotion.html +++ b/doc/sf_and_dist/html/math_toolkit/policy/pol_ref/internal_promotion.html @@ -85,7 +85,7 @@
diff --git a/doc/sf_and_dist/html/math_toolkit/policy/pol_ref/policy_defaults.html b/doc/sf_and_dist/html/math_toolkit/policy/pol_ref/policy_defaults.html index 9c79f2ded..daf615c1c 100644 --- a/doc/sf_and_dist/html/math_toolkit/policy/pol_ref/policy_defaults.html +++ b/doc/sf_and_dist/html/math_toolkit/policy/pol_ref/policy_defaults.html @@ -61,7 +61,7 @@ then you can do so by defining various macros in boost/math/tools/user.hpp.
@@ -71,7 +71,7 @@
ignore_error or user_error.
@@ -81,7 +81,7 @@
ignore_error or user_error.
@@ -91,7 +91,7 @@
ignore_error or user_error.
@@ -101,7 +101,7 @@
ignore_error or user_error.
@@ -111,7 +111,7 @@
ignore_error or user_error.
@@ -121,7 +121,7 @@
ignore_error or user_error.
@@ -131,7 +131,7 @@
ignore_error or user_error.
@@ -142,7 +142,7 @@
ignore_error or user_error.
@@ -153,7 +153,7 @@ recommended that you change this from the default.
@@ -165,7 +165,7 @@ off.
@@ -177,7 +177,7 @@ off.
@@ -188,7 +188,7 @@
Defaults to integer_round_outwards.
@@ -201,7 +201,7 @@ whether or not a particular property is well defined.
@@ -210,7 +210,7 @@ Defaults to 1000000.
@@ -219,7 +219,7 @@ Defaults to 200.
diff --git a/doc/sf_and_dist/html/math_toolkit/policy/pol_tutorial/understand_dis_quant.html b/doc/sf_and_dist/html/math_toolkit/policy/pol_tutorial/understand_dis_quant.html index 9be7d37cd..f37e5ed9a 100644 --- a/doc/sf_and_dist/html/math_toolkit/policy/pol_tutorial/understand_dis_quant.html +++ b/doc/sf_and_dist/html/math_toolkit/policy/pol_tutorial/understand_dis_quant.html @@ -177,7 +177,7 @@ base your comparisons on CDF's instead.
template <class T1, class T2> @@ -44,7 +44,7 @@ calculated-result-type cyl_neumann(T1 v, T2 x, const Policy&);
@@ -105,7 +105,7 @@
@@ -114,7 +114,7 @@ (with all the special case handling removed).
@@ -489,7 +489,7 @@ were found.
diff --git a/doc/sf_and_dist/html/math_toolkit/special/bessel/bessel_over.html b/doc/sf_and_dist/html/math_toolkit/special/bessel/bessel_over.html index 2a3edfbd9..dca8bf811 100644 --- a/doc/sf_and_dist/html/math_toolkit/special/bessel/bessel_over.html +++ b/doc/sf_and_dist/html/math_toolkit/special/bessel/bessel_over.html @@ -28,7 +28,7 @@ Overview
template <class T1, class T2> @@ -44,7 +44,7 @@ calculated-result-type cyl_bessel_k(T1 v, T2 x, const Policy&);
@@ -104,7 +104,7 @@
@@ -113,7 +113,7 @@ (with all the special case handling removed).
diff --git a/doc/sf_and_dist/html/math_toolkit/special/bessel/sph_bessel.html b/doc/sf_and_dist/html/math_toolkit/special/bessel/sph_bessel.html index 67a478758..7fab8e00b 100644 --- a/doc/sf_and_dist/html/math_toolkit/special/bessel/sph_bessel.html +++ b/doc/sf_and_dist/html/math_toolkit/special/bessel/sph_bessel.html @@ -28,7 +28,7 @@ Functions of the First and Second Kinds
template <class T1, class T2> @@ -44,7 +44,7 @@ calculated-result-type sph_neumann(unsigned v, T2 x, const Policy&);
@@ -92,7 +92,7 @@ for small x:
@@ -101,7 +101,7 @@ for small x: implementation (with all the special case handling removed).
@@ -111,7 +111,7 @@ for small x: refer to these functions for accuracy data.
diff --git a/doc/sf_and_dist/html/math_toolkit/special/ellint/ellint_1.html b/doc/sf_and_dist/html/math_toolkit/special/ellint/ellint_1.html index 744b6e47a..0fb5f999c 100644 --- a/doc/sf_and_dist/html/math_toolkit/special/ellint/ellint_1.html +++ b/doc/sf_and_dist/html/math_toolkit/special/ellint/ellint_1.html @@ -28,7 +28,7 @@ of the First Kind - Legendre Form
@@ -55,7 +55,7 @@ }} // namespaces
@@ -113,7 +113,7 @@ it handles errors, what level of precision to use etc. Refer to the policy documentation for more details.
@@ -235,7 +235,7 @@ this implementation.
diff --git a/doc/sf_and_dist/html/math_toolkit/special/ellint/ellint_2.html b/doc/sf_and_dist/html/math_toolkit/special/ellint/ellint_2.html index 068c0006a..8556335ce 100644 --- a/doc/sf_and_dist/html/math_toolkit/special/ellint/ellint_2.html +++ b/doc/sf_and_dist/html/math_toolkit/special/ellint/ellint_2.html @@ -28,7 +28,7 @@ of the Second Kind - Legendre Form
@@ -55,7 +55,7 @@ }} // namespaces
@@ -113,7 +113,7 @@ it handles errors, what level of precision to use etc. Refer to the policy documentation for more details.
@@ -235,7 +235,7 @@ this implementation.
diff --git a/doc/sf_and_dist/html/math_toolkit/special/ellint/ellint_3.html b/doc/sf_and_dist/html/math_toolkit/special/ellint/ellint_3.html index 7baca2422..9443957a0 100644 --- a/doc/sf_and_dist/html/math_toolkit/special/ellint/ellint_3.html +++ b/doc/sf_and_dist/html/math_toolkit/special/ellint/ellint_3.html @@ -28,7 +28,7 @@ of the Third Kind - Legendre Form
@@ -55,7 +55,7 @@ }} // namespaces
@@ -119,7 +119,7 @@ it handles errors, what level of precision to use etc. Refer to the policy documentation for more details.
@@ -241,7 +241,7 @@ this implementation.
@@ -278,7 +278,7 @@ Π(n, φ+mπ, k) = Π(n, φ, k) + 2mΠ(n, k) ; n <= 1
- Π(n, φ+mπ, k) = Π(n, φ, k) ; n > 1 [1] + Π(n, φ+mπ, k) = Π(n, φ, k) ; n > 1 [1]
are used to move φ to the range [0, π/2]. @@ -298,7 +298,7 @@
[1] +
[1] I haven't been able to find a literature reference for this relation, but it appears to be the convention used by Mathematica. Intuitively the first 2 * m * Π(n, k) terms cancel out as the diff --git a/doc/sf_and_dist/html/math_toolkit/special/ellint/ellint_carlson.html b/doc/sf_and_dist/html/math_toolkit/special/ellint/ellint_carlson.html index 1cf0d37f5..df29c09fc 100644 --- a/doc/sf_and_dist/html/math_toolkit/special/ellint/ellint_carlson.html +++ b/doc/sf_and_dist/html/math_toolkit/special/ellint/ellint_carlson.html @@ -28,7 +28,7 @@ Integrals - Carlson Form
@@ -100,7 +100,7 @@ }} // namespaces
@@ -216,7 +216,7 @@
@@ -239,7 +239,7 @@ to verify their correctness: see the above Carlson paper for details.
diff --git a/doc/sf_and_dist/html/math_toolkit/special/ellint/ellint_intro.html b/doc/sf_and_dist/html/math_toolkit/special/ellint/ellint_intro.html index a7499311b..679dc5920 100644 --- a/doc/sf_and_dist/html/math_toolkit/special/ellint/ellint_intro.html +++ b/doc/sf_and_dist/html/math_toolkit/special/ellint/ellint_intro.html @@ -49,14 +49,14 @@ Elliptic integral.
All variables are real numbers unless otherwise noted.
@@ -256,7 +256,7 @@
@@ -273,7 +273,7 @@
diff --git a/doc/sf_and_dist/html/math_toolkit/special/expint/expint_i.html b/doc/sf_and_dist/html/math_toolkit/special/expint/expint_i.html index a37ebc4bf..d6b10b3c9 100644 --- a/doc/sf_and_dist/html/math_toolkit/special/expint/expint_i.html +++ b/doc/sf_and_dist/html/math_toolkit/special/expint/expint_i.html @@ -28,7 +28,7 @@ Ei
@@ -58,7 +58,7 @@ it handles errors, what level of precision to use etc. Refer to the policy documentation for more details.
template <class T> @@ -78,7 +78,7 @@![]()
- + Accuracy
@@ -202,7 +202,7 @@ slightly over the range [4,6].
- + Testing
@@ -217,7 +217,7 @@ check.
- + Implementation
@@ -247,7 +247,7 @@ a minimax rational approximation rescaled so that it is evaluated over [-1,1]. Note that while the rational approximation over [0,6] converges rapidly to the minimax solution it is rather ill-conditioned in practice. - Cody and Thacher [2] experienced the same issue and converted the polynomials into + Cody and Thacher [2] experienced the same issue and converted the polynomials into Chebeshev form to ensure stable computation. By experiment we found that the polynomials are just as stable in polynomial as Chebyshev form, provided they are computed over the interval [-1,1]. @@ -277,7 +277,7 @@
-[2] +
[2] W. J. Cody and H. C. Thacher, Jr., Rational Chebyshev approximations for the exponential integral E1(x), Math. Comp. 22 (1968), 641-649, and W. J. Cody and H. C. Thacher, Jr., Chebyshev approximations for the exponential diff --git a/doc/sf_and_dist/html/math_toolkit/special/expint/expint_n.html b/doc/sf_and_dist/html/math_toolkit/special/expint/expint_n.html index 874f489c8..d5e95bd57 100644 --- a/doc/sf_and_dist/html/math_toolkit/special/expint/expint_n.html +++ b/doc/sf_and_dist/html/math_toolkit/special/expint/expint_n.html @@ -28,7 +28,7 @@ En
- + Synopsis
@@ -58,7 +58,7 @@ it handles errors, what level of precision to use etc. Refer to the policy documentation for more details.
- + Description
template <class T> @@ -78,7 +78,7 @@![]()
- + Accuracy
- + Testing
@@ -235,7 +235,7 @@ check.
- + Implementation
diff --git a/doc/sf_and_dist/html/math_toolkit/special/factorials/sf_binomial.html b/doc/sf_and_dist/html/math_toolkit/special/factorials/sf_binomial.html index cf26610d6..9b1894226 100644 --- a/doc/sf_and_dist/html/math_toolkit/special/factorials/sf_binomial.html +++ b/doc/sf_and_dist/html/math_toolkit/special/factorials/sf_binomial.html @@ -90,7 +90,7 @@
- + Accuracy
@@ -99,14 +99,14 @@ function for larger arguments.
- + Testing
The spot tests for the binomial coefficients use data generated by functions.wolfram.com.
- + Implementation
diff --git a/doc/sf_and_dist/html/math_toolkit/special/factorials/sf_double_factorial.html b/doc/sf_and_dist/html/math_toolkit/special/factorials/sf_double_factorial.html index ab2f755d1..430453322 100644 --- a/doc/sf_and_dist/html/math_toolkit/special/factorials/sf_double_factorial.html +++ b/doc/sf_and_dist/html/math_toolkit/special/factorials/sf_double_factorial.html @@ -106,7 +106,7 @@
- + Accuracy
@@ -114,14 +114,14 @@ so error rates should be no more than a couple of epsilon higher.
- + Testing
The spot tests for the double factorial use data generated by functions.wolfram.com.
- + Implementation
diff --git a/doc/sf_and_dist/html/math_toolkit/special/factorials/sf_factorial.html b/doc/sf_and_dist/html/math_toolkit/special/factorials/sf_factorial.html index 00e180223..809b8aebf 100644 --- a/doc/sf_and_dist/html/math_toolkit/special/factorials/sf_factorial.html +++ b/doc/sf_and_dist/html/math_toolkit/special/factorials/sf_factorial.html @@ -27,7 +27,7 @@ Factorial
- + Synopsis
@@ -54,7 +54,7 @@ }} // namespaces
- + Description
@@ -157,7 +157,7 @@ the size of further tables that depend on the factorials.
- + Accuracy
@@ -166,7 +166,7 @@ will be the same as for tgamma.
- + Testing
@@ -175,7 +175,7 @@ function handle those cases already.
- + Implementation
diff --git a/doc/sf_and_dist/html/math_toolkit/special/factorials/sf_falling_factorial.html b/doc/sf_and_dist/html/math_toolkit/special/factorials/sf_falling_factorial.html index 4b862d666..09003cae1 100644 --- a/doc/sf_and_dist/html/math_toolkit/special/factorials/sf_falling_factorial.html +++ b/doc/sf_and_dist/html/math_toolkit/special/factorials/sf_falling_factorial.html @@ -71,7 +71,7 @@ the type of the result is T.
- + Accuracy
@@ -79,14 +79,14 @@ function.
- + Testing
The spot tests for the falling factorials use data generated by functions.wolfram.com.
- + Implementation
diff --git a/doc/sf_and_dist/html/math_toolkit/special/factorials/sf_rising_factorial.html b/doc/sf_and_dist/html/math_toolkit/special/factorials/sf_rising_factorial.html index 34ca091a9..e44054eda 100644 --- a/doc/sf_and_dist/html/math_toolkit/special/factorials/sf_rising_factorial.html +++ b/doc/sf_and_dist/html/math_toolkit/special/factorials/sf_rising_factorial.html @@ -75,7 +75,7 @@ the type of the result is T.
- + Accuracy
@@ -83,14 +83,14 @@ function.
- + Testing
The spot tests for the rising factorials use data generated by functions.wolfram.com.
- + Implementation
diff --git a/doc/sf_and_dist/html/math_toolkit/special/inv_hyper/acosh.html b/doc/sf_and_dist/html/math_toolkit/special/inv_hyper/acosh.html index ca9b89f4c..777ff9015 100644 --- a/doc/sf_and_dist/html/math_toolkit/special/inv_hyper/acosh.html +++ b/doc/sf_and_dist/html/math_toolkit/special/inv_hyper/acosh.html @@ -62,14 +62,14 @@
![]()
- + Accuracy
Generally accuracy is to within 1 or 2 epsilon across all supported platforms.
- + Testing
@@ -85,7 +85,7 @@ to at least 50 decimal digits.
- + Implementation
diff --git a/doc/sf_and_dist/html/math_toolkit/special/inv_hyper/asinh.html b/doc/sf_and_dist/html/math_toolkit/special/inv_hyper/asinh.html index beb1c928a..c9d9822c6 100644 --- a/doc/sf_and_dist/html/math_toolkit/special/inv_hyper/asinh.html +++ b/doc/sf_and_dist/html/math_toolkit/special/inv_hyper/asinh.html @@ -57,14 +57,14 @@ it handles errors, what level of precision to use etc. Refer to the policy documentation for more details.
- + Accuracy
Generally accuracy is to within 1 or 2 epsilon across all supported platforms.
- + Testing
@@ -80,7 +80,7 @@ to at least 50 decimal digits.
- + Implementation
diff --git a/doc/sf_and_dist/html/math_toolkit/special/inv_hyper/atanh.html b/doc/sf_and_dist/html/math_toolkit/special/inv_hyper/atanh.html index 88afa9510..b64906065 100644 --- a/doc/sf_and_dist/html/math_toolkit/special/inv_hyper/atanh.html +++ b/doc/sf_and_dist/html/math_toolkit/special/inv_hyper/atanh.html @@ -71,14 +71,14 @@ denoting
![]()
- + Accuracy
Generally accuracy is to within 1 or 2 epsilon across all supported platforms.
- + Testing
@@ -94,7 +94,7 @@ denoting to at least 50 decimal digits.
- + Implementation
diff --git a/doc/sf_and_dist/html/math_toolkit/special/powers/cbrt.html b/doc/sf_and_dist/html/math_toolkit/special/powers/cbrt.html index 8d04e84f0..3143cc57e 100644 --- a/doc/sf_and_dist/html/math_toolkit/special/powers/cbrt.html +++ b/doc/sf_and_dist/html/math_toolkit/special/powers/cbrt.html @@ -66,7 +66,7 @@
![]()
- + Accuracy
@@ -74,7 +74,7 @@ should have approximately 2 epsilon accuracy.
- + Testing
diff --git a/doc/sf_and_dist/html/math_toolkit/special/powers/ct_pow.html b/doc/sf_and_dist/html/math_toolkit/special/powers/ct_pow.html index b3b351db2..9f4cd83be 100644 --- a/doc/sf_and_dist/html/math_toolkit/special/powers/ct_pow.html +++ b/doc/sf_and_dist/html/math_toolkit/special/powers/ct_pow.html @@ -32,7 +32,7 @@ computes the compile-time integral power of a run-time base.
- + Synopsis
- + Rationale and Usage
@@ -91,7 +91,7 @@ Only 3 different products were actually computed.- + Return Type
- + Policies
@@ -121,7 +121,7 @@ it handles errors, what level of precision to use etc. Refer to the policy documentation for more details.
- + Error Handling
@@ -227,7 +227,7 @@ double result = pow<-5>(base);- + Acknowledgements
@@ -238,7 +238,7 @@ improving the implementation.
- + References
diff --git a/doc/sf_and_dist/html/math_toolkit/special/powers/expm1.html b/doc/sf_and_dist/html/math_toolkit/special/powers/expm1.html index 8a2c3b380..ed79aaf0a 100644 --- a/doc/sf_and_dist/html/math_toolkit/special/powers/expm1.html +++ b/doc/sf_and_dist/html/math_toolkit/special/powers/expm1.html @@ -75,7 +75,7 @@
![]()
- + Accuracy
@@ -83,7 +83,7 @@ should have approximately 1 epsilon accuracy.
- + Testing
diff --git a/doc/sf_and_dist/html/math_toolkit/special/powers/hypot.html b/doc/sf_and_dist/html/math_toolkit/special/powers/hypot.html index 7f8c9ca67..367f7c1a3 100644 --- a/doc/sf_and_dist/html/math_toolkit/special/powers/hypot.html +++ b/doc/sf_and_dist/html/math_toolkit/special/powers/hypot.html @@ -53,7 +53,7 @@ in such a representable.
- + Implementation
diff --git a/doc/sf_and_dist/html/math_toolkit/special/powers/log1p.html b/doc/sf_and_dist/html/math_toolkit/special/powers/log1p.html index cb1d1b2d7..0afff0f73 100644 --- a/doc/sf_and_dist/html/math_toolkit/special/powers/log1p.html +++ b/doc/sf_and_dist/html/math_toolkit/special/powers/log1p.html @@ -88,7 +88,7 @@
![]()
- + Accuracy
@@ -96,7 +96,7 @@ should have approximately 1 epsilon accuracy.
- + Testing
diff --git a/doc/sf_and_dist/html/math_toolkit/special/powers/powm1.html b/doc/sf_and_dist/html/math_toolkit/special/powers/powm1.html index 3effbe272..c0eefc58e 100644 --- a/doc/sf_and_dist/html/math_toolkit/special/powers/powm1.html +++ b/doc/sf_and_dist/html/math_toolkit/special/powers/powm1.html @@ -69,14 +69,14 @@
![]()
- + Accuracy
Should have approximately 2-3 epsilon accuracy.
- + Testing
diff --git a/doc/sf_and_dist/html/math_toolkit/special/powers/sqrt1pm1.html b/doc/sf_and_dist/html/math_toolkit/special/powers/sqrt1pm1.html index d1249075b..8467942a5 100644 --- a/doc/sf_and_dist/html/math_toolkit/special/powers/sqrt1pm1.html +++ b/doc/sf_and_dist/html/math_toolkit/special/powers/sqrt1pm1.html @@ -71,7 +71,7 @@
![]()
- + Accuracy
@@ -79,7 +79,7 @@ should have approximately 3 epsilon accuracy.
- + Testing
diff --git a/doc/sf_and_dist/html/math_toolkit/special/sf_beta/beta_derivative.html b/doc/sf_and_dist/html/math_toolkit/special/sf_beta/beta_derivative.html index c214c678a..43d5c103b 100644 --- a/doc/sf_and_dist/html/math_toolkit/special/sf_beta/beta_derivative.html +++ b/doc/sf_and_dist/html/math_toolkit/special/sf_beta/beta_derivative.html @@ -28,7 +28,7 @@ of the Incomplete Beta Function
- + Synopsis
@@ -49,7 +49,7 @@ }} // namespaces
- + Description
@@ -71,14 +71,14 @@ it handles errors, what level of precision to use etc. Refer to the policy documentation for more details.
- + Accuracy
Almost identical to the incomplete beta function ibeta.
- + Implementation
diff --git a/doc/sf_and_dist/html/math_toolkit/special/sf_beta/beta_function.html b/doc/sf_and_dist/html/math_toolkit/special/sf_beta/beta_function.html index abb53f35e..8e2aba032 100644 --- a/doc/sf_and_dist/html/math_toolkit/special/sf_beta/beta_function.html +++ b/doc/sf_and_dist/html/math_toolkit/special/sf_beta/beta_function.html @@ -27,7 +27,7 @@ Beta
- + Synopsis
@@ -48,7 +48,7 @@ }} // namespaces
- + Description
@@ -81,7 +81,7 @@ type calculation rules when T1 and T2 are different types.
- + Accuracy
@@ -239,7 +239,7 @@ very small.
- + Testing
@@ -248,7 +248,7 @@ at 1000-bit precision.
- + Implementation
diff --git a/doc/sf_and_dist/html/math_toolkit/special/sf_beta/ibeta_function.html b/doc/sf_and_dist/html/math_toolkit/special/sf_beta/ibeta_function.html index 3bc2995a3..593057935 100644 --- a/doc/sf_and_dist/html/math_toolkit/special/sf_beta/ibeta_function.html +++ b/doc/sf_and_dist/html/math_toolkit/special/sf_beta/ibeta_function.html @@ -28,7 +28,7 @@ Beta Functions
- + Synopsis
@@ -67,7 +67,7 @@ }} // namespaces
- + Description
@@ -158,7 +158,7 @@
![]()
- + Accuracy
@@ -865,7 +865,7 @@
- + Testing
@@ -883,7 +883,7 @@ have test data that is fully independent of the code.
- + Implementation
diff --git a/doc/sf_and_dist/html/math_toolkit/special/sf_beta/ibeta_inv_function.html b/doc/sf_and_dist/html/math_toolkit/special/sf_beta/ibeta_inv_function.html index d0ed00d8f..6851231e5 100644 --- a/doc/sf_and_dist/html/math_toolkit/special/sf_beta/ibeta_inv_function.html +++ b/doc/sf_and_dist/html/math_toolkit/special/sf_beta/ibeta_inv_function.html @@ -87,7 +87,7 @@ }} // namespaces
@@ -288,7 +288,7 @@ it handles errors, what level of precision to use etc. Refer to the policy documentation for more details.
@@ -300,7 +300,7 @@
or 1.
@@ -63,7 +63,7 @@ it handles errors, what level of precision to use etc. Refer to the policy documentation for more details.
template <class T> @@ -100,7 +100,7 @@![]()
- + Accuracy
- + Testing
@@ -540,7 +540,7 @@ check.
- + Implementation
diff --git a/doc/sf_and_dist/html/math_toolkit/special/sf_erf/error_inv.html b/doc/sf_and_dist/html/math_toolkit/special/sf_erf/error_inv.html index 2fc001ec5..ec5d4f253 100644 --- a/doc/sf_and_dist/html/math_toolkit/special/sf_erf/error_inv.html +++ b/doc/sf_and_dist/html/math_toolkit/special/sf_erf/error_inv.html @@ -28,7 +28,7 @@ Inverses
- + Synopsis
@@ -64,7 +64,7 @@ it handles errors, what level of precision to use etc. Refer to the policy documentation for more details.
- + Description
template <class T> @@ -98,7 +98,7 @@![]()
- + Accuracy
@@ -108,7 +108,7 @@ error functions.
- + Testing
- + Implementation
diff --git a/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/digamma.html b/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/digamma.html index 04d6d60b2..254cc7020 100644 --- a/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/digamma.html +++ b/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/digamma.html @@ -27,7 +27,7 @@ Digamma
- + Synopsis
@@ -48,7 +48,7 @@ }} // namespaces
- + Description
@@ -77,7 +77,7 @@ T otherwise.
- + Accuracy
@@ -265,7 +265,7 @@ absolute error will remain very low.
- + Testing
@@ -275,7 +275,7 @@ see below).
- + Implementation
diff --git a/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/gamma_derivatives.html b/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/gamma_derivatives.html index 6684ebcc5..e434934e3 100644 --- a/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/gamma_derivatives.html +++ b/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/gamma_derivatives.html @@ -28,7 +28,7 @@ of the Incomplete Gamma Function
- + Synopsis
@@ -49,7 +49,7 @@ }} // namespaces
@@ -75,7 +75,7 @@ otherwise the return type is simply T1.
@@ -83,7 +83,7 @@ refer to the documentation for that function for more information.
diff --git a/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/gamma_ratios.html b/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/gamma_ratios.html index beaf22d0b..7dcd835d2 100644 --- a/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/gamma_ratios.html +++ b/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/gamma_ratios.html @@ -51,7 +51,7 @@ }} // namespaces
template <class T1, class T2> @@ -107,7 +107,7 @@![]()
- + Accuracy
- + Testing
@@ -326,7 +326,7 @@ a deliberately naive calculation of Γ(x)/Γ(y).
- + Implementation
diff --git a/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/igamma.html b/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/igamma.html index 21f590152..d58856306 100644 --- a/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/igamma.html +++ b/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/igamma.html @@ -28,7 +28,7 @@ Functions
- + Synopsis
@@ -67,7 +67,7 @@ }} // namespaces
@@ -155,7 +155,7 @@
@@ -839,7 +839,7 @@ fraction (see below) is unstable for small a and z.
@@ -1008,7 +1008,7 @@ by Temme (see references below).
@@ -67,7 +67,7 @@ }} // namespaces
@@ -168,7 +168,7 @@ 0.
@@ -182,7 +182,7 @@ functions.
diff --git a/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/lgamma.html b/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/lgamma.html index 7f52ea1d4..4e6381d58 100644 --- a/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/lgamma.html +++ b/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/lgamma.html @@ -27,7 +27,7 @@ Log Gamma
@@ -54,7 +54,7 @@ }} // namespaces
@@ -93,7 +93,7 @@ T otherwise.
@@ -355,7 +355,7 @@ Random tests in key problem areas are also used.
diff --git a/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/tgamma.html b/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/tgamma.html index a60ec7dd6..c74c873ae 100644 --- a/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/tgamma.html +++ b/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/tgamma.html @@ -27,7 +27,7 @@ Gamma
@@ -54,7 +54,7 @@ }} // namespaces
template <class T> @@ -119,7 +119,7 @@ it handles errors, what level of precision to use etc. Refer to the policy documentation for more details.- + Accuracy
- + Testing
@@ -389,7 +389,7 @@ a lanczos approximation accurate to around 100 decimal digits.
- + Implementation
diff --git a/doc/sf_and_dist/html/math_toolkit/special/sf_poly/hermite.html b/doc/sf_and_dist/html/math_toolkit/special/sf_poly/hermite.html index d214fd35b..42e0ac8c6 100644 --- a/doc/sf_and_dist/html/math_toolkit/special/sf_poly/hermite.html +++ b/doc/sf_and_dist/html/math_toolkit/special/sf_poly/hermite.html @@ -27,7 +27,7 @@ Hermite Polynomials
- + Synopsis
@@ -51,7 +51,7 @@ }} // namespaces
@@ -248,7 +248,7 @@ is very close to a root.
@@ -258,7 +258,7 @@ precision.
diff --git a/doc/sf_and_dist/html/math_toolkit/special/sf_poly/laguerre.html b/doc/sf_and_dist/html/math_toolkit/special/sf_poly/laguerre.html index 1785e1ac2..8d6d2ad97 100644 --- a/doc/sf_and_dist/html/math_toolkit/special/sf_poly/laguerre.html +++ b/doc/sf_and_dist/html/math_toolkit/special/sf_poly/laguerre.html @@ -28,7 +28,7 @@ Associated) Polynomials
@@ -62,7 +62,7 @@ }} // namespaces
@@ -422,7 +422,7 @@ is very close to a root.
@@ -432,7 +432,7 @@ precision.
diff --git a/doc/sf_and_dist/html/math_toolkit/special/sf_poly/legendre.html b/doc/sf_and_dist/html/math_toolkit/special/sf_poly/legendre.html index 532ac8f08..945034f81 100644 --- a/doc/sf_and_dist/html/math_toolkit/special/sf_poly/legendre.html +++ b/doc/sf_and_dist/html/math_toolkit/special/sf_poly/legendre.html @@ -28,7 +28,7 @@ Associated) Polynomials
@@ -79,7 +79,7 @@ it handles errors, what level of precision to use etc. Refer to the policy documentation for more details.
template <class T> @@ -295,7 +295,7 @@- + Accuracy
@@ -676,7 +676,7 @@ given here.
- + Testing
@@ -686,7 +686,7 @@ precision.
- + Implementation
diff --git a/doc/sf_and_dist/html/math_toolkit/special/sf_poly/sph_harm.html b/doc/sf_and_dist/html/math_toolkit/special/sf_poly/sph_harm.html index b1022fefa..96d5e5ed5 100644 --- a/doc/sf_and_dist/html/math_toolkit/special/sf_poly/sph_harm.html +++ b/doc/sf_and_dist/html/math_toolkit/special/sf_poly/sph_harm.html @@ -27,7 +27,7 @@ Spherical Harmonics
- + Synopsis
@@ -60,7 +60,7 @@ }} // namespaces
@@ -150,7 +150,7 @@
@@ -271,7 +271,7 @@ arbitrarily large when the function is very close to a root.
@@ -281,7 +281,7 @@ precision.
diff --git a/doc/sf_and_dist/html/math_toolkit/special/zetas/zeta.html b/doc/sf_and_dist/html/math_toolkit/special/zetas/zeta.html index 930621d5e..4ef7f3eee 100644 --- a/doc/sf_and_dist/html/math_toolkit/special/zetas/zeta.html +++ b/doc/sf_and_dist/html/math_toolkit/special/zetas/zeta.html @@ -27,7 +27,7 @@ Riemann Zeta Function
@@ -57,7 +57,7 @@ it handles errors, what level of precision to use etc. Refer to the policy documentation for more details.
template <class T> @@ -80,7 +80,7 @@![]()
- + Accuracy
- + Testing
@@ -244,7 +244,7 @@ check.
- + Implementation
diff --git a/doc/sf_and_dist/html/math_toolkit/status/credits.html b/doc/sf_and_dist/html/math_toolkit/status/credits.html index 8f3ae32e3..b749b1996 100644 --- a/doc/sf_and_dist/html/math_toolkit/status/credits.html +++ b/doc/sf_and_dist/html/math_toolkit/status/credits.html @@ -53,7 +53,18 @@ code.
- Johan Råde wrote the optimised floating point classification code. + Johan Råde wrote the optimised floating-point classification and manipulation + code, and nonfinite facets to permit C99 output of infinities and NaNs. (nonfinite + facets were not added until Boost 1.47 but had been in use with Boost.Spirit). + This library was based on a suggestion from Robert Ramey, author of Boost.Serialization. + Paul A. Bristow expressed the need for better handling of Input + & Output of NaN and infinity for the C++ Standard Library and + suggested following the C99 format. +
++ Håkan Ardö, Boris Gubenko, John Maddock, Markus Schöpflin and Olivier Verdier + tested the floating-point library and Martin Bonner, Peter Dimov and John + Maddock provided valuable advice.
Gautam Sewani coded the logistic distribution as part of a Google Summer diff --git a/doc/sf_and_dist/html/math_toolkit/status/history1.html b/doc/sf_and_dist/html/math_toolkit/status/history1.html index 8734954e4..7bef6de00 100644 --- a/doc/sf_and_dist/html/math_toolkit/status/history1.html +++ b/doc/sf_and_dist/html/math_toolkit/status/history1.html @@ -26,8 +26,25 @@
++ + Boost-1.47 +
++
- + Added changesign function to sign.hpp to facilitate addition of nonfinite + facets. +
+- + Addition of nonfinite facetsfrom Johan Rade, with tests, examples of + use for C99 format infinity and NaN, and documentation. +
+- + Added tests and documentation of changesign from Johan Rade. +
+- + Boost-1.46.1
- @@ -35,7 +52,7 @@ #5113.
- + Boost-1.46.0
@@ -46,11 +63,11 @@ Added information about configuration macros.
- - Added support for mpreal as a real-numered type. + Added support for mpreal as a real-numbered type.
- + Boost-1.45.0
@@ -67,7 +84,7 @@
- + Boost-1.44.0
@@ -81,7 +98,7 @@
- + Boost-1.41.0
- @@ -89,7 +106,7 @@ and its inverse.
- + Boost-1.40.0
@@ -126,7 +143,7 @@
- + Boost-1.38.0
@@ -138,14 +155,14 @@
- + Boost-1.37.0
- Improved accuracy and testing of the inverse hypergeometric functions.
- + Boost-1.36.0
@@ -178,7 +195,7 @@
- + Boost-1.35.0: Post Review First Official Release
@@ -210,7 +227,7 @@- + Milestone 4: Second Review Candidate (1st March 2007)
@@ -224,7 +241,7 @@- + Milestone 3: First Review Candidate (31st Dec 2006)
@@ -252,7 +269,7 @@- + Milestone 2: Released September 10th 2006
@@ -288,7 +305,7 @@- + Milestone 1: Released March 31st 2006
diff --git a/doc/sf_and_dist/html/math_toolkit/status/issues.html b/doc/sf_and_dist/html/math_toolkit/status/issues.html index ad2535b68..eddfc5f79 100644 --- a/doc/sf_and_dist/html/math_toolkit/status/issues.html +++ b/doc/sf_and_dist/html/math_toolkit/status/issues.html @@ -40,7 +40,7 @@ with it.- + tgamma
- @@ -48,7 +48,7 @@ be optimized any further? (low priority)
- + Incomplete Beta
- @@ -56,7 +56,7 @@ b (medium priority).
- + Inverse Gamma
- @@ -64,7 +64,7 @@ is good enough (Medium Priority).
- + Polynomials
- @@ -74,7 +74,7 @@ not (Low Priority).
- + Elliptic Integrals
@@ -127,7 +127,7 @@
- + Inverse Hyperbolic Functions
@@ -137,7 +137,7 @@ This is probably only an issue for very high precision types (Low Priority).- + Statistical distributions
@@ -146,7 +146,7 @@ for very large degrees of freedom?- + Feature Requests
diff --git a/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/cf.html b/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/cf.html index a5bed6fc3..b802d9b02 100644 --- a/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/cf.html +++ b/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/cf.html @@ -28,7 +28,7 @@ Evaluation
- + Synopsis
@@ -78,7 +78,7 @@ }}} // namespaces
@@ -178,7 +178,7 @@ a continued fraction for convergence.
@@ -188,7 +188,7 @@ Lentz, W.J. 1976, Applied Optics, vol. 15, pp. 668-671.
diff --git a/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/constants.html b/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/constants.html index 53b9fb90f..ab38823bf 100644 --- a/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/constants.html +++ b/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/constants.html @@ -28,7 +28,7 @@ Constants
@@ -59,7 +59,7 @@ }}} // namespaces
diff --git a/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/minima.html b/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/minima.html index 12965aa19..d2e323f95 100644 --- a/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/minima.html +++ b/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/minima.html @@ -28,7 +28,7 @@ Minima: Brent's algorithm
@@ -45,7 +45,7 @@ std::pair<T, T> brent_find_minima(F f, T min, T max, int bits, boost::uintmax_t& max_iter);
@@ -90,7 +90,7 @@ the abscissa at the minima and the value of f(x) at the minima.
diff --git a/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/rational.html b/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/rational.html index d5ec09bda..6df6d86f9 100644 --- a/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/rational.html +++ b/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/rational.html @@ -28,7 +28,7 @@ and Rational Function Evaluation
@@ -79,7 +79,7 @@ V evaluate_rational(const T* num, const U* denom, V z, unsigned count);
@@ -193,7 +193,7 @@ evaluation with compile-time array sizes may offer slightly better performance.
diff --git a/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/roots.html b/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/roots.html index 0f160500e..883d4a2b0 100644 --- a/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/roots.html +++ b/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/roots.html @@ -28,7 +28,7 @@ With Derivatives: Newton-Raphson, Halley & Schroeder
@@ -62,7 +62,7 @@ }}} // namespaces
diff --git a/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/roots2.html b/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/roots2.html index 8700fb789..aad0827f5 100644 --- a/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/roots2.html +++ b/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/roots2.html @@ -28,7 +28,7 @@ Without Derivatives: Bisection, Bracket and TOMS748
@@ -144,7 +144,7 @@ }}} // namespaces
@@ -181,7 +181,7 @@ to be used only rarely, but may be useful in some specific circumstances.
template <class F, class T, class Tol> @@ -280,7 +280,7 @@ tol was satisfied.- + Bracket and solve
@@ -388,7 +388,7 @@ was satisfied.- + Algorithm TOMS 748: Alefeld, Potra and Shi: Enclosing zeros of continuous functions
@@ -554,7 +554,7 @@ as soon as both ends of the interval round to the same nearest integer.- + Implementation
diff --git a/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/series_evaluation.html b/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/series_evaluation.html index 632bbf9d8..415dcc2d2 100644 --- a/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/series_evaluation.html +++ b/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/series_evaluation.html @@ -28,7 +28,7 @@ Evaluation
- + Synopsis
@@ -70,7 +70,7 @@ }}} // namespaces
@@ -127,7 +127,7 @@ summation in this way.
diff --git a/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/tuples.html b/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/tuples.html index 159c61566..aed7a2ec3 100644 --- a/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/tuples.html +++ b/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/tuples.html @@ -27,7 +27,7 @@ Tuples
@@ -38,7 +38,7 @@
diff --git a/doc/sf_and_dist/html/math_toolkit/toolkit/internals2/error_test.html b/doc/sf_and_dist/html/math_toolkit/toolkit/internals2/error_test.html index 71aa7d4ee..86b8665b0 100644 --- a/doc/sf_and_dist/html/math_toolkit/toolkit/internals2/error_test.html +++ b/doc/sf_and_dist/html/math_toolkit/toolkit/internals2/error_test.html @@ -28,7 +28,7 @@ Error and Testing
@@ -45,7 +45,7 @@ test_result<see-below> test(const A& a, F1 test_func, F2 expect_func);
template <class T> @@ -157,7 +157,7 @@ is mainly a debugging/development aid (and a good place for a breakpoint).- + Example
diff --git a/doc/sf_and_dist/html/math_toolkit/toolkit/internals2/polynomials.html b/doc/sf_and_dist/html/math_toolkit/toolkit/internals2/polynomials.html index 6f15c0c7b..f897078de 100644 --- a/doc/sf_and_dist/html/math_toolkit/toolkit/internals2/polynomials.html +++ b/doc/sf_and_dist/html/math_toolkit/toolkit/internals2/polynomials.html @@ -27,7 +27,7 @@ Polynomials
- + Synopsis
@@ -103,7 +103,7 @@ }}} // namespaces
diff --git a/doc/sf_and_dist/html/math_toolkit/toolkit/internals2/test_data.html b/doc/sf_and_dist/html/math_toolkit/toolkit/internals2/test_data.html index e86580cdb..70783476f 100644 --- a/doc/sf_and_dist/html/math_toolkit/toolkit/internals2/test_data.html +++ b/doc/sf_and_dist/html/math_toolkit/toolkit/internals2/test_data.html @@ -46,7 +46,7 @@
namespace boost{ namespace math{ namespace tools{ @@ -147,7 +147,7 @@ }}} // namespaces
diff --git a/doc/sf_and_dist/html/math_toolkit/using_udt.html b/doc/sf_and_dist/html/math_toolkit/using_udt.html index 86e5eee6f..2d07e0a76 100644 --- a/doc/sf_and_dist/html/math_toolkit/using_udt.html +++ b/doc/sf_and_dist/html/math_toolkit/using_udt.html @@ -32,6 +32,7 @@ Floating-Point Library
@@ -84,7 +84,7 @@ declaration.
real_concept.