Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r51747 - in sandbox/tools/auto_index: example/math/doc/sf_and_dist/html example/math/doc/sf_and_dist/html/index example/math/doc/sf_and_dist/html/math_toolkit/backgrounders example/math/doc/sf_and_dist/html/math_toolkit/dist example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists example/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut example/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg example/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/binom_eg example/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/cs_eg example/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/find_eg example/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/normal_example example/math/doc/sf_and_dist/html/math_toolkit/main_overview example/math/doc/sf_and_dist/html/math_toolkit/perf example/math/doc/sf_and_dist/html/math_toolkit/policy/pol_ref example/math/doc/sf_and_dist/html/math_toolkit/policy/pol_tutorial example/math/doc/sf_and_dist/html/math_toolkit/special example/math/doc/sf_and_dist/html/math_toolkit/special/bessel example/math/doc/sf_and_dist/html/math_toolkit/special/ellint example/math/doc/sf_and_dist/html/math_toolkit/special/expint example/math/doc/sf_and_dist/html/math_toolkit/special/extern_c example/math/doc/sf_and_dist/html/math_toolkit/special/factorials example/math/doc/sf_and_dist/html/math_toolkit/special/inv_hyper example/math/doc/sf_and_dist/html/math_toolkit/special/next_float example/math/doc/sf_and_dist/html/math_toolkit/special/powers example/math/doc/sf_and_dist/html/math_toolkit/special/sf_beta example/math/doc/sf_and_dist/html/math_toolkit/special/sf_erf example/math/doc/sf_and_dist/html/math_toolkit/special/sf_gamma example/math/doc/sf_and_dist/html/math_toolkit/special/sf_poly example/math/doc/sf_and_dist/html/math_toolkit/special/zetas example/math/doc/sf_and_dist/html/math_toolkit/status example/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals1 example/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals2 example/math/doc/sf_and_dist/html/math_toolkit/using_udt example/type_traits/doc/html example/type_traits/doc/html/boost_typetraits example/type_traits/doc/html/boost_typetraits/category example/type_traits/doc/html/boost_typetraits/reference example/type_traits/doc/html/index src
From: john_at_[hidden]
Date: 2009-03-13 06:47:04


Author: johnmaddock
Date: 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
New Revision: 51747
URL: http://svn.boost.org/trac/boost/changeset/51747

Log:
Change file scanning to search for more targeted regexes, and consolidate XML text when searching for terms.
Text files modified:
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/index.html | 4
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/index/s10.html | 237 ---
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/index/s11.html | 409 -----
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/index/s12.html | 996 -------------
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/index/s13.html | 13
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/index/s14.html | 2798 ++-------------------------------------
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/backgrounders/implementation.html | 30
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/backgrounders/lanczos.html | 14
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/backgrounders/refs.html | 6
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/backgrounders/relative_error.html | 2
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/backgrounders/remez.html | 16
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dist_algorithms.html | 6
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/bernoulli_dist.html | 10
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/beta_dist.html | 20
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/binomial_dist.html | 26
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/cauchy_dist.html | 10
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/chi_squared_dist.html | 12
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/exp_dist.html | 10
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/extreme_dist.html | 8
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/f_dist.html | 10
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/gamma_dist.html | 8
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/logistic_dist.html | 8
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/lognormal_dist.html | 8
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/nc_beta_dist.html | 12
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html | 14
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/nc_f_dist.html | 10
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/nc_t_dist.html | 12
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html | 24
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/normal_dist.html | 8
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/pareto.html | 12
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/poisson_dist.html | 8
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/rayleigh.html | 12
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/students_t_dist.html | 10
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/triangular_dist.html | 10
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/uniform_dist.html | 10
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/weibull.html | 12
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/nmp.html | 54
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/future.html | 8
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/overview.html | 12
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/binom_eg/binomial_quiz_example.html | 4
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/cs_eg/chi_sq_intervals.html | 2
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/dist_construct_eg.html | 2
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/find_eg/find_location_eg.html | 2
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/find_eg/find_mean_and_sd_eg.html | 6
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/find_eg/find_scale_eg.html | 2
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/normal_example/normal_misc.html | 14
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/main_overview/building.html | 6
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/main_overview/compilers_overview.html | 4
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/main_overview/directories.html | 4
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/main_overview/error_handling.html | 40
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/main_overview/history1.html | 16
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/main_overview/intro.html | 6
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/main_overview/navigation.html | 2
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/main_overview/tr1.html | 10
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/perf/comp_compilers.html | 2
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/perf/comparisons.html | 30
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/perf/getting_best.html | 2
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/perf/tuning.html | 4
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/policy/pol_ref/discrete_quant_ref.html | 12
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/policy/pol_ref/error_handling_policies.html | 14
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/policy/pol_ref/internal_promotion.html | 2
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/policy/pol_ref/policy_defaults.html | 32
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/policy/pol_tutorial/understand_dis_quant.html | 2
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/bessel/bessel.html | 14
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/bessel/bessel_over.html | 6
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/bessel/mbessel.html | 14
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/bessel/sph_bessel.html | 10
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/ellint/ellint_1.html | 12
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/ellint/ellint_2.html | 12
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/ellint/ellint_3.html | 16
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/ellint/ellint_carlson.html | 12
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/ellint/ellint_intro.html | 12
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/expint/expint_i.html | 16
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/expint/expint_n.html | 12
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/extern_c/c99.html | 4
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/extern_c/tr1.html | 10
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/extern_c/tr1_ref.html | 6
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/factorials/sf_binomial.html | 6
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/factorials/sf_double_factorial.html | 6
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/factorials/sf_factorial.html | 10
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/factorials/sf_falling_factorial.html | 6
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/factorials/sf_rising_factorial.html | 6
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/fpclass.html | 4
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/inv_hyper/acosh.html | 6
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/inv_hyper/asinh.html | 6
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/inv_hyper/atanh.html | 6
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/next_float/float_advance.html | 4
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/next_float/float_distance.html | 4
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/next_float/float_next.html | 4
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/next_float/float_prior.html | 4
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/next_float/nextafter.html | 6
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/powers/cbrt.html | 4
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/powers/ct_pow.html | 14
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/powers/expm1.html | 4
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/powers/hypot.html | 2
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/powers/log1p.html | 4
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/powers/powm1.html | 4
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/powers/sqrt1pm1.html | 4
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_beta/beta_derivative.html | 8
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_beta/beta_function.html | 12
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_beta/ibeta_function.html | 18
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_beta/ibeta_inv_function.html | 10
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_erf/error_function.html | 14
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_erf/error_inv.html | 10
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/digamma.html | 10
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/gamma_derivatives.html | 8
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/gamma_ratios.html | 12
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/igamma.html | 20
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/igamma_inv.html | 10
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/lgamma.html | 10
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/tgamma.html | 10
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_poly/hermite.html | 12
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_poly/laguerre.html | 14
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_poly/legendre.html | 16
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_poly/sph_harm.html | 12
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/zetas/zeta.html | 12
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/status/compilers.html | 4
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/status/history1.html | 16
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/status/issues.html | 16
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/cf.html | 8
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/constants.html | 4
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/minima.html | 6
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/rational.html | 6
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/roots.html | 12
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/roots2.html | 6
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/series_evaluation.html | 6
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals2/error_test.html | 6
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals2/polynomials.html | 4
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals2/test_data.html | 12
   sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/using_udt/concepts.html | 4
   sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/background.html | 22
   sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/category/transform.html | 2
   sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/intrinsics.html | 2
   sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/add_const.html | 2
   sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/add_cv.html | 2
   sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/add_pointer.html | 2
   sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/add_reference.html | 2
   sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/add_volatile.html | 2
   sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/decay.html | 2
   sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/floating_point_promotion.html | 2
   sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/function_traits.html | 4
   sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/integral_promotion.html | 2
   sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/make_signed.html | 2
   sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/make_unsigned.html | 2
   sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/promote.html | 2
   sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/remove_all_extents.html | 2
   sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/remove_const.html | 2
   sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/remove_cv.html | 2
   sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/remove_extent.html | 2
   sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/remove_pointer.html | 2
   sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/remove_reference.html | 2
   sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/remove_volatile.html | 2
   sandbox/tools/auto_index/example/type_traits/doc/html/index.html | 2
   sandbox/tools/auto_index/example/type_traits/doc/html/index/s10.html | 250 --
   sandbox/tools/auto_index/example/type_traits/doc/html/index/s11.html | 124 -
   sandbox/tools/auto_index/example/type_traits/doc/html/index/s12.html | 96 +
   sandbox/tools/auto_index/example/type_traits/doc/html/index/s13.html | 541 ++-----
   sandbox/tools/auto_index/src/auto_index.cpp | 66
   sandbox/tools/auto_index/src/file_scanning.cpp | 8
   159 files changed, 1310 insertions(+), 5550 deletions(-)

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/index.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/index.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/index.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -46,7 +46,7 @@
 <div><p class="copyright">Copyright © 2006 , 2007, 2008 John Maddock, Paul A. Bristow, Hubert
       Holin, Xiaogang Zhang, Bruno Lalande and Gautam Sewani</p></div>
 <div><div class="legalnotice">
-<a name="id635296"></a><p>
+<a name="id629835"></a><p>
         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)
       </p>
@@ -462,7 +462,7 @@
   </p>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
-<td align="left"><p><small>Last revised: March 11, 2009 at 18:51:56 GMT</small></p></td>
+<td align="left"><p><small>Last revised: March 13, 2009 at 10:25:48 GMT</small></p></td>
 <td align="right"><div class="copyright-footer"></div></td>
 </tr></table>
 <hr>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/index/s10.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/index/s10.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/index/s10.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -24,8 +24,8 @@
 </div>
 <div class="section" lang="en">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id1026719"></a>Class Index</h2></div></div></div>
-<p><a class="link" href="s10.html#idx_id_0">B</a> <a class="link" href="s10.html#idx_id_1">C</a> <a class="link" href="s10.html#idx_id_2">D</a> <a class="link" href="s10.html#idx_id_3">E</a> <a class="link" href="s10.html#idx_id_4">F</a> <a class="link" href="s10.html#idx_id_5">G</a> <a class="link" href="s10.html#idx_id_6">L</a> <a class="link" href="s10.html#idx_id_7">M</a> <a class="link" href="s10.html#idx_id_8">N</a> <a class="link" href="s10.html#idx_id_9">P</a> <a class="link" href="s10.html#idx_id_10">R</a> <a class="link" href="s10.html#idx_id_11">S</a> <a class="link" href="s10.html#idx_id_12">T</a> <a class="link" href="s10.html#idx_id_13">U</a> <a class="link" href="s10.html#idx_id_14">W</a> </p>
+<a name="id1021258"></a>Class Index</h2></div></div></div>
+<p><a class="link" href="s10.html#idx_id_0">B</a> <a class="link" href="s10.html#idx_id_1">C</a> <a class="link" href="s10.html#idx_id_2">E</a> <a class="link" href="s10.html#idx_id_3">F</a> <a class="link" href="s10.html#idx_id_4">G</a> <a class="link" href="s10.html#idx_id_5">L</a> <a class="link" href="s10.html#idx_id_6">N</a> <a class="link" href="s10.html#idx_id_7">P</a> <a class="link" href="s10.html#idx_id_8">R</a> <a class="link" href="s10.html#idx_id_9">S</a> <a class="link" href="s10.html#idx_id_10">T</a> <a class="link" href="s10.html#idx_id_11">U</a> <a class="link" href="s10.html#idx_id_12">W</a> </p>
 <div class="variablelist"><dl>
 <dt>
 <a name="idx_id_0"></a><span class="term">B</span>
@@ -34,151 +34,57 @@
 <dt><span class="term">bernoulli_distribution</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/bernoulli_dist.html" title="Bernoulli Distribution">Bernoulli Distribution</a></p></td></tr></table></dd>
 <dt><span class="term">beta_distribution</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/dist_construct_eg.html" title="Distribution Construction Example">Distribution Construction Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">Overview</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">Beta Distribution</a></p></td></tr></table></dd>
 <dt><span class="term">binomial_distribution</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/bernoulli_dist.html" title="Bernoulli Distribution">Bernoulli Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binomial_quiz_example.html" title="Binomial Quiz Example">Binomial Quiz Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binom_conf.html" title="Calculating Confidence Limits on the Frequency of Occurrence for a Binomial Distribution">Calculating Confidence Limits on the Frequency of Occurrence for a Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/dist_construct_eg.html" title="Distribution Construction Example">Distribution Construction Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/variates.html" title="Random Variates and Distribution Parameters">Random Variates and Distribution Parameters</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/ad_hoc_dist_policies.html" title="Setting Policies for Distributions on an Ad Hoc Basis">Setting Policies for Distributions on an Ad Hoc Basis</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/understand_dis_quant.html" title="Understanding Quantiles of Discrete Distributions">Understanding Quantiles of Discrete Distributions</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr></table></dd>
 </dl></div></dd>
 <dt>
 <a name="idx_id_1"></a><span class="term">C</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">cauchy_distribution</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/cauchy_dist.html" title="Cauchy-Lorentz Distribution">Cauchy-Lorentz Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_location_eg.html" title="Find Location (Mean) Example">Find Location (Mean) Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_mean_and_sd_eg.html" title="Find mean and standard deviation example">Find mean and standard deviation example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/assert_undefined.html" title="Mathematically Undefined Function Policies">Mathematically Undefined Function Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/namespace_pol.html" title="Setting Polices at Namespace Scope">Setting Polices at Namespace Scope</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/namespace_policies.html" title="Setting Policies at Namespace or Translation Unit Scope">Setting Policies at Namespace or Translation Unit Scope</a></p></td></tr>
-</table></dd>
-<dt><span class="term">cbrt_functor</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/roots.html" title="Root Finding With Derivatives">Root Finding With Derivatives</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/cauchy_dist.html" title="Cauchy-Lorentz Distribution">Cauchy-Lorentz Distribution</a></p></td></tr></table></dd>
 <dt><span class="term">chi_squared_distribution</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/cs_eg/chi_sq_size.html" title="Estimating the Required Sample Sizes for a Chi-Square Test for the Standard Deviation">Estimating the Required Sample Sizes for a Chi-Square Test for the Standard Deviation</a></p></td></tr>
-</table></dd>
-<dt><span class="term">complemented3_type</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">Noncentral Chi-Squared Distribution</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a></p></td></tr></table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_2"></a><span class="term">D</span>
+<a name="idx_id_2"></a><span class="term">E</span>
 </dt>
 <dd><div class="variablelist"><dl>
-<dt><span class="term">default_policy</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">Policy Class Reference</a></p></td></tr></table></dd>
-<dt><span class="term">DistributionConcept</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/using_udt/archetypes.html" title="Conceptual Archetypes and Testing">Conceptual Archetypes and Testing</a></p></td></tr></table></dd>
-<dt><span class="term">distribution_archetype</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/using_udt/archetypes.html" title="Conceptual Archetypes and Testing">Conceptual Archetypes and Testing</a></p></td></tr></table></dd>
-</dl></div></dd>
-<dt>
-<a name="idx_id_3"></a><span class="term">E</span>
-</dt>
-<dd><div class="variablelist"><dl>
-<dt><span class="term">eps_tolerance</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/roots2.html" title="Root Finding Without Derivatives">Root Finding Without Derivatives</a></p></td></tr></table></dd>
-<dt><span class="term">equal_ceil</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/roots2.html" title="Root Finding Without Derivatives">Root Finding Without Derivatives</a></p></td></tr></table></dd>
-<dt><span class="term">equal_floor</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/roots2.html" title="Root Finding Without Derivatives">Root Finding Without Derivatives</a></p></td></tr></table></dd>
-<dt><span class="term">equal_nearest_integer</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/roots2.html" title="Root Finding Without Derivatives">Root Finding Without Derivatives</a></p></td></tr></table></dd>
-<dt><span class="term">evaluation_error</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/user_def_err_pol.html" title="Calling User Defined Error Handlers">Calling User Defined Error Handlers</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/ad_hoc_sf_policies.html" title="Changing the Policy on an Ad Hoc Basis for the Special Functions">Changing the Policy on an Ad Hoc Basis for the Special Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/pol_overview.html" title="Configuration and Policies">Configuration and Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/error_handling.html" title="Error Handling">Error Handling</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/error_handling_policies.html" title="Error Handling Policies">Error Handling Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/history1.html" title="History and What's New">History and What's New</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/iteration_pol.html" title="Iteration Limits Policies">Iteration Limits Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/policy_tut_defaults.html" title="Policies Have Sensible Defaults">Policies Have Sensible Defaults</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">Policy Class Reference</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_overview.html" title="Policy Overview">Policy Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/error_handling.html" title="Error Handling">Possible Actions for Internal Evaluation Errors</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/namespace_policies.html" title="Setting Policies at Namespace or Translation Unit Scope">Setting Policies at Namespace or Translation Unit Scope</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/policy_defaults.html" title="Using macros to Change the Policy Defaults">Using macros to Change the Policy Defaults</a></p></td></tr>
-</table></dd>
 <dt><span class="term">exponential_distribution</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/exp_dist.html" title="Exponential Distribution">Exponential Distribution</a></p></td></tr></table></dd>
 <dt><span class="term">extreme_value_distribution</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/extreme_dist.html" title="Extreme Value Distribution">Extreme Value Distribution</a></p></td></tr></table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_4"></a><span class="term">F</span>
+<a name="idx_id_3"></a><span class="term">F</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">fisher_f_distribution</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/ad_hoc_dist_policies.html" title="Setting Policies for Distributions on an Ad Hoc Basis">Setting Policies for Distributions on an Ad Hoc Basis</a></p></td></tr>
-</table></dd>
-<dt><span class="term">fraction_traits</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/cf.html" title="Continued Fraction Evaluation">Continued Fraction Evaluation</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">F Distribution</a></p></td></tr></table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_5"></a><span class="term">G</span>
+<a name="idx_id_4"></a><span class="term">G</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">gamma_distribution</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/dist_construct_eg.html" title="Distribution Construction Example">Distribution Construction Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">Gamma (and Erlang) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/namespace_pol.html" title="Setting Polices at Namespace Scope">Setting Polices at Namespace Scope</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/namespace_policies.html" title="Setting Policies at Namespace or Translation Unit Scope">Setting Policies at Namespace or Translation Unit Scope</a></p></td></tr>
-</table></dd>
-</dl></div></dd>
-<dt>
-<a name="idx_id_6"></a><span class="term">L</span>
-</dt>
-<dd><div class="variablelist"><dl>
-<dt><span class="term">lanczos</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/concepts.html" title="Conceptual Requirements for Real Number Types">Conceptual Requirements for Real Number Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/tgamma.html" title="Gamma">Gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/lgamma.html" title="Log Gamma">Log Gamma</a></p></td></tr>
-</table></dd>
-<dt><span class="term">log1p_series</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/series_evaluation.html" title="Series Evaluation">Series Evaluation</a></p></td></tr></table></dd>
-<dt><span class="term">logistic_distribution</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/logistic_dist.html" title="Logistic Distribution">Logistic Distribution</a></p></td></tr></table></dd>
-<dt><span class="term">lognormal_distribution</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/lognormal_dist.html" title="Log Normal Distribution">Log Normal Distribution</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">Gamma (and Erlang) Distribution</a></p></td></tr></table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_7"></a><span class="term">M</span>
+<a name="idx_id_5"></a><span class="term">L</span>
 </dt>
 <dd><div class="variablelist"><dl>
-<dt><span class="term">max_factorial</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_factorial.html" title="Factorial">Factorial</a></p></td></tr></table></dd>
+<dt><span class="term">logistic_distribution</span></dt>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/logistic_dist.html" title="Logistic Distribution">Logistic Distribution</a></p></td></tr></table></dd>
+<dt><span class="term">lognormal_distribution</span></dt>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/lognormal_dist.html" title="Log Normal Distribution">Log Normal Distribution</a></p></td></tr></table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_8"></a><span class="term">N</span>
+<a name="idx_id_6"></a><span class="term">N</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">negative_binomial_distribution</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/neg_binom_eg/neg_binom_conf.html" title="Calculating Confidence Limits on the Frequency of Occurrence for the Negative Binomial Distribution">Calculating Confidence Limits on the Frequency of Occurrence for the Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/discrete_quant_ref.html" title="Discrete Quantile Policies">Discrete Quantile Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/dist_construct_eg.html" title="Distribution Construction Example">Distribution Construction Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/neg_binom_eg/negative_binomial_example1.html" title="Negative Binomial Sales Quota Example.">Negative Binomial Sales Quota Example.</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr></table></dd>
 <dt><span class="term">non_central_beta_distribution</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_beta_dist.html" title="Noncentral Beta Distribution">Noncentral Beta Distribution</a></p></td></tr></table></dd>
 <dt><span class="term">non_central_chi_squared_distribution</span></dt>
@@ -187,139 +93,50 @@
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_f_dist.html" title="Noncentral F Distribution">Noncentral F Distribution</a></p></td></tr></table></dd>
 <dt><span class="term">non_central_t_distribution</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_t_dist.html" title="Noncentral T Distribution">Noncentral T Distribution</a></p></td></tr></table></dd>
-<dt><span class="term">normalise</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">Policy Class Reference</a></p></td></tr></table></dd>
 <dt><span class="term">normal_distribution</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/dist_construct_eg.html" title="Distribution Construction Example">Distribution Construction Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/error_handling_policies.html" title="Error Handling Policies">Error Handling Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_location_eg.html" title="Find Location (Mean) Example">Find Location (Mean) Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_mean_and_sd_eg.html" title="Find mean and standard deviation example">Find mean and standard deviation example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_scale_eg.html" title="Find Scale (Standard Deviation) Example">Find Scale (Standard Deviation) Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/internal_promotion.html" title="Internal Promotion Policies">Internal Promotion Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">Normal (Gaussian) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/precision_pol.html" title="Precision Policies">Precision Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/namespace_policies.html" title="Setting Policies at Namespace or Translation Unit Scope">Setting Policies at Namespace or Translation Unit Scope</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/normal_example/normal_misc.html" title="Some Miscellaneous Examples of the Normal (Gaussian) Distribution">Some Miscellaneous Examples of the Normal (Gaussian) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/policy_defaults.html" title="Using macros to Change the Policy Defaults">Using macros to Change the Policy Defaults</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">Normal (Gaussian) Distribution</a></p></td></tr></table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_9"></a><span class="term">P</span>
+<a name="idx_id_7"></a><span class="term">P</span>
 </dt>
 <dd><div class="variablelist"><dl>
-<dt><span class="term">parameter_info</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions">Graphing, Profiling, and Generating Test Data for Special Functions</a></p></td></tr></table></dd>
 <dt><span class="term">pareto_distribution</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/pareto.html" title="Pareto Distribution">Pareto Distribution</a></p></td></tr></table></dd>
 <dt><span class="term">poisson_distribution</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">Poisson Distribution</a></p></td></tr></table></dd>
-<dt><span class="term">promote_args</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/user_def_err_pol.html" title="Calling User Defined Error Handlers">Calling User Defined Error Handlers</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/namespace_policies.html" title="Setting Policies at Namespace or Translation Unit Scope">Setting Policies at Namespace or Translation Unit Scope</a></p></td></tr>
-</table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_10"></a><span class="term">R</span>
+<a name="idx_id_8"></a><span class="term">R</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">rayleigh_distribution</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">Rayleigh Distribution</a></p></td></tr></table></dd>
-<dt><span class="term">real_concept</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/archetypes.html" title="Conceptual Archetypes and Testing">Conceptual Archetypes and Testing</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/directories.html" title="Directory and File Structure">Directory and File Structure</a></p></td></tr>
-</table></dd>
-<dt><span class="term">rounding_error</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/error_handling.html" title="Error Handling">Error Handling</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/error_handling_policies.html" title="Error Handling Policies">Error Handling Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/rounding/modf.html" title="Integer and Fractional Part Splitting (modf)">Integer and Fractional Part Splitting (modf)</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/policy_tut_defaults.html" title="Policies Have Sensible Defaults">Policies Have Sensible Defaults</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">Policy Class Reference</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/error_handling.html" title="Error Handling">Possible Actions for Rounding Errors</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/rounding/round.html" title="Rounding Functions">Rounding Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/rounding/trunc.html" title="Truncation Functions">Truncation Functions</a></p></td></tr>
-</table></dd>
-<dt><span class="term">RR</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">Additional Implementation Notes</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/beta_function.html" title="Beta">Beta</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/result_type.html" title="Calculation of the Type of the Result">Calculation of the Type of the Result</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/cbrt.html" title="cbrt">cbrt</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/archetypes.html" title="Conceptual Archetypes and Testing">Conceptual Archetypes and Testing</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/concepts.html" title="Conceptual Requirements for Real Number Types">Conceptual Requirements for Real Number Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/directories.html" title="Directory and File Structure">Directory and File Structure</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/dist_construct_eg.html" title="Distribution Construction Example">Distribution Construction Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/ellint/ellint_carlson.html" title="Elliptic Integrals - Carlson Form">Elliptic Integrals - Carlson Form</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/ellint/ellint_1.html" title="Elliptic Integrals of the First Kind - Legendre Form">Elliptic Integrals of the First Kind - Legendre Form</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/ellint/ellint_2.html" title="Elliptic Integrals of the Second Kind - Legendre Form">Elliptic Integrals of the Second Kind - Legendre Form</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/ellint/ellint_3.html" title="Elliptic Integrals of the Third Kind - Legendre Form">Elliptic Integrals of the Third Kind - Legendre Form</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_erf/error_function.html" title="Error Functions">Error Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/expm1.html" title="expm1">expm1</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/expint/expint_i.html" title="Exponential Integral Ei">Exponential Integral Ei</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/expint/expint_n.html" title="Exponential Integral En">Exponential Integral En</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/next_float.html" title="Floating-Point Representation Distance (ULP), and Finding Adjacent Floating-Point Values">Floating-Point Representation Distance (ULP), and Finding Adjacent Floating-Point Values</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions">Graphing, Profiling, and Generating Test Data for Special Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_poly/hermite.html" title="Hermite Polynomials">Hermite Polynomials</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_function.html" title="Incomplete Beta Functions">Incomplete Beta Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions">Incomplete Gamma Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_poly/laguerre.html" title="Laguerre (and Associated) Polynomials">Laguerre (and Associated) Polynomials</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_poly/legendre.html" title="Legendre (and Associated) Polynomials">Legendre (and Associated) Polynomials</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/log1p.html" title="log1p">log1p</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/minimax.html" title="Minimax Approximations and the Remez Algorithm">Minimax Approximations and the Remez Algorithm</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/powm1.html" title="powm1">powm1</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/gamma_ratios.html" title="Ratios of Gamma Functions">Ratios of Gamma Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">Rayleigh Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/zetas/zeta.html" title="Riemann Zeta Function">Riemann Zeta Function</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/roots.html" title="Root Finding With Derivatives">Root Finding With Derivatives</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_poly/sph_harm.html" title="Spherical Harmonics">Spherical Harmonics</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/sqrt1pm1.html" title="sqrt1pm1">sqrt1pm1</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/use_ntl.html" title="Using With NTL - a High-Precision Floating-Point Library">Using With NTL - a High-Precision Floating-Point Library</a></p></td></tr>
-</table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_11"></a><span class="term">S</span>
+<a name="idx_id_9"></a><span class="term">S</span>
 </dt>
 <dd><div class="variablelist"><dl>
-<dt><span class="term">std_real_concept</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/using_udt/archetypes.html" title="Conceptual Archetypes and Testing">Conceptual Archetypes and Testing</a></p></td></tr></table></dd>
 <dt><span class="term">students_t_distribution</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/changing_policy_defaults.html" title="Changing the Policy Defaults">Changing the Policy Defaults</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/error_eg.html" title="Error Handling Example">Error Handling Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/st_eg/tut_mean_size.html" title="Estimating how large a sample size would have to become in order to give a significant Students-t test result with a single sample test">Estimating how large a sample size would have to become in order to give a significant Students-t test result with a single sample test</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/namespaces.html" title="Namespaces">Namespaces</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">Students t Distribution</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">Students t Distribution</a></p></td></tr></table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_12"></a><span class="term">T</span>
+<a name="idx_id_10"></a><span class="term">T</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">test_data</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions">Graphing, Profiling, and Generating Test Data for Special Functions</a></p></td></tr></table></dd>
-<dt><span class="term">test_result</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/error_test.html" title="Relative Error and Testing">Relative Error and Testing</a></p></td></tr></table></dd>
 <dt><span class="term">triangular_distribution</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">Additional Implementation Notes</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">Triangular Distribution</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">Triangular Distribution</a></p></td></tr></table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_13"></a><span class="term">U</span>
+<a name="idx_id_11"></a><span class="term">U</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">uniform_distribution</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/uniform_dist.html" title="Uniform Distribution">Uniform Distribution</a></p></td></tr></table></dd>
-<dt><span class="term">upper_incomplete_gamma_fract</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions">Graphing, Profiling, and Generating Test Data for Special Functions</a></p></td></tr></table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_14"></a><span class="term">W</span>
+<a name="idx_id_12"></a><span class="term">W</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">weibull_distribution</span></dt>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/index/s11.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/index/s11.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/index/s11.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -24,133 +24,28 @@
 </div>
 <div class="section" lang="en">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id1029370"></a>Typedef Index</h2></div></div></div>
-<p><a class="link" href="s11.html#idx_id_15">A</a> <a class="link" href="s11.html#idx_id_16">B</a> <a class="link" href="s11.html#idx_id_17">C</a> <a class="link" href="s11.html#idx_id_18">D</a> <a class="link" href="s11.html#idx_id_19">E</a> <a class="link" href="s11.html#idx_id_20">F</a> <a class="link" href="s11.html#idx_id_21">G</a> <a class="link" href="s11.html#idx_id_22">H</a> <a class="link" href="s11.html#idx_id_23">I</a> <a class="link" href="s11.html#idx_id_24">L</a> <a class="link" href="s11.html#idx_id_25">M</a> <a class="link" href="s11.html#idx_id_26">N</a> <a class="link" href="s11.html#idx_id_27">O</a> <a class="link" href="s11.html#idx_id_28">P</a> <a class="link" href="s11.html#idx_id_29">R</a> <a class="link" href="s11.html#idx_id_30">S</a> <a class="link" href="s11.html#idx_id_31">T</a> <a class="link" href="s11.html#idx_id_32">U</a> <a class="link" href="s11.html#idx_id_33">V</a> <a class="link" href="s11.html#idx_id_34">W</a> </p>
+<a name="id1022995"></a>Typedef Index</h2></div></div></div>
+<p><a class="link" href="s11.html#idx_id_13">A</a> <a class="link" href="s11.html#idx_id_14">B</a> <a class="link" href="s11.html#idx_id_15">D</a> <a class="link" href="s11.html#idx_id_16">E</a> <a class="link" href="s11.html#idx_id_17">F</a> <a class="link" href="s11.html#idx_id_18">I</a> <a class="link" href="s11.html#idx_id_19">N</a> <a class="link" href="s11.html#idx_id_20">O</a> <a class="link" href="s11.html#idx_id_21">P</a> <a class="link" href="s11.html#idx_id_22">R</a> <a class="link" href="s11.html#idx_id_23">U</a> <a class="link" href="s11.html#idx_id_24">V</a> </p>
 <div class="variablelist"><dl>
 <dt>
-<a name="idx_id_15"></a><span class="term">A</span>
+<a name="idx_id_13"></a><span class="term">A</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">assert_undefined_type</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">Policy Class Reference</a></p></td></tr></table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_16"></a><span class="term">B</span>
+<a name="idx_id_14"></a><span class="term">B</span>
 </dt>
 <dd><div class="variablelist"><dl>
-<dt><span class="term">bernoulli</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/bernoulli_dist.html" title="Bernoulli Distribution">Bernoulli Distribution</a></p></td></tr></table></dd>
 <dt><span class="term">beta</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/intro.html" title="About the Math Toolkit">About the Math Toolkit</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">Additional Implementation Notes</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/beta_function.html" title="Beta">beta</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_binomial.html" title="Binomial Coefficients">Binomial Coefficients</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/concepts.html" title="Conceptual Requirements for Real Number Types">Conceptual Requirements for Real Number Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/status/credits.html" title="Credits and Acknowledgements">Credits and Acknowledgements</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/beta_derivative.html" title="Derivative of the Incomplete Beta Function">Derivative of the Incomplete Beta Function</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/directories.html" title="Directory and File Structure">Directory and File Structure</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/dist_construct_eg.html" title="Distribution Construction Example">Distribution Construction Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_function.html" title="Incomplete Beta Functions"><span class="bold"><strong>Errors In the Function beta(a, b, x)</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/st_eg/tut_mean_size.html" title="Estimating how large a sample size would have to become in order to give a significant Students-t test result with a single sample test">Estimating how large a sample size would have to become in order to give a significant Students-t test result with a single sample test</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/cs_eg/chi_sq_size.html" title="Estimating the Required Sample Sizes for a Chi-Square Test for the Standard Deviation">Estimating the Required Sample Sizes for a Chi-Square Test for the Standard Deviation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/beta_function.html" title="Beta">gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions">Graphing, Profiling, and Generating Test Data for Special Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/history1.html" title="History and What's New">History and What's New</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_function.html" title="Incomplete Beta Functions">Incomplete Beta Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/beta_function.html" title="Beta">Lanczos approximation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_beta_dist.html" title="Noncentral Beta Distribution">Noncentral Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_f_dist.html" title="Noncentral F Distribution">Noncentral F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_t_dist.html" title="Noncentral T Distribution">Noncentral T Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/gamma_ratios.html" title="Ratios of Gamma Functions">Ratios of Gamma Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/beta_function.html" title="Beta">RR</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">Students t Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/nccs_eg/nccs_power_eg.html" title="Tables of the power function of the &#967;2 test.">Tables of the power function of the &#967; 2 test.</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">The Incomplete Beta Function Inverses</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/lanczos.html" title="The Lanczos Approximation">The Lanczos Approximation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1_ref.html" title="TR1 C Functions Quick Reference">TR1 C Functions Quick Reference</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">Triangular Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">Weibull Distribution</a></p></td></tr>
-</table></dd>
-<dt><span class="term">binomial</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/intro.html" title="About the Math Toolkit">About the Math Toolkit</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">Additional Implementation Notes</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/bernoulli_dist.html" title="Bernoulli Distribution">Bernoulli Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_binomial.html" title="Binomial Coefficients">Binomial Coefficients</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binomial_coinflip_example.html" title="Binomial Coin-Flipping Example">Binomial Coin-Flipping Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binomial_quiz_example.html" title="Binomial Quiz Example">Binomial Quiz Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binom_conf.html" title="Calculating Confidence Limits on the Frequency of Occurrence for a Binomial Distribution">Calculating Confidence Limits on the Frequency of Occurrence for a Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/neg_binom_eg/neg_binom_conf.html" title="Calculating Confidence Limits on the Frequency of Occurrence for the Negative Binomial Distribution">Calculating Confidence Limits on the Frequency of Occurrence for the Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/nag_library.html" title="Comparison with C, R, FORTRAN-style Free Functions">Comparison with C, R, FORTRAN-style Free Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/pol_overview.html" title="Configuration and Policies">Configuration and Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/dist_params.html" title="Discrete Probability Distributions">Discrete Probability Distributions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/dist_construct_eg.html" title="Distribution Construction Example">Distribution Construction Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binom_size_eg.html" title="Estimating Sample Sizes for a Binomial Distribution.">Estimating Sample Sizes for a Binomial Distribution.</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/neg_binom_eg/neg_binom_size_eg.html" title="Estimating Sample Sizes for the Negative Binomial.">Estimating Sample Sizes for the Negative Binomial.</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_function.html" title="Incomplete Beta Functions">Incomplete Beta Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Meaning of the non-member accessors</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/neg_binom_eg/negative_binomial_example1.html" title="Negative Binomial Sales Quota Example.">Negative Binomial Sales Quota Example.</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_overview.html" title="Policy Overview">Policy Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/variates.html" title="Random Variates and Distribution Parameters">Random Variates and Distribution Parameters</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/namespace_policies.html" title="Setting Policies at Namespace or Translation Unit Scope">Setting Policies at Namespace or Translation Unit Scope</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/ad_hoc_dist_policies.html" title="Setting Policies for Distributions on an Ad Hoc Basis">Setting Policies for Distributions on an Ad Hoc Basis</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">The Incomplete Beta Function Inverses</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/understand_dis_quant.html" title="Understanding Quantiles of Discrete Distributions">Understanding Quantiles of Discrete Distributions</a></p></td></tr>
-</table></dd>
-<dt><span class="term">bits</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/next_float/float_distance.html" title="Calculating the Representation Distance Between Two Floating Point Values (ULP) float_distance">Calculating the Representation Distance Between Two Floating Point Values (ULP) float_distance</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/cf.html" title="Continued Fraction Evaluation">Continued Fraction Evaluation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/expint/expint_i.html" title="Exponential Integral Ei">Exponential Integral Ei</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/expint/expint_n.html" title="Exponential Integral En">Exponential Integral En</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/next_float.html" title="Floating-Point Representation Distance (ULP), and Finding Adjacent Floating-Point Values">Floating-Point Representation Distance (ULP), and Finding Adjacent Floating-Point Values</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions">Graphing, Profiling, and Generating Test Data for Special Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">Incomplete Gamma Function Inverses</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/minima.html" title="Locating Function Minima">Locating Function Minima</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/lgamma.html" title="Log Gamma">Log Gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/roots2.html" title="Root Finding Without Derivatives">Root Finding Without Derivatives</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/series_evaluation.html" title="Series Evaluation">Series Evaluation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">The Incomplete Beta Function Inverses</a></p></td></tr>
-</table></dd>
-</dl></div></dd>
-<dt>
-<a name="idx_id_17"></a><span class="term">C</span>
-</dt>
-<dd><div class="variablelist"><dl>
-<dt><span class="term">cauchy</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">Additional Implementation Notes</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/cauchy_dist.html" title="Cauchy-Lorentz Distribution">Cauchy-Lorentz Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_location_eg.html" title="Find Location (Mean) Example">Find Location (Mean) Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_mean_and_sd_eg.html" title="Find mean and standard deviation example">Find mean and standard deviation example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/assert_undefined.html" title="Mathematically Undefined Function Policies">Mathematically Undefined Function Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/namespace_pol.html" title="Setting Polices at Namespace Scope">Setting Polices at Namespace Scope</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/namespace_policies.html" title="Setting Policies at Namespace or Translation Unit Scope">Setting Policies at Namespace or Translation Unit Scope</a></p></td></tr>
-</table></dd>
-<dt><span class="term">chi_squared</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/cs_eg/chi_sq_test.html" title="Chi-Square Test for the Standard Deviation">Chi-Square Test for the Standard Deviation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/cs_eg/chi_sq_intervals.html" title="Confidence Intervals on the Standard Deviation">Confidence Intervals on the Standard Deviation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/cs_eg/chi_sq_size.html" title="Estimating the Required Sample Sizes for a Chi-Square Test for the Standard Deviation">Estimating the Required Sample Sizes for a Chi-Square Test for the Standard Deviation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/nccs_eg/nccs_power_eg.html" title="Tables of the power function of the &#967;2 test.">Tables of the power function of the &#967; 2 test.</a></p></td></tr>
 </table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_18"></a><span class="term">D</span>
+<a name="idx_id_15"></a><span class="term">D</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">denorm_error_type</span></dt>
@@ -167,37 +62,16 @@
 </table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_19"></a><span class="term">E</span>
+<a name="idx_id_16"></a><span class="term">E</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">evaluation_error_type</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">Policy Class Reference</a></p></td></tr></table></dd>
-<dt><span class="term">exponential</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">Additional Implementation Notes</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/exp_dist.html" title="Exponential Distribution">Exponential Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/expint/expint_i.html" title="Exponential Integral Ei">Exponential Integral Ei</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/expint/expint_n.html" title="Exponential Integral En">Exponential Integral En</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/inv_hyper/inv_hyper_over.html" title="Inverse Hyperbolic Functions Overview">Inverse Hyperbolic Functions Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/mbessel.html" title="Modified Bessel Functions of the First and Second Kinds">Modified Bessel Functions of the First and Second Kinds</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1_ref.html" title="TR1 C Functions Quick Reference">TR1 C Functions Quick Reference</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">Weibull Distribution</a></p></td></tr>
-</table></dd>
-<dt><span class="term">extreme_value</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/extreme_dist.html" title="Extreme Value Distribution">Extreme Value Distribution</a></p></td></tr></table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_20"></a><span class="term">F</span>
+<a name="idx_id_17"></a><span class="term">F</span>
 </dt>
 <dd><div class="variablelist"><dl>
-<dt><span class="term">fisher_f</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/f_eg.html" title="F Distribution Examples">F Distribution Examples</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/ad_hoc_dist_policies.html" title="Setting Policies for Distributions on an Ad Hoc Basis">Setting Policies for Distributions on an Ad Hoc Basis</a></p></td></tr>
-</table></dd>
 <dt><span class="term">float_t</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
@@ -206,225 +80,30 @@
 </table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_21"></a><span class="term">G</span>
-</dt>
-<dd><div class="variablelist"><dl>
-<dt><span class="term">gamma</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/intro.html" title="About the Math Toolkit">About the Math Toolkit</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">Additional Implementation Notes</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/bessel.html" title="Bessel Functions of the First and Second Kinds">Bessel Functions of the First and Second Kinds</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/beta_function.html" title="Beta">Beta</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/extern_c/c99.html" title="C99 C Functions">C99 C Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/ad_hoc_sf_policies.html" title="Changing the Policy on an Ad Hoc Basis for the Special Functions">Changing the Policy on an Ad Hoc Basis for the Special Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/concepts.html" title="Conceptual Requirements for Real Number Types">Conceptual Requirements for Real Number Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/status/credits.html" title="Credits and Acknowledgements">Credits and Acknowledgements</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/gamma_derivatives.html" title="Derivative of the Incomplete Gamma Function">Derivative of the Incomplete Gamma Function</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/digamma.html" title="Digamma">Digamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/directories.html" title="Directory and File Structure">Directory and File Structure</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/dist_construct_eg.html" title="Distribution Construction Example">Distribution Construction Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_double_factorial.html" title="Double Factorial">Double Factorial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_erf/error_function.html" title="Error Functions">Error Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/error_handling_policies.html" title="Error Handling Policies">Error Handling Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/tgamma.html" title="Gamma">expm1</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/tgamma.html" title="Gamma">factorial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_falling_factorial.html" title="Falling Factorial">Falling Factorial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/tgamma.html" title="Gamma">gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">Gamma (and Erlang) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions">Graphing, Profiling, and Generating Test Data for Special Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/history1.html" title="History and What's New">History and What's New</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_function.html" title="Incomplete Beta Functions">Incomplete Beta Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">Incomplete Gamma Function Inverses</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions">Incomplete Gamma Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/internal_promotion.html" title="Internal Promotion Policies">Internal Promotion Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/tgamma.html" title="Gamma">lanczos</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/tgamma.html" title="Gamma">Lanczos approximation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/tgamma.html" title="Gamma">lgamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/lgamma.html" title="Log Gamma">Log Gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/mbessel.html" title="Modified Bessel Functions of the First and Second Kinds">Modified Bessel Functions of the First and Second Kinds</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">Noncentral Chi-Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">Poisson Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/precision_pol.html" title="Precision Policies">Precision Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/gamma_ratios.html" title="Ratios of Gamma Functions">Ratios of Gamma Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/refs.html" title="References">References</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_rising_factorial.html" title="Rising Factorial">Rising Factorial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/namespace_pol.html" title="Setting Polices at Namespace Scope">Setting Polices at Namespace Scope</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/namespace_policies.html" title="Setting Policies at Namespace or Translation Unit Scope">Setting Policies at Namespace or Translation Unit Scope</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/tgamma.html" title="Gamma">tgamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/tgamma.html" title="Gamma">tgamma1pm1</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">The Incomplete Beta Function Inverses</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/lanczos.html" title="The Lanczos Approximation">The Lanczos Approximation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/use_mpfr.html" title="Using With MPFR / GMP - a High-Precision Floating-Point Library">Using With MPFR / GMP - a High-Precision Floating-Point Library</a></p></td></tr>
-</table></dd>
-</dl></div></dd>
-<dt>
-<a name="idx_id_22"></a><span class="term">H</span>
-</dt>
-<dd><div class="variablelist"><dl>
-<dt><span class="term">hypergeometric</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">Additional Implementation Notes</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/history1.html" title="History and What's New">History and What's New</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_t_dist.html" title="Noncentral T Distribution">Noncentral T Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1_ref.html" title="TR1 C Functions Quick Reference">TR1 C Functions Quick Reference</a></p></td></tr>
-</table></dd>
-</dl></div></dd>
-<dt>
-<a name="idx_id_23"></a><span class="term">I</span>
+<a name="idx_id_18"></a><span class="term">I</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">indeterminate_result_error_type</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">Policy Class Reference</a></p></td></tr></table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_24"></a><span class="term">L</span>
-</dt>
-<dd><div class="variablelist"><dl>
-<dt><span class="term">logistic</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">Additional Implementation Notes</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/status/credits.html" title="Credits and Acknowledgements">Credits and Acknowledgements</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/history1.html" title="History and What's New">History and What's New</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/logistic_dist.html" title="Logistic Distribution">Logistic Distribution</a></p></td></tr>
-</table></dd>
-<dt><span class="term">lognormal</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">Additional Implementation Notes</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dist_algorithms.html" title="Distribution Algorithms">Distribution Algorithms</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">Gamma (and Erlang) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/lognormal_dist.html" title="Log Normal Distribution">Log Normal Distribution</a></p></td></tr>
-</table></dd>
-</dl></div></dd>
-<dt>
-<a name="idx_id_25"></a><span class="term">M</span>
-</dt>
-<dd><div class="variablelist"><dl>
-<dt><span class="term">method</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/bessel.html" title="Bessel Functions of the First and Second Kinds">Bessel Functions of the First and Second Kinds</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binom_conf.html" title="Calculating Confidence Limits on the Frequency of Occurrence for a Binomial Distribution">Calculating Confidence Limits on the Frequency of Occurrence for a Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/changing_policy_defaults.html" title="Changing the Policy Defaults">Changing the Policy Defaults</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/ct_pow.html" title="Compile Time Power of a Runtime Base">Compile Time Power of a Runtime Base</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/pol_overview.html" title="Configuration and Policies">Configuration and Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/cf.html" title="Continued Fraction Evaluation">Continued Fraction Evaluation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/digamma.html" title="Digamma">Digamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/dist_params.html" title="Discrete Probability Distributions">Discrete Probability Distributions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/ellint/ellint_intro.html" title="Elliptic Integral Overview">Elliptic Integral Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/error_handling.html" title="Error Handling">Error Handling</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/error_handling_policies.html" title="Error Handling Policies">Error Handling Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/cs_eg/chi_sq_size.html" title="Estimating the Required Sample Sizes for a Chi-Square Test for the Standard Deviation">Estimating the Required Sample Sizes for a Chi-Square Test for the Standard Deviation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_mean_and_sd_eg.html" title="Find mean and standard deviation example">Find mean and standard deviation example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/history1.html" title="History and What's New">History and What's New</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_function.html" title="Incomplete Beta Functions">Incomplete Beta Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions">Incomplete Gamma Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_poly/legendre.html" title="Legendre (and Associated) Polynomials">Legendre (and Associated) Polynomials</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/log1p.html" title="log1p">log1p</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/minimax.html" title="Minimax Approximations and the Remez Algorithm">Minimax Approximations and the Remez Algorithm</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/mbessel.html" title="Modified Bessel Functions of the First and Second Kinds">Modified Bessel Functions of the First and Second Kinds</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">Noncentral Chi-Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_t_dist.html" title="Noncentral T Distribution">Noncentral T Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">Performance Tuning Macros</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">Poisson Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_overview.html" title="Policy Overview">Policy Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/rational.html" title="Polynomial and Rational Function Evaluation">Polynomial and Rational Function Evaluation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/roots.html" title="Root Finding With Derivatives">Root Finding With Derivatives</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/policy_usage.html" title="So How are Policies Used Anyway?">So How are Policies Used Anyway?</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/what_is_a_policy.html" title="So Just What is a Policy Anyway?">So Just What is a Policy Anyway?</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/normal_example/normal_misc.html" title="Some Miscellaneous Examples of the Normal (Gaussian) Distribution">Some Miscellaneous Examples of the Normal (Gaussian) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/st_eg/tut_mean_test.html" title='Testing a sample mean for difference from a "true" mean'>Testing a sample mean for difference from a "true" mean</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">The Incomplete Beta Function Inverses</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/lanczos.html" title="The Lanczos Approximation">The Lanczos Approximation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/remez.html" title="The Remez Method">The Remez Method</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/uniform_dist.html" title="Uniform Distribution">Uniform Distribution</a></p></td></tr>
-</table></dd>
-</dl></div></dd>
-<dt>
-<a name="idx_id_26"></a><span class="term">N</span>
+<a name="idx_id_19"></a><span class="term">N</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">negative_binomial</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/neg_binom_eg/neg_binom_conf.html" title="Calculating Confidence Limits on the Frequency of Occurrence for the Negative Binomial Distribution">Calculating Confidence Limits on the Frequency of Occurrence for the Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/discrete_quant_ref.html" title="Discrete Quantile Policies">Discrete Quantile Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/dist_construct_eg.html" title="Distribution Construction Example">Distribution Construction Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/neg_binom_eg/neg_binom_size_eg.html" title="Estimating Sample Sizes for the Negative Binomial.">Estimating Sample Sizes for the Negative Binomial.</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Meaning of the non-member accessors.</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/neg_binom_eg/negative_binomial_example1.html" title="Negative Binomial Sales Quota Example.">Negative Binomial Sales Quota Example.</a></p></td></tr>
-</table></dd>
-<dt><span class="term">non_central_beta</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_beta_dist.html" title="Noncentral Beta Distribution">Noncentral Beta Distribution</a></p></td></tr></table></dd>
-<dt><span class="term">non_central_chi_squared</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">Noncentral Chi-Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/nccs_eg/nccs_power_eg.html" title="Tables of the power function of the &#967;2 test.">Tables of the power function of the &#967; 2 test.</a></p></td></tr>
-</table></dd>
-<dt><span class="term">non_central_f</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_f_dist.html" title="Noncentral F Distribution">Noncentral F Distribution</a></p></td></tr></table></dd>
-<dt><span class="term">non_central_t</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_t_dist.html" title="Noncentral T Distribution">Noncentral T Distribution</a></p></td></tr></table></dd>
-<dt><span class="term">normal</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/perf/comparisons.html" title="Comparisons to Other Open Source Libraries">A Comparison to the R Statistical Library on Linux</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comparisons.html" title="Comparisons to Other Open Source Libraries">A Comparison to the R Statistical Library on Windows XP</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/intro.html" title="About the Math Toolkit">About the Math Toolkit</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">Additional Implementation Notes</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/st_eg/tut_mean_intervals.html" title="Calculating confidence intervals on the mean with the Students-t distribution">Calculating confidence intervals on the mean with the Students-t distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dist_algorithms.html" title="Distribution Algorithms">Distribution Algorithms</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/dist_construct_eg.html" title="Distribution Construction Example">Distribution Construction Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/error_handling_policies.html" title="Error Handling Policies">Error Handling Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_location_eg.html" title="Find Location (Mean) Example">Find Location (Mean) Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_mean_and_sd_eg.html" title="Find mean and standard deviation example">Find mean and standard deviation example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_scale_eg.html" title="Find Scale (Standard Deviation) Example">Find Scale (Standard Deviation) Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/fpclass.html" title="Floating-Point Classification: Infinities and NaN's">Floating-Point Classification: Infinities and NaN's</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">Incomplete Gamma Function Inverses</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/internal_promotion.html" title="Internal Promotion Policies">Internal Promotion Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/status/issues.html" title="Known Issues, and Todo List">Known Issues, and Todo List</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/nmp.html" title="Non-Member Properties">Non-Member Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">Noncentral Chi-Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_t_dist.html" title="Noncentral T Distribution">Noncentral T Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">Normal (Gaussian) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/precision_pol.html" title="Precision Policies">Precision Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">Rayleigh Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/namespace_policies.html" title="Setting Policies at Namespace or Translation Unit Scope">Setting Policies at Namespace or Translation Unit Scope</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/normal_example/normal_misc.html" title="Some Miscellaneous Examples of the Normal (Gaussian) Distribution">Some Miscellaneous Examples of the Normal (Gaussian) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">Students t Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">The Incomplete Beta Function Inverses</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">Triangular Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/policy_defaults.html" title="Using macros to Change the Policy Defaults">Using macros to Change the Policy Defaults</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">Weibull Distribution</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/dist_construct_eg.html" title="Distribution Construction Example">Distribution Construction Example</a></p></td></tr></table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_27"></a><span class="term">O</span>
+<a name="idx_id_20"></a><span class="term">O</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">overflow_error_type</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">Policy Class Reference</a></p></td></tr></table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_28"></a><span class="term">P</span>
+<a name="idx_id_21"></a><span class="term">P</span>
 </dt>
 <dd><div class="variablelist"><dl>
-<dt><span class="term">pareto</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/pareto.html" title="Pareto Distribution">Pareto Distribution</a></p></td></tr></table></dd>
-<dt><span class="term">poisson</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">Poisson Distribution</a></p></td></tr>
-</table></dd>
 <dt><span class="term">pole_error_type</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">Policy Class Reference</a></p></td></tr></table></dd>
 <dt><span class="term">policy_type</span></dt>
@@ -434,7 +113,6 @@
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/cauchy_dist.html" title="Cauchy-Lorentz Distribution">Cauchy-Lorentz Distribution</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/dist_concept.html" title="Conceptual Requirements for Distribution Types">Conceptual Requirements for Distribution Types</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/exp_dist.html" title="Exponential Distribution">Exponential Distribution</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">Gamma (and Erlang) Distribution</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/lognormal_dist.html" title="Log Normal Distribution">Log Normal Distribution</a></p></td></tr>
@@ -459,62 +137,21 @@
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">Policy Class Reference</a></p></td></tr></table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_29"></a><span class="term">R</span>
+<a name="idx_id_22"></a><span class="term">R</span>
 </dt>
 <dd><div class="variablelist"><dl>
-<dt><span class="term">rayleigh</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">Rayleigh Distribution</a></p></td></tr></table></dd>
 <dt><span class="term">rounding_error_type</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">Policy Class Reference</a></p></td></tr></table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_30"></a><span class="term">S</span>
-</dt>
-<dd><div class="variablelist"><dl>
-<dt><span class="term">students_t</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/st_eg/tut_mean_intervals.html" title="Calculating confidence intervals on the mean with the Students-t distribution">Calculating confidence intervals on the mean with the Students-t distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/changing_policy_defaults.html" title="Changing the Policy Defaults">Changing the Policy Defaults</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/st_eg/two_sample_students_t.html" title="Comparing the means of two samples with the Students-t test">Comparing the means of two samples with the Students-t test</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/error_eg.html" title="Error Handling Example">Error Handling Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/st_eg/tut_mean_size.html" title="Estimating how large a sample size would have to become in order to give a significant Students-t test result with a single sample test">Estimating how large a sample size would have to become in order to give a significant Students-t test result with a single sample test</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/namespaces.html" title="Namespaces">Namespaces</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">Students t Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/st_eg/tut_mean_test.html" title='Testing a sample mean for difference from a "true" mean'>Testing a sample mean for difference from a "true" mean</a></p></td></tr>
-</table></dd>
-</dl></div></dd>
-<dt>
-<a name="idx_id_31"></a><span class="term">T</span>
-</dt>
-<dd><div class="variablelist"><dl>
-<dt><span class="term">triangular</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">Additional Implementation Notes</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dist_algorithms.html" title="Distribution Algorithms">Distribution Algorithms</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">Triangular Distribution</a></p></td></tr>
-</table></dd>
-</dl></div></dd>
-<dt>
-<a name="idx_id_32"></a><span class="term">U</span>
+<a name="idx_id_23"></a><span class="term">U</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">underflow_error_type</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">Policy Class Reference</a></p></td></tr></table></dd>
-<dt><span class="term">uniform</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">Additional Implementation Notes</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions">Graphing, Profiling, and Generating Test Data for Special Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">Triangular Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/uniform_dist.html" title="Uniform Distribution">Uniform Distribution</a></p></td></tr>
-</table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_33"></a><span class="term">V</span>
+<a name="idx_id_24"></a><span class="term">V</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">value_type</span></dt>
@@ -524,11 +161,7 @@
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/cauchy_dist.html" title="Cauchy-Lorentz Distribution">Cauchy-Lorentz Distribution</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/archetypes.html" title="Conceptual Archetypes and Testing">Conceptual Archetypes and Testing</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/dist_concept.html" title="Conceptual Requirements for Distribution Types">Conceptual Requirements for Distribution Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dist_algorithms.html" title="Distribution Algorithms">Distribution Algorithms</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/exp_dist.html" title="Exponential Distribution">Exponential Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/future.html" title="Extras/Future Directions">Extras/Future Directions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/extreme_dist.html" title="Extreme Value Distribution">Extreme Value Distribution</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">F Distribution</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">Gamma (and Erlang) Distribution</a></p></td></tr>
@@ -543,25 +176,13 @@
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">Normal (Gaussian) Distribution</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/pareto.html" title="Pareto Distribution">Pareto Distribution</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">Poisson Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/polynomials.html" title="Polynomials">Polynomials</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">Rayleigh Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/error_test.html" title="Relative Error and Testing">Relative Error and Testing</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">Students t Distribution</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">Triangular Distribution</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/uniform_dist.html" title="Uniform Distribution">Uniform Distribution</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">Weibull Distribution</a></p></td></tr>
 </table></dd>
 </dl></div></dd>
-<dt>
-<a name="idx_id_34"></a><span class="term">W</span>
-</dt>
-<dd><div class="variablelist"><dl>
-<dt><span class="term">weibull</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">Weibull Distribution</a></p></td></tr>
-</table></dd>
-</dl></div></dd>
 </dl></div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/index/s12.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/index/s12.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/index/s12.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -24,49 +24,46 @@
 </div>
 <div class="section" lang="en">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id1032850"></a>Function Index</h2></div></div></div>
-<p><a class="link" href="s12.html#idx_id_35">A</a> <a class="link" href="s12.html#idx_id_36">B</a> <a class="link" href="s12.html#idx_id_37">C</a> <a class="link" href="s12.html#idx_id_38">D</a> <a class="link" href="s12.html#idx_id_39">E</a> <a class="link" href="s12.html#idx_id_40">F</a> <a class="link" href="s12.html#idx_id_41">G</a> <a class="link" href="s12.html#idx_id_42">H</a> <a class="link" href="s12.html#idx_id_43">I</a> <a class="link" href="s12.html#idx_id_44">K</a> <a class="link" href="s12.html#idx_id_45">L</a> <a class="link" href="s12.html#idx_id_46">M</a> <a class="link" href="s12.html#idx_id_47">N</a> <a class="link" href="s12.html#idx_id_48">P</a> <a class="link" href="s12.html#idx_id_49">Q</a> <a class="link" href="s12.html#idx_id_50">R</a> <a class="link" href="s12.html#idx_id_51">S</a> <a class="link" href="s12.html#idx_id_52">T</a> <a class="link" href="s12.html#idx_id_53">V</a> <a class="link" href="s12.html#idx_id_54">Z</a> </p>
+<a name="id1023687"></a>Function Index</h2></div></div></div>
+<p><a class="link" href="s12.html#idx_id_25">A</a> <a class="link" href="s12.html#idx_id_26">B</a> <a class="link" href="s12.html#idx_id_27">C</a> <a class="link" href="s12.html#idx_id_28">D</a> <a class="link" href="s12.html#idx_id_29">E</a> <a class="link" href="s12.html#idx_id_30">F</a> <a class="link" href="s12.html#idx_id_31">G</a> <a class="link" href="s12.html#idx_id_32">H</a> <a class="link" href="s12.html#idx_id_33">I</a> <a class="link" href="s12.html#idx_id_34">L</a> <a class="link" href="s12.html#idx_id_35">M</a> <a class="link" href="s12.html#idx_id_36">N</a> <a class="link" href="s12.html#idx_id_37">P</a> <a class="link" href="s12.html#idx_id_38">Q</a> <a class="link" href="s12.html#idx_id_39">R</a> <a class="link" href="s12.html#idx_id_40">S</a> <a class="link" href="s12.html#idx_id_41">T</a> <a class="link" href="s12.html#idx_id_42">Z</a> </p>
 <div class="variablelist"><dl>
 <dt>
-<a name="idx_id_35"></a><span class="term">A</span>
+<a name="idx_id_25"></a><span class="term">A</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">acosh</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/inv_hyper/acosh.html" title="acosh"><span class="bold"><strong>acosh</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../math_toolkit/special/inv_hyper/acosh.html" title="acosh">acosh</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/c99.html" title="C99 C Functions">C99 C Functions</a></p></td></tr>
 </table></dd>
 <dt><span class="term">asinh</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/inv_hyper/asinh.html" title="asinh"><span class="bold"><strong>asinh</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../math_toolkit/special/inv_hyper/asinh.html" title="asinh">asinh</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/c99.html" title="C99 C Functions">C99 C Functions</a></p></td></tr>
 </table></dd>
 <dt><span class="term">atanh</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/inv_hyper/atanh.html" title="atanh"><span class="bold"><strong>atanh</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../math_toolkit/special/inv_hyper/atanh.html" title="atanh">atanh</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/c99.html" title="C99 C Functions">C99 C Functions</a></p></td></tr>
 </table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_36"></a><span class="term">B</span>
+<a name="idx_id_26"></a><span class="term">B</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">betac</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_function.html" title="Incomplete Beta Functions"><span class="bold"><strong>Errors In the Function betac(a,b,x)</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_function.html" title="Incomplete Beta Functions">Incomplete Beta Functions</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_function.html" title="Incomplete Beta Functions">Incomplete Beta Functions</a></p></td></tr></table></dd>
 <dt><span class="term">binomial_coefficient</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_binomial.html" title="Binomial Coefficients">Binomial Coefficients</a></p></td></tr></table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_37"></a><span class="term">C</span>
+<a name="idx_id_27"></a><span class="term">C</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">cbrt</span></dt>
@@ -74,71 +71,9 @@
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/c99.html" title="C99 C Functions">C99 C Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/cbrt.html" title="cbrt"><span class="bold"><strong>cbrt</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/directories.html" title="Directory and File Structure">Directory and File Structure</a></p></td></tr>
+<tr><td><p><a class="link" href="../math_toolkit/special/powers/cbrt.html" title="cbrt">cbrt</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/roots.html" title="Root Finding With Derivatives">Root Finding With Derivatives</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/cbrt.html" title="cbrt">RR</a></p></td></tr>
 </table></dd>
-<dt><span class="term">cdf</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">Additional Implementation Notes</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/bernoulli_dist.html" title="Bernoulli Distribution">Bernoulli Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binomial_coinflip_example.html" title="Binomial Coin-Flipping Example">Binomial Coin-Flipping Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binomial_quiz_example.html" title="Binomial Quiz Example">Binomial Quiz Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/cauchy_dist.html" title="Cauchy-Lorentz Distribution">Cauchy-Lorentz Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/changing_policy_defaults.html" title="Changing the Policy Defaults">Changing the Policy Defaults</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/st_eg/two_sample_students_t.html" title="Comparing the means of two samples with the Students-t test">Comparing the means of two samples with the Students-t test</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/nag_library.html" title="Comparison with C, R, FORTRAN-style Free Functions">Comparison with C, R, FORTRAN-style Free Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/dist_concept.html" title="Conceptual Requirements for Distribution Types">Conceptual Requirements for Distribution Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/discrete_quant_ref.html" title="Discrete Quantile Policies">Discrete Quantile Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/error_eg.html" title="Error Handling Example">Error Handling Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/exp_dist.html" title="Exponential Distribution">Exponential Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/future.html" title="Extras/Future Directions">Extras/Future Directions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/extreme_dist.html" title="Extreme Value Distribution">Extreme Value Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_location_eg.html" title="Find Location (Mean) Example">Find Location (Mean) Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_mean_and_sd_eg.html" title="Find mean and standard deviation example">Find mean and standard deviation example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_scale_eg.html" title="Find Scale (Standard Deviation) Example">Find Scale (Standard Deviation) Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">Gamma (and Erlang) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/lognormal_dist.html" title="Log Normal Distribution">Log Normal Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/logistic_dist.html" title="Logistic Distribution">Logistic Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Meaning of the non-member accessors</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Meaning of the non-member accessors.</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/neg_binom_eg/negative_binomial_example1.html" title="Negative Binomial Sales Quota Example.">Negative Binomial Sales Quota Example.</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/neg_binom_eg/negative_binomial_example2.html" title="Negative Binomial Table Printing Example.">Negative Binomial Table Printing Example.</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/nmp.html" title="Non-Member Properties">Non-Member Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">Noncentral Chi-Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_f_dist.html" title="Noncentral F Distribution">Noncentral F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">Normal (Gaussian) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/pareto.html" title="Pareto Distribution">Pareto Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">Poisson Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">Rayleigh Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/normal_example/normal_misc.html" title="Some Miscellaneous Examples of the Normal (Gaussian) Distribution">Some Miscellaneous Examples of the Normal (Gaussian) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">Students t Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/nccs_eg/nccs_power_eg.html" title="Tables of the power function of the &#967;2 test.">Tables of the power function of the &#967; 2 test.</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/st_eg/tut_mean_test.html" title='Testing a sample mean for difference from a "true" mean'>Testing a sample mean for difference from a "true" mean</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">Triangular Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/understand_dis_quant.html" title="Understanding Quantiles of Discrete Distributions">Understanding Quantiles of Discrete Distributions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/uniform_dist.html" title="Uniform Distribution">Uniform Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">Weibull Distribution</a></p></td></tr>
-</table></dd>
-<dt><span class="term">checked_narrowing_cast</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/main_overview/error_handling.html" title="Error Handling">Error Handling</a></p></td></tr></table></dd>
-<dt><span class="term">check_triangular</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">Additional Implementation Notes</a></p></td></tr></table></dd>
-<dt><span class="term">chf</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/archetypes.html" title="Conceptual Archetypes and Testing">Conceptual Archetypes and Testing</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/dist_concept.html" title="Conceptual Requirements for Distribution Types">Conceptual Requirements for Distribution Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/nmp.html" title="Non-Member Properties">Non-Member Properties</a></p></td></tr>
-</table></dd>
-<dt><span class="term">coefficient_of_variation</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/using_udt/archetypes.html" title="Conceptual Archetypes and Testing">Conceptual Archetypes and Testing</a></p></td></tr></table></dd>
 <dt><span class="term">comp_ellint_2</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
@@ -151,74 +86,44 @@
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1_ref.html" title="TR1 C Functions Quick Reference">TR1 C Functions Quick Reference</a></p></td></tr>
 </table></dd>
-<dt><span class="term">continued_fraction_a</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/cf.html" title="Continued Fraction Evaluation">Continued Fraction Evaluation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions">Graphing, Profiling, and Generating Test Data for Special Functions</a></p></td></tr>
-</table></dd>
-<dt><span class="term">continued_fraction_b</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/cf.html" title="Continued Fraction Evaluation">Continued Fraction Evaluation</a></p></td></tr></table></dd>
 <dt><span class="term">cyl_bessel_i</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/bessel_over.html" title="Bessel Function Overview">Bessel Function Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/mbessel.html" title="Modified Bessel Functions of the First and Second Kinds"><span class="bold"><strong>Errors Rates in cyl_bessel_i</strong></span></a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/bessel/mbessel.html" title="Modified Bessel Functions of the First and Second Kinds">Modified Bessel Functions of the First and Second Kinds</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">Noncentral Chi-Squared Distribution</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1_ref.html" title="TR1 C Functions Quick Reference">TR1 C Functions Quick Reference</a></p></td></tr>
 </table></dd>
 <dt><span class="term">cyl_bessel_j</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/bessel_over.html" title="Bessel Function Overview">Bessel Function Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/bessel/bessel.html" title="Bessel Functions of the First and Second Kinds">Bessel Functions of the First and Second Kinds</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/result_type.html" title="Calculation of the Type of the Result">Calculation of the Type of the Result</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/bessel.html" title="Bessel Functions of the First and Second Kinds"><span class="bold"><strong>Errors Rates in cyl_bessel_j</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/mbessel.html" title="Modified Bessel Functions of the First and Second Kinds">Modified Bessel Functions of the First and Second Kinds</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/sph_bessel.html" title="Spherical Bessel Functions of the First and Second Kinds">Spherical Bessel Functions of the First and Second Kinds</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1_ref.html" title="TR1 C Functions Quick Reference">TR1 C Functions Quick Reference</a></p></td></tr>
 </table></dd>
 <dt><span class="term">cyl_bessel_k</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/bessel_over.html" title="Bessel Function Overview">Bessel Function Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/mbessel.html" title="Modified Bessel Functions of the First and Second Kinds"><span class="bold"><strong>Errors Rates in cyl_bessel_k</strong></span></a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/bessel/mbessel.html" title="Modified Bessel Functions of the First and Second Kinds">Modified Bessel Functions of the First and Second Kinds</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1_ref.html" title="TR1 C Functions Quick Reference">TR1 C Functions Quick Reference</a></p></td></tr>
 </table></dd>
 <dt><span class="term">cyl_neumann</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/bessel_over.html" title="Bessel Function Overview">Bessel Function Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/bessel/bessel.html" title="Bessel Functions of the First and Second Kinds">Bessel Functions of the First and Second Kinds</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/bessel.html" title="Bessel Functions of the First and Second Kinds"><span class="bold"><strong>Errors Rates in cyl_neumann</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/mbessel.html" title="Modified Bessel Functions of the First and Second Kinds">Modified Bessel Functions of the First and Second Kinds</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/sph_bessel.html" title="Spherical Bessel Functions of the First and Second Kinds">Spherical Bessel Functions of the First and Second Kinds</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1_ref.html" title="TR1 C Functions Quick Reference">TR1 C Functions Quick Reference</a></p></td></tr>
 </table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_38"></a><span class="term">D</span>
+<a name="idx_id_28"></a><span class="term">D</span>
 </dt>
 <dd><div class="variablelist"><dl>
-<dt><span class="term">digamma</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/intro.html" title="About the Math Toolkit">About the Math Toolkit</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/digamma.html" title="Digamma">digamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/digamma.html" title="Digamma">gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/history1.html" title="History and What's New">History and What's New</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/digamma.html" title="Digamma">Lanczos approximation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/digamma.html" title="Digamma">method</a></p></td></tr>
-</table></dd>
 <dt><span class="term">double_factorial</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_double_factorial.html" title="Double Factorial">Double Factorial</a></p></td></tr></table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_39"></a><span class="term">E</span>
+<a name="idx_id_29"></a><span class="term">E</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">ellint_1</span></dt>
@@ -240,61 +145,26 @@
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/ellint/ellint_3.html" title="Elliptic Integrals of the Third Kind - Legendre Form">Elliptic Integrals of the Third Kind - Legendre Form</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/status/issues.html" title="Known Issues, and Todo List">Known Issues, and Todo List</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1_ref.html" title="TR1 C Functions Quick Reference">TR1 C Functions Quick Reference</a></p></td></tr>
 </table></dd>
-<dt><span class="term">ellint_rc</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/ellint/ellint_carlson.html" title="Elliptic Integrals - Carlson Form">Elliptic Integrals - Carlson Form</a></p></td></tr></table></dd>
-<dt><span class="term">ellint_rd</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/ellint/ellint_carlson.html" title="Elliptic Integrals - Carlson Form">Elliptic Integrals - Carlson Form</a></p></td></tr></table></dd>
-<dt><span class="term">ellint_rf</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/ellint/ellint_carlson.html" title="Elliptic Integrals - Carlson Form">Elliptic Integrals - Carlson Form</a></p></td></tr></table></dd>
-<dt><span class="term">ellint_rj</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/ellint/ellint_carlson.html" title="Elliptic Integrals - Carlson Form">Elliptic Integrals - Carlson Form</a></p></td></tr></table></dd>
 <dt><span class="term">erf</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/intro.html" title="About the Math Toolkit">About the Math Toolkit</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/c99.html" title="C99 C Functions">C99 C Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/user_def_err_pol.html" title="Calling User Defined Error Handlers">Calling User Defined Error Handlers</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/concepts.html" title="Conceptual Requirements for Real Number Types">Conceptual Requirements for Real Number Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/status/credits.html" title="Credits and Acknowledgements">Credits and Acknowledgements</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/directories.html" title="Directory and File Structure">Directory and File Structure</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_erf/error_inv.html" title="Error Function Inverses">Error Function Inverses</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_erf/error_function.html" title="Error Functions">Error Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_erf/error_function.html" title="Error Functions"><span class="bold"><strong>Errors In the Function erf(z)</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/history1.html" title="History and What's New">History and What's New</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">Performance Comparison of Release and Debug Settings</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comp_compilers.html" title="Comparing Compilers">Performance Comparison of Various Windows Compilers</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">Performance Comparison with and Without Internal Promotion to long double</a></p></td></tr>
 </table></dd>
 <dt><span class="term">erfc</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/c99.html" title="C99 C Functions">C99 C Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_erf/error_inv.html" title="Error Function Inverses">Error Function Inverses</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_erf/error_function.html" title="Error Functions">Error Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_erf/error_function.html" title="Error Functions"><span class="bold"><strong>Errors In the Function erfc(z)</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/history1.html" title="History and What's New">History and What's New</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions">Incomplete Gamma Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">Normal (Gaussian) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/remez.html" title="The Remez Method">The Remez Method</a></p></td></tr>
 </table></dd>
 <dt><span class="term">erfc_inv</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_erf/error_inv.html" title="Error Function Inverses">Error Function Inverses</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">Normal (Gaussian) Distribution</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_erf/error_inv.html" title="Error Function Inverses">Error Function Inverses</a></p></td></tr></table></dd>
 <dt><span class="term">erf_inv</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/user_def_err_pol.html" title="Calling User Defined Error Handlers">Calling User Defined Error Handlers</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_erf/error_inv.html" title="Error Function Inverses">Error Function Inverses</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">Performance Comparison of Release and Debug Settings</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comp_compilers.html" title="Comparing Compilers">Performance Comparison of Various Windows Compilers</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">Performance Comparison with and Without Internal Promotion to long double</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_erf/error_inv.html" title="Error Function Inverses">Error Function Inverses</a></p></td></tr></table></dd>
 <dt><span class="term">evaluate_even_polynomial</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/rational.html" title="Polynomial and Rational Function Evaluation">Polynomial and Rational Function Evaluation</a></p></td></tr></table></dd>
 <dt><span class="term">evaluate_odd_polynomial</span></dt>
@@ -302,16 +172,11 @@
 <dt><span class="term">evaluate_polynomial</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/rational.html" title="Polynomial and Rational Function Evaluation">Polynomial and Rational Function Evaluation</a></p></td></tr></table></dd>
 <dt><span class="term">evaluate_rational</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">Performance Tuning Macros</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/rational.html" title="Polynomial and Rational Function Evaluation">Polynomial and Rational Function Evaluation</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/rational.html" title="Polynomial and Rational Function Evaluation">Polynomial and Rational Function Evaluation</a></p></td></tr></table></dd>
 <dt><span class="term">expint</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/expint/expint_n.html" title="Exponential Integral En"><span class="bold"><strong>Errors In the Function expint(n, z)</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/expint/expint_i.html" title="Exponential Integral Ei"><span class="bold"><strong>Errors In the Function expint(z)</strong></span></a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/expint/expint_i.html" title="Exponential Integral Ei">Exponential Integral Ei</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/expint/expint_n.html" title="Exponential Integral En">Exponential Integral En</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1_ref.html" title="TR1 C Functions Quick Reference">TR1 C Functions Quick Reference</a></p></td></tr>
@@ -321,189 +186,67 @@
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/c99.html" title="C99 C Functions">C99 C Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/expm1.html" title="expm1"><span class="bold"><strong>expm1</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/exp_dist.html" title="Exponential Distribution">Exponential Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/extreme_dist.html" title="Extreme Value Distribution">Extreme Value Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/tgamma.html" title="Gamma">Gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/pareto.html" title="Pareto Distribution">Pareto Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/powm1.html" title="powm1">powm1</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">Rayleigh Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/expm1.html" title="expm1">RR</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/sqrt1pm1.html" title="sqrt1pm1">sqrt1pm1</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">Weibull Distribution</a></p></td></tr>
+<tr><td><p><a class="link" href="../math_toolkit/special/powers/expm1.html" title="expm1">expm1</a></p></td></tr>
 </table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_40"></a><span class="term">F</span>
+<a name="idx_id_30"></a><span class="term">F</span>
 </dt>
 <dd><div class="variablelist"><dl>
-<dt><span class="term">factorial</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/intro.html" title="About the Math Toolkit">About the Math Toolkit</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/status/credits.html" title="Credits and Acknowledgements">Credits and Acknowledgements</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_double_factorial.html" title="Double Factorial">Double Factorial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_factorial.html" title="Factorial">factorial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_falling_factorial.html" title="Falling Factorial">Falling Factorial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/tgamma.html" title="Gamma">Gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/history1.html" title="History and What's New">History and What's New</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/inv_hyper/inv_hyper_over.html" title="Inverse Hyperbolic Functions Overview">Inverse Hyperbolic Functions Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_factorial.html" title="Factorial">max_factorial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/gamma_ratios.html" title="Ratios of Gamma Functions">Ratios of Gamma Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_rising_factorial.html" title="Rising Factorial">Rising Factorial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_factorial.html" title="Factorial">tgamma</a></p></td></tr>
-</table></dd>
 <dt><span class="term">falling_factorial</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_falling_factorial.html" title="Falling Factorial">Falling Factorial</a></p></td></tr></table></dd>
 <dt><span class="term">find_degrees_of_freedom</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/st_eg/tut_mean_size.html" title="Estimating how large a sample size would have to become in order to give a significant Students-t test result with a single sample test">Estimating how large a sample size would have to become in order to give a significant Students-t test result with a single sample test</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/cs_eg/chi_sq_size.html" title="Estimating the Required Sample Sizes for a Chi-Square Test for the Standard Deviation">Estimating the Required Sample Sizes for a Chi-Square Test for the Standard Deviation</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">Noncentral Chi-Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">Students t Distribution</a></p></td></tr>
 </table></dd>
-<dt><span class="term">find_location</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dist_algorithms.html" title="Distribution Algorithms">Distribution Algorithms</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_location_eg.html" title="Find Location (Mean) Example">Find Location (Mean) Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_mean_and_sd_eg.html" title="Find mean and standard deviation example">Find mean and standard deviation example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">Normal (Gaussian) Distribution</a></p></td></tr>
-</table></dd>
 <dt><span class="term">find_lower_bound_on_p</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binom_conf.html" title="Calculating Confidence Limits on the Frequency of Occurrence for a Binomial Distribution">Calculating Confidence Limits on the Frequency of Occurrence for a Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/neg_binom_eg/neg_binom_conf.html" title="Calculating Confidence Limits on the Frequency of Occurrence for the Negative Binomial Distribution">Calculating Confidence Limits on the Frequency of Occurrence for the Negative Binomial Distribution</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
 </table></dd>
 <dt><span class="term">find_non_centrality</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">Noncentral Chi-Squared Distribution</a></p></td></tr></table></dd>
-<dt><span class="term">find_scale</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dist_algorithms.html" title="Distribution Algorithms">Distribution Algorithms</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_location_eg.html" title="Find Location (Mean) Example">Find Location (Mean) Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_mean_and_sd_eg.html" title="Find mean and standard deviation example">Find mean and standard deviation example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_scale_eg.html" title="Find Scale (Standard Deviation) Example">Find Scale (Standard Deviation) Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">Normal (Gaussian) Distribution</a></p></td></tr>
-</table></dd>
 <dt><span class="term">find_upper_bound_on_p</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binom_conf.html" title="Calculating Confidence Limits on the Frequency of Occurrence for a Binomial Distribution">Calculating Confidence Limits on the Frequency of Occurrence for a Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/neg_binom_eg/neg_binom_conf.html" title="Calculating Confidence Limits on the Frequency of Occurrence for the Negative Binomial Distribution">Calculating Confidence Limits on the Frequency of Occurrence for the Negative Binomial Distribution</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
 </table></dd>
 <dt><span class="term">float_advance</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/next_float/float_advance.html" title="Advancing a Floating Point Value by a Specific Representation Distance (ULP) float_advance"><span class="bold"><strong>Advancing a Floating Point Value by a Specific Representation Distance (ULP) float_advance</strong></span></a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/next_float/float_advance.html" title="Advancing a Floating Point Value by a Specific Representation Distance (ULP) float_advance">Advancing a Floating Point Value by a Specific Representation Distance (ULP) float_advance</a></p></td></tr></table></dd>
 <dt><span class="term">float_distance</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/next_float/float_advance.html" title="Advancing a Floating Point Value by a Specific Representation Distance (ULP) float_advance">Advancing a Floating Point Value by a Specific Representation Distance (ULP) float_advance</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/next_float/float_distance.html" title="Calculating the Representation Distance Between Two Floating Point Values (ULP) float_distance"><span class="bold"><strong>Calculating the Representation Distance Between Two Floating Point Values (ULP) float_distance</strong></span></a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/next_float/float_distance.html" title="Calculating the Representation Distance Between Two Floating Point Values (ULP) float_distance">Calculating the Representation Distance Between Two Floating Point Values (ULP) float_distance</a></p></td></tr></table></dd>
 <dt><span class="term">float_next</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/next_float/float_distance.html" title="Calculating the Representation Distance Between Two Floating Point Values (ULP) float_distance">Calculating the Representation Distance Between Two Floating Point Values (ULP) float_distance</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/next_float/float_next.html" title="Finding the Next Greater Representable Value (float_next)"><span class="bold"><strong>Finding the Next Greater Representable Value (float_next)</strong></span></a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/next_float/float_next.html" title="Finding the Next Greater Representable Value (float_next)">Finding the Next Greater Representable Value (float_next)</a></p></td></tr></table></dd>
 <dt><span class="term">float_prior</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/next_float/float_distance.html" title="Calculating the Representation Distance Between Two Floating Point Values (ULP) float_distance">Calculating the Representation Distance Between Two Floating Point Values (ULP) float_distance</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/next_float/float_prior.html" title="Finding the Next Smaller Representable Value (float_prior)"><span class="bold"><strong>Finding the Next Smaller Representable Value (float_prior)</strong></span></a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/next_float/float_prior.html" title="Finding the Next Smaller Representable Value (float_prior)">Finding the Next Smaller Representable Value (float_prior)</a></p></td></tr></table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_41"></a><span class="term">G</span>
+<a name="idx_id_31"></a><span class="term">G</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">gamma_p</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comparisons.html" title="Comparisons to Other Open Source Libraries">Comparisons to Other Open Source Libraries</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/gamma_derivatives.html" title="Derivative of the Incomplete Gamma Function">Derivative of the Incomplete Gamma Function</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions"><span class="bold"><strong>Errors In the Function gamma_p(a,z)</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">Gamma (and Erlang) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">Incomplete Gamma Function Inverses</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions">Incomplete Gamma Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">Performance Comparison of Release and Debug Settings</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comp_compilers.html" title="Comparing Compilers">Performance Comparison of Various Windows Compilers</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">Performance Comparison with and Without Internal Promotion to long double</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">Poisson Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/lanczos.html" title="The Lanczos Approximation">The Lanczos Approximation</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions">Incomplete Gamma Functions</a></p></td></tr></table></dd>
 <dt><span class="term">gamma_p_derivative</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/gamma_derivatives.html" title="Derivative of the Incomplete Gamma Function">Derivative of the Incomplete Gamma Function</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">Gamma (and Erlang) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">Noncentral Chi-Squared Distribution</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/gamma_derivatives.html" title="Derivative of the Incomplete Gamma Function">Derivative of the Incomplete Gamma Function</a></p></td></tr></table></dd>
 <dt><span class="term">gamma_p_inv</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comparisons.html" title="Comparisons to Other Open Source Libraries">Comparisons to Other Open Source Libraries</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">Gamma (and Erlang) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">Incomplete Gamma Function Inverses</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">Performance Comparison of Release and Debug Settings</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comp_compilers.html" title="Comparing Compilers">Performance Comparison of Various Windows Compilers</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">Performance Comparison with and Without Internal Promotion to long double</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">Incomplete Gamma Function Inverses</a></p></td></tr></table></dd>
 <dt><span class="term">gamma_p_inva</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">Incomplete Gamma Function Inverses</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">Performance Comparison of Release and Debug Settings</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comp_compilers.html" title="Comparing Compilers">Performance Comparison of Various Windows Compilers</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">Performance Comparison with and Without Internal Promotion to long double</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">Poisson Distribution</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">Incomplete Gamma Function Inverses</a></p></td></tr></table></dd>
 <dt><span class="term">gamma_q</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comparisons.html" title="Comparisons to Other Open Source Libraries">Comparisons to Other Open Source Libraries</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/gamma_derivatives.html" title="Derivative of the Incomplete Gamma Function">Derivative of the Incomplete Gamma Function</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions"><span class="bold"><strong>Errors In the Function gamma_q(a,z)</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">Gamma (and Erlang) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">Incomplete Gamma Function Inverses</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions">Incomplete Gamma Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">Performance Comparison of Release and Debug Settings</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comp_compilers.html" title="Comparing Compilers">Performance Comparison of Various Windows Compilers</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">Performance Comparison with and Without Internal Promotion to long double</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">Poisson Distribution</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions">Incomplete Gamma Functions</a></p></td></tr></table></dd>
 <dt><span class="term">gamma_q_inv</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comparisons.html" title="Comparisons to Other Open Source Libraries">Comparisons to Other Open Source Libraries</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">Gamma (and Erlang) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">Incomplete Gamma Function Inverses</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">Performance Comparison of Release and Debug Settings</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comp_compilers.html" title="Comparing Compilers">Performance Comparison of Various Windows Compilers</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">Performance Comparison with and Without Internal Promotion to long double</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">Incomplete Gamma Function Inverses</a></p></td></tr></table></dd>
 <dt><span class="term">gamma_q_inva</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">Incomplete Gamma Function Inverses</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">Performance Comparison of Release and Debug Settings</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comp_compilers.html" title="Comparing Compilers">Performance Comparison of Various Windows Compilers</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">Performance Comparison with and Without Internal Promotion to long double</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">Poisson Distribution</a></p></td></tr>
-</table></dd>
-<dt><span class="term">get_user_parameter_info</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions">Graphing, Profiling, and Generating Test Data for Special Functions</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">Incomplete Gamma Function Inverses</a></p></td></tr></table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_42"></a><span class="term">H</span>
+<a name="idx_id_32"></a><span class="term">H</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">halley_iterate</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/roots.html" title="Root Finding With Derivatives">Root Finding With Derivatives</a></p></td></tr></table></dd>
-<dt><span class="term">hazard</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">Additional Implementation Notes</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/archetypes.html" title="Conceptual Archetypes and Testing">Conceptual Archetypes and Testing</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/dist_concept.html" title="Conceptual Requirements for Distribution Types">Conceptual Requirements for Distribution Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/nmp.html" title="Non-Member Properties">Non-Member Properties</a></p></td></tr>
-</table></dd>
 <dt><span class="term">hermite</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
@@ -518,191 +261,34 @@
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/c99.html" title="C99 C Functions">C99 C Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/hypot.html" title="hypot"><span class="bold"><strong>hypot</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../math_toolkit/special/powers/hypot.html" title="hypot">hypot</a></p></td></tr>
 </table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_43"></a><span class="term">I</span>
+<a name="idx_id_33"></a><span class="term">I</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">ibeta</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comparisons.html" title="Comparisons to Other Open Source Libraries">Comparisons to Other Open Source Libraries</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/beta_derivative.html" title="Derivative of the Incomplete Beta Function">Derivative of the Incomplete Beta Function</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_function.html" title="Incomplete Beta Functions"><span class="bold"><strong>Errors In the Function ibeta(a,b,x)</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_function.html" title="Incomplete Beta Functions">Incomplete Beta Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">Performance Comparison of Release and Debug Settings</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comp_compilers.html" title="Comparing Compilers">Performance Comparison of Various Windows Compilers</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">Performance Comparison with and Without Internal Promotion to long double</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">Students t Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">The Incomplete Beta Function Inverses</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_function.html" title="Incomplete Beta Functions">Incomplete Beta Functions</a></p></td></tr></table></dd>
 <dt><span class="term">ibetac</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comparisons.html" title="Comparisons to Other Open Source Libraries">Comparisons to Other Open Source Libraries</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_function.html" title="Incomplete Beta Functions"><span class="bold"><strong>Errors In the Function ibetac(a,b,x)</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_function.html" title="Incomplete Beta Functions">Incomplete Beta Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">Performance Comparison of Release and Debug Settings</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comp_compilers.html" title="Comparing Compilers">Performance Comparison of Various Windows Compilers</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">Performance Comparison with and Without Internal Promotion to long double</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">Students t Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">The Incomplete Beta Function Inverses</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_function.html" title="Incomplete Beta Functions">Incomplete Beta Functions</a></p></td></tr></table></dd>
 <dt><span class="term">ibetac_inv</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comparisons.html" title="Comparisons to Other Open Source Libraries">Comparisons to Other Open Source Libraries</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">Performance Comparison of Release and Debug Settings</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comp_compilers.html" title="Comparing Compilers">Performance Comparison of Various Windows Compilers</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">Performance Comparison with and Without Internal Promotion to long double</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">The Incomplete Beta Function Inverses</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">The Incomplete Beta Function Inverses</a></p></td></tr></table></dd>
 <dt><span class="term">ibetac_inva</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">Performance Comparison of Release and Debug Settings</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comp_compilers.html" title="Comparing Compilers">Performance Comparison of Various Windows Compilers</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">Performance Comparison with and Without Internal Promotion to long double</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">The Incomplete Beta Function Inverses</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">The Incomplete Beta Function Inverses</a></p></td></tr></table></dd>
 <dt><span class="term">ibetac_invb</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">Performance Comparison of Release and Debug Settings</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comp_compilers.html" title="Comparing Compilers">Performance Comparison of Various Windows Compilers</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">Performance Comparison with and Without Internal Promotion to long double</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">The Incomplete Beta Function Inverses</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">The Incomplete Beta Function Inverses</a></p></td></tr></table></dd>
 <dt><span class="term">ibeta_derivative</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/beta_derivative.html" title="Derivative of the Incomplete Beta Function">Derivative of the Incomplete Beta Function</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/beta_derivative.html" title="Derivative of the Incomplete Beta Function">Derivative of the Incomplete Beta Function</a></p></td></tr></table></dd>
 <dt><span class="term">ibeta_inv</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comparisons.html" title="Comparisons to Other Open Source Libraries">Comparisons to Other Open Source Libraries</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">Performance Comparison of Release and Debug Settings</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comp_compilers.html" title="Comparing Compilers">Performance Comparison of Various Windows Compilers</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">Performance Comparison with and Without Internal Promotion to long double</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">Students t Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">The Incomplete Beta Function Inverses</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">The Incomplete Beta Function Inverses</a></p></td></tr></table></dd>
 <dt><span class="term">ibeta_inva</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">Performance Comparison of Release and Debug Settings</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comp_compilers.html" title="Comparing Compilers">Performance Comparison of Various Windows Compilers</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">Performance Comparison with and Without Internal Promotion to long double</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">The Incomplete Beta Function Inverses</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">The Incomplete Beta Function Inverses</a></p></td></tr></table></dd>
 <dt><span class="term">ibeta_invb</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">Performance Comparison of Release and Debug Settings</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comp_compilers.html" title="Comparing Compilers">Performance Comparison of Various Windows Compilers</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">Performance Comparison with and Without Internal Promotion to long double</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">The Incomplete Beta Function Inverses</a></p></td></tr>
-</table></dd>
-<dt><span class="term">iround</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/concepts.html" title="Conceptual Requirements for Real Number Types">Conceptual Requirements for Real Number Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/rounding/round.html" title="Rounding Functions">Rounding Functions</a></p></td></tr>
-</table></dd>
-<dt><span class="term">itrunc</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/concepts.html" title="Conceptual Requirements for Real Number Types">Conceptual Requirements for Real Number Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/rounding/trunc.html" title="Truncation Functions">Truncation Functions</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">The Incomplete Beta Function Inverses</a></p></td></tr></table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_44"></a><span class="term">K</span>
-</dt>
-<dd><div class="variablelist"><dl>
-<dt><span class="term">kahan_sum_series</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/series_evaluation.html" title="Series Evaluation">Series Evaluation</a></p></td></tr></table></dd>
-<dt><span class="term">kurtosis</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">Additional Implementation Notes</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/bernoulli_dist.html" title="Bernoulli Distribution">Bernoulli Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/cauchy_dist.html" title="Cauchy-Lorentz Distribution">Cauchy-Lorentz Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/dist_concept.html" title="Conceptual Requirements for Distribution Types">Conceptual Requirements for Distribution Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/exp_dist.html" title="Exponential Distribution">Exponential Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/extreme_dist.html" title="Extreme Value Distribution">Extreme Value Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">Gamma (and Erlang) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/lognormal_dist.html" title="Log Normal Distribution">Log Normal Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/logistic_dist.html" title="Logistic Distribution">Logistic Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/nmp.html" title="Non-Member Properties">Non-Member Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_beta_dist.html" title="Noncentral Beta Distribution">Noncentral Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">Noncentral Chi-Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_f_dist.html" title="Noncentral F Distribution">Noncentral F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_t_dist.html" title="Noncentral T Distribution">Noncentral T Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">Normal (Gaussian) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/pareto.html" title="Pareto Distribution">Pareto Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">Poisson Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">Rayleigh Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">Students t Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">Triangular Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/uniform_dist.html" title="Uniform Distribution">Uniform Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">Weibull Distribution</a></p></td></tr>
-</table></dd>
-<dt><span class="term">kurtosis_excess</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/bernoulli_dist.html" title="Bernoulli Distribution">Bernoulli Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/cauchy_dist.html" title="Cauchy-Lorentz Distribution">Cauchy-Lorentz Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/dist_concept.html" title="Conceptual Requirements for Distribution Types">Conceptual Requirements for Distribution Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/exp_dist.html" title="Exponential Distribution">Exponential Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/extreme_dist.html" title="Extreme Value Distribution">Extreme Value Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">Gamma (and Erlang) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/lognormal_dist.html" title="Log Normal Distribution">Log Normal Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/logistic_dist.html" title="Logistic Distribution">Logistic Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/nmp.html" title="Non-Member Properties">Non-Member Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_beta_dist.html" title="Noncentral Beta Distribution">Noncentral Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">Noncentral Chi-Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_f_dist.html" title="Noncentral F Distribution">Noncentral F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_t_dist.html" title="Noncentral T Distribution">Noncentral T Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">Normal (Gaussian) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/pareto.html" title="Pareto Distribution">Pareto Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">Poisson Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">Rayleigh Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">Students t Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">Triangular Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/uniform_dist.html" title="Uniform Distribution">Uniform Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">Weibull Distribution</a></p></td></tr>
-</table></dd>
-</dl></div></dd>
-<dt>
-<a name="idx_id_45"></a><span class="term">L</span>
+<a name="idx_id_34"></a><span class="term">L</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">laguerre</span></dt>
@@ -714,18 +300,10 @@
 </table></dd>
 <dt><span class="term">laguerre_next</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_poly/laguerre.html" title="Laguerre (and Associated) Polynomials">Laguerre (and Associated) Polynomials</a></p></td></tr></table></dd>
-<dt><span class="term">ldexp</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/concepts.html" title="Conceptual Requirements for Real Number Types">Conceptual Requirements for Real Number Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/roots.html" title="Root Finding With Derivatives">Root Finding With Derivatives</a></p></td></tr>
-</table></dd>
 <dt><span class="term">legendre_next</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_poly/legendre.html" title="Legendre (and Associated) Polynomials">Legendre (and Associated) Polynomials</a></p></td></tr></table></dd>
 <dt><span class="term">legendre_p</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_poly/legendre.html" title="Legendre (and Associated) Polynomials">Legendre (and Associated) Polynomials</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1_ref.html" title="TR1 C Functions Quick Reference">TR1 C Functions Quick Reference</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_poly/legendre.html" title="Legendre (and Associated) Polynomials">Legendre (and Associated) Polynomials</a></p></td></tr></table></dd>
 <dt><span class="term">legendre_q</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_poly/legendre.html" title="Legendre (and Associated) Polynomials">Legendre (and Associated) Polynomials</a></p></td></tr></table></dd>
 <dt><span class="term">lgamma</span></dt>
@@ -733,29 +311,14 @@
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/c99.html" title="C99 C Functions">C99 C Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comparisons.html" title="Comparisons to Other Open Source Libraries">Comparisons to Other Open Source Libraries</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/directories.html" title="Directory and File Structure">Directory and File Structure</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/tgamma.html" title="Gamma">Gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions">Graphing, Profiling, and Generating Test Data for Special Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/history1.html" title="History and What's New">History and What's New</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/lgamma.html" title="Log Gamma">Log Gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/error_test.html" title="Relative Error and Testing">Relative Error and Testing</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/namespace_pol.html" title="Setting Polices at Namespace Scope">Setting Polices at Namespace Scope</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/lanczos.html" title="The Lanczos Approximation">The Lanczos Approximation</a></p></td></tr>
 </table></dd>
 <dt><span class="term">llround</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/c99.html" title="C99 C Functions">C99 C Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/concepts.html" title="Conceptual Requirements for Real Number Types">Conceptual Requirements for Real Number Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/rounding/round.html" title="Rounding Functions">Rounding Functions</a></p></td></tr>
-</table></dd>
-<dt><span class="term">lltrunc</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/concepts.html" title="Conceptual Requirements for Real Number Types">Conceptual Requirements for Real Number Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/rounding/trunc.html" title="Truncation Functions">Truncation Functions</a></p></td></tr>
 </table></dd>
 <dt><span class="term">log1p</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
@@ -763,167 +326,27 @@
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/c99.html" title="C99 C Functions">C99 C Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/exp_dist.html" title="Exponential Distribution">Exponential Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/extreme_dist.html" title="Extreme Value Distribution">Extreme Value Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/status/issues.html" title="Known Issues, and Todo List">Known Issues, and Todo List</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/lgamma.html" title="Log Gamma">Log Gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/log1p.html" title="log1p"><span class="bold"><strong>log1p</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/log1p.html" title="log1p">method</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">Rayleigh Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/log1p.html" title="log1p">RR</a></p></td></tr>
+<tr><td><p><a class="link" href="../math_toolkit/special/powers/log1p.html" title="log1p">log1p</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/series_evaluation.html" title="Series Evaluation">Series Evaluation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/sqrt1pm1.html" title="sqrt1pm1">sqrt1pm1</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">Weibull Distribution</a></p></td></tr>
 </table></dd>
 <dt><span class="term">lround</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/c99.html" title="C99 C Functions">C99 C Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/concepts.html" title="Conceptual Requirements for Real Number Types">Conceptual Requirements for Real Number Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/rounding/round.html" title="Rounding Functions">Rounding Functions</a></p></td></tr>
-</table></dd>
-<dt><span class="term">ltrunc</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/concepts.html" title="Conceptual Requirements for Real Number Types">Conceptual Requirements for Real Number Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/rounding/trunc.html" title="Truncation Functions">Truncation Functions</a></p></td></tr>
 </table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_46"></a><span class="term">M</span>
+<a name="idx_id_35"></a><span class="term">M</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">make_policy</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/ad_hoc_sf_policies.html" title="Changing the Policy on an Ad Hoc Basis for the Special Functions">Changing the Policy on an Ad Hoc Basis for the Special Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/error_handling_policies.html" title="Error Handling Policies">Error Handling Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/internal_promotion.html" title="Internal Promotion Policies">Internal Promotion Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">Policy Class Reference</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/precision_pol.html" title="Precision Policies">Precision Policies</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">Policy Class Reference</a></p></td></tr></table></dd>
 <dt><span class="term">mean</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">Additional Implementation Notes</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/bernoulli_dist.html" title="Bernoulli Distribution">Bernoulli Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binomial_coinflip_example.html" title="Binomial Coin-Flipping Example">Binomial Coin-Flipping Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binomial_quiz_example.html" title="Binomial Quiz Example">Binomial Quiz Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/st_eg/tut_mean_intervals.html" title="Calculating confidence intervals on the mean with the Students-t distribution"><span class="bold"><strong>Calculating confidence intervals on the mean with the Students-t distribution</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/cauchy_dist.html" title="Cauchy-Lorentz Distribution">Cauchy-Lorentz Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/changing_policy_defaults.html" title="Changing the Policy Defaults">Changing the Policy Defaults</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/st_eg/two_sample_students_t.html" title="Comparing the means of two samples with the Students-t test">Comparing the means of two samples with the Students-t test</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/st_eg/paired_st.html" title="Comparing two paired samples with the Student's t distribution">Comparing two paired samples with the Student's t distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/dist_concept.html" title="Conceptual Requirements for Distribution Types">Conceptual Requirements for Distribution Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dist_algorithms.html" title="Distribution Algorithms">Distribution Algorithms</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/dist_construct_eg.html" title="Distribution Construction Example">Distribution Construction Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/st_eg/tut_mean_size.html" title="Estimating how large a sample size would have to become in order to give a significant Students-t test result with a single sample test">Estimating how large a sample size would have to become in order to give a significant Students-t test result with a single sample test</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/exp_dist.html" title="Exponential Distribution">Exponential Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/future.html" title="Extras/Future Directions">Extras/Future Directions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/extreme_dist.html" title="Extreme Value Distribution">Extreme Value Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_location_eg.html" title="Find Location (Mean) Example">Find Location (Mean) Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_mean_and_sd_eg.html" title="Find mean and standard deviation example"><span class="bold"><strong>Find mean and standard deviation example</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_scale_eg.html" title="Find Scale (Standard Deviation) Example">Find Scale (Standard Deviation) Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/fpclass.html" title="Floating-Point Classification: Infinities and NaN's">Floating-Point Classification: Infinities and NaN's</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">Gamma (and Erlang) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_function.html" title="Incomplete Beta Functions">Incomplete Beta Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions">Incomplete Gamma Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/lognormal_dist.html" title="Log Normal Distribution">Log Normal Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/logistic_dist.html" title="Logistic Distribution">Logistic Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/assert_undefined.html" title="Mathematically Undefined Function Policies">Mathematically Undefined Function Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/nmp.html" title="Non-Member Properties">Non-Member Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_beta_dist.html" title="Noncentral Beta Distribution">Noncentral Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">Noncentral Chi-Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_f_dist.html" title="Noncentral F Distribution">Noncentral F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_t_dist.html" title="Noncentral T Distribution">Noncentral T Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">Normal (Gaussian) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/pareto.html" title="Pareto Distribution">Pareto Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">Poisson Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">Rayleigh Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/error_test.html" title="Relative Error and Testing">Relative Error and Testing</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/namespace_pol.html" title="Setting Polices at Namespace Scope">Setting Polices at Namespace Scope</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/what_is_a_policy.html" title="So Just What is a Policy Anyway?">So Just What is a Policy Anyway?</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/normal_example/normal_misc.html" title="Some Miscellaneous Examples of the Normal (Gaussian) Distribution">Some Miscellaneous Examples of the Normal (Gaussian) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">Students t Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/st_eg/tut_mean_test.html" title='Testing a sample mean for difference from a "true" mean'><span class="bold"><strong>Testing a sample mean for difference from a "true" mean</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/remez.html" title="The Remez Method">The Remez Method</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">Triangular Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/uniform_dist.html" title="Uniform Distribution">Uniform Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">Weibull Distribution</a></p></td></tr>
-</table></dd>
-<dt><span class="term">median</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">Additional Implementation Notes</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/bernoulli_dist.html" title="Bernoulli Distribution">Bernoulli Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/cauchy_dist.html" title="Cauchy-Lorentz Distribution">Cauchy-Lorentz Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/cs_eg/chi_sq_intervals.html" title="Confidence Intervals on the Standard Deviation">Confidence Intervals on the Standard Deviation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/exp_dist.html" title="Exponential Distribution">Exponential Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/extreme_dist.html" title="Extreme Value Distribution">Extreme Value Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">Gamma (and Erlang) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/lognormal_dist.html" title="Log Normal Distribution">Log Normal Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/logistic_dist.html" title="Logistic Distribution">Logistic Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/nmp.html" title="Non-Member Properties">Non-Member Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_beta_dist.html" title="Noncentral Beta Distribution">Noncentral Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">Noncentral Chi-Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_f_dist.html" title="Noncentral F Distribution">Noncentral F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_t_dist.html" title="Noncentral T Distribution">Noncentral T Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">Normal (Gaussian) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/pareto.html" title="Pareto Distribution">Pareto Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">Poisson Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">Rayleigh Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">Students t Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">Triangular Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/uniform_dist.html" title="Uniform Distribution">Uniform Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">Weibull Distribution</a></p></td></tr>
-</table></dd>
-<dt><span class="term">mode</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">Additional Implementation Notes</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/bernoulli_dist.html" title="Bernoulli Distribution">Bernoulli Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binomial_coinflip_example.html" title="Binomial Coin-Flipping Example">Binomial Coin-Flipping Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binomial_quiz_example.html" title="Binomial Quiz Example">Binomial Quiz Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/cauchy_dist.html" title="Cauchy-Lorentz Distribution">Cauchy-Lorentz Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comparisons.html" title="Comparisons to Other Open Source Libraries">Comparisons to Other Open Source Libraries</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/dist_concept.html" title="Conceptual Requirements for Distribution Types">Conceptual Requirements for Distribution Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/exp_dist.html" title="Exponential Distribution">Exponential Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/extreme_dist.html" title="Extreme Value Distribution">Extreme Value Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">Gamma (and Erlang) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">Getting the Best Performance from this Library</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/lognormal_dist.html" title="Log Normal Distribution">Log Normal Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/logistic_dist.html" title="Logistic Distribution">Logistic Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/nmp.html" title="Non-Member Properties">Non-Member Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_beta_dist.html" title="Noncentral Beta Distribution">Noncentral Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">Noncentral Chi-Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_f_dist.html" title="Noncentral F Distribution">Noncentral F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_t_dist.html" title="Noncentral T Distribution">Noncentral T Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">Normal (Gaussian) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/pareto.html" title="Pareto Distribution">Pareto Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">Poisson Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">Rayleigh Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">Students t Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">Triangular Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/uniform_dist.html" title="Uniform Distribution">Uniform Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">Weibull Distribution</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_location_eg.html" title="Find Location (Mean) Example">Find Location (Mean) Example</a></p></td></tr></table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_47"></a><span class="term">N</span>
+<a name="idx_id_36"></a><span class="term">N</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">newton_raphson_iterate</span></dt>
@@ -933,283 +356,73 @@
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/c99.html" title="C99 C Functions">C99 C Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/next_float/float_next.html" title="Finding the Next Greater Representable Value (float_next)">Finding the Next Greater Representable Value (float_next)</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/next_float/nextafter.html" title="Finding the Next Representable Value in a Specific Direction (nextafter)"><span class="bold"><strong>Finding the Next Representable Value in a Specific Direction (nextafter)</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/next_float/float_prior.html" title="Finding the Next Smaller Representable Value (float_prior)">Finding the Next Smaller Representable Value (float_prior)</a></p></td></tr>
+<tr><td><p><a class="link" href="../math_toolkit/special/next_float/nextafter.html" title="Finding the Next Representable Value in a Specific Direction (nextafter)">Finding the Next Representable Value in a Specific Direction (nextafter)</a></p></td></tr>
 </table></dd>
 <dt><span class="term">norm</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/nmp.html" title="Non-Member Properties">Non-Member Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/namespace_policies.html" title="Setting Policies at Namespace or Translation Unit Scope">Setting Policies at Namespace or Translation Unit Scope</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/namespace_policies.html" title="Setting Policies at Namespace or Translation Unit Scope">Setting Policies at Namespace or Translation Unit Scope</a></p></td></tr></table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_48"></a><span class="term">P</span>
+<a name="idx_id_37"></a><span class="term">P</span>
 </dt>
 <dd><div class="variablelist"><dl>
-<dt><span class="term">pdf</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">Additional Implementation Notes</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/bernoulli_dist.html" title="Bernoulli Distribution">Bernoulli Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binomial_coinflip_example.html" title="Binomial Coin-Flipping Example">Binomial Coin-Flipping Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binomial_quiz_example.html" title="Binomial Quiz Example">Binomial Quiz Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/cauchy_dist.html" title="Cauchy-Lorentz Distribution">Cauchy-Lorentz Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/nag_library.html" title="Comparison with C, R, FORTRAN-style Free Functions">Comparison with C, R, FORTRAN-style Free Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/archetypes.html" title="Conceptual Archetypes and Testing">Conceptual Archetypes and Testing</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/dist_concept.html" title="Conceptual Requirements for Distribution Types">Conceptual Requirements for Distribution Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/status/credits.html" title="Credits and Acknowledgements">Credits and Acknowledgements</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/directories.html" title="Directory and File Structure">Directory and File Structure</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/exp_dist.html" title="Exponential Distribution">Exponential Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/extreme_dist.html" title="Extreme Value Distribution">Extreme Value Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">Gamma (and Erlang) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/lognormal_dist.html" title="Log Normal Distribution">Log Normal Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/logistic_dist.html" title="Logistic Distribution">Logistic Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Meaning of the non-member accessors</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Meaning of the non-member accessors.</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/neg_binom_eg/negative_binomial_example1.html" title="Negative Binomial Sales Quota Example.">Negative Binomial Sales Quota Example.</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/neg_binom_eg/negative_binomial_example2.html" title="Negative Binomial Table Printing Example.">Negative Binomial Table Printing Example.</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/nmp.html" title="Non-Member Properties">Non-Member Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_f_dist.html" title="Noncentral F Distribution">Noncentral F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">Normal (Gaussian) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/pareto.html" title="Pareto Distribution">Pareto Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">Poisson Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/variates.html" title="Random Variates and Distribution Parameters">Random Variates and Distribution Parameters</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">Rayleigh Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/refs.html" title="References">References</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/normal_example/normal_misc.html" title="Some Miscellaneous Examples of the Normal (Gaussian) Distribution">Some Miscellaneous Examples of the Normal (Gaussian) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">Students t Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">Triangular Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/uniform_dist.html" title="Uniform Distribution">Uniform Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">Weibull Distribution</a></p></td></tr>
-</table></dd>
 <dt><span class="term">powm1</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/powm1.html" title="powm1">expm1</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions">Incomplete Gamma Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/powm1.html" title="powm1"><span class="bold"><strong>powm1</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/powm1.html" title="powm1">RR</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/powers/powm1.html" title="powm1">powm1</a></p></td></tr></table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_49"></a><span class="term">Q</span>
+<a name="idx_id_38"></a><span class="term">Q</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">quantile</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">Additional Implementation Notes</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/bernoulli_dist.html" title="Bernoulli Distribution">Bernoulli Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binomial_quiz_example.html" title="Binomial Quiz Example">Binomial Quiz Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/st_eg/tut_mean_intervals.html" title="Calculating confidence intervals on the mean with the Students-t distribution">Calculating confidence intervals on the mean with the Students-t distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/cauchy_dist.html" title="Cauchy-Lorentz Distribution">Cauchy-Lorentz Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/cs_eg/chi_sq_test.html" title="Chi-Square Test for the Standard Deviation">Chi-Square Test for the Standard Deviation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/dist_concept.html" title="Conceptual Requirements for Distribution Types">Conceptual Requirements for Distribution Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/cs_eg/chi_sq_intervals.html" title="Confidence Intervals on the Standard Deviation">Confidence Intervals on the Standard Deviation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/dist_params.html" title="Discrete Probability Distributions">Discrete Probability Distributions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/discrete_quant_ref.html" title="Discrete Quantile Policies">Discrete Quantile Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/error_handling_policies.html" title="Error Handling Policies">Error Handling Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/exp_dist.html" title="Exponential Distribution">Exponential Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/extreme_dist.html" title="Extreme Value Distribution">Extreme Value Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/f_eg.html" title="F Distribution Examples">F Distribution Examples</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_mean_and_sd_eg.html" title="Find mean and standard deviation example">Find mean and standard deviation example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">Gamma (and Erlang) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/internal_promotion.html" title="Internal Promotion Policies">Internal Promotion Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/lognormal_dist.html" title="Log Normal Distribution">Log Normal Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/logistic_dist.html" title="Logistic Distribution">Logistic Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Meaning of the non-member accessors</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Meaning of the non-member accessors.</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/neg_binom_eg/negative_binomial_example1.html" title="Negative Binomial Sales Quota Example.">Negative Binomial Sales Quota Example.</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/nmp.html" title="Non-Member Properties">Non-Member Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_beta_dist.html" title="Noncentral Beta Distribution">Noncentral Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">Noncentral Chi-Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_f_dist.html" title="Noncentral F Distribution">Noncentral F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_t_dist.html" title="Noncentral T Distribution">Noncentral T Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">Normal (Gaussian) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/pareto.html" title="Pareto Distribution">Pareto Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">Poisson Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/policy_tut_defaults.html" title="Policies Have Sensible Defaults">Policies Have Sensible Defaults</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/precision_pol.html" title="Precision Policies">Precision Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">Rayleigh Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/namespace_policies.html" title="Setting Policies at Namespace or Translation Unit Scope">Setting Policies at Namespace or Translation Unit Scope</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/ad_hoc_dist_policies.html" title="Setting Policies for Distributions on an Ad Hoc Basis">Setting Policies for Distributions on an Ad Hoc Basis</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/what_is_a_policy.html" title="So Just What is a Policy Anyway?">So Just What is a Policy Anyway?</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/normal_example/normal_misc.html" title="Some Miscellaneous Examples of the Normal (Gaussian) Distribution">Some Miscellaneous Examples of the Normal (Gaussian) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">Students t Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/nccs_eg/nccs_power_eg.html" title="Tables of the power function of the &#967;2 test.">Tables of the power function of the &#967; 2 test.</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">Triangular Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/understand_dis_quant.html" title="Understanding Quantiles of Discrete Distributions">Understanding Quantiles of Discrete Distributions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/uniform_dist.html" title="Uniform Distribution">Uniform Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">Weibull Distribution</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/neg_binom_eg/negative_binomial_example1.html" title="Negative Binomial Sales Quota Example.">Negative Binomial Sales Quota Example.</a></p></td></tr></table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_50"></a><span class="term">R</span>
+<a name="idx_id_39"></a><span class="term">R</span>
 </dt>
 <dd><div class="variablelist"><dl>
-<dt><span class="term">raise_denorm_error</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/main_overview/error_handling.html" title="Error Handling">Error Handling</a></p></td></tr></table></dd>
-<dt><span class="term">raise_domain_error</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/main_overview/error_handling.html" title="Error Handling">Error Handling</a></p></td></tr></table></dd>
-<dt><span class="term">raise_evaluation_error</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/main_overview/error_handling.html" title="Error Handling">Error Handling</a></p></td></tr></table></dd>
-<dt><span class="term">raise_overflow_error</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/main_overview/error_handling.html" title="Error Handling">Error Handling</a></p></td></tr></table></dd>
-<dt><span class="term">raise_pole_error</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/main_overview/error_handling.html" title="Error Handling">Error Handling</a></p></td></tr></table></dd>
-<dt><span class="term">raise_rounding_error</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/main_overview/error_handling.html" title="Error Handling">Error Handling</a></p></td></tr></table></dd>
-<dt><span class="term">raise_underflow_error</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/main_overview/error_handling.html" title="Error Handling">Error Handling</a></p></td></tr></table></dd>
-<dt><span class="term">real_cast</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions">Graphing, Profiling, and Generating Test Data for Special Functions</a></p></td></tr></table></dd>
 <dt><span class="term">relative_error</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions">Graphing, Profiling, and Generating Test Data for Special Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/error_test.html" title="Relative Error and Testing">Relative Error and Testing</a></p></td></tr>
-</table></dd>
-<dt><span class="term">rescale</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/minimax.html" title="Minimax Approximations and the Remez Algorithm">Minimax Approximations and the Remez Algorithm</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/remez.html" title="The Remez Method">The Remez Method</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/error_test.html" title="Relative Error and Testing">Relative Error and Testing</a></p></td></tr></table></dd>
 <dt><span class="term">rising_factorial</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_rising_factorial.html" title="Rising Factorial">Rising Factorial</a></p></td></tr></table></dd>
-<dt><span class="term">rotate</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/minimax.html" title="Minimax Approximations and the Remez Algorithm">Minimax Approximations and the Remez Algorithm</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/remez.html" title="The Remez Method">The Remez Method</a></p></td></tr>
-</table></dd>
 <dt><span class="term">round</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">Additional Implementation Notes</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/c99.html" title="C99 C Functions">C99 C Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/concepts.html" title="Conceptual Requirements for Real Number Types">Conceptual Requirements for Real Number Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/discrete_quant_ref.html" title="Discrete Quantile Policies">Discrete Quantile Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_erf/error_inv.html" title="Error Function Inverses">Error Function Inverses</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_erf/error_function.html" title="Error Functions">Error Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/error_handling.html" title="Error Handling">Error Handling</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/error_handling_policies.html" title="Error Handling Policies">Error Handling Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_scale_eg.html" title="Find Scale (Standard Deviation) Example">Find Scale (Standard Deviation) Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">Incomplete Gamma Function Inverses</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/roots2.html" title="Root Finding Without Derivatives">Root Finding Without Derivatives</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/rounding/round.html" title="Rounding Functions">Rounding Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">The Incomplete Beta Function Inverses</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/remez.html" title="The Remez Method">The Remez Method</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/rounding/trunc.html" title="Truncation Functions">Truncation Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/understand_dis_quant.html" title="Understanding Quantiles of Discrete Distributions">Understanding Quantiles of Discrete Distributions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/policy_defaults.html" title="Using macros to Change the Policy Defaults">Using macros to Change the Policy Defaults</a></p></td></tr>
 </table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_51"></a><span class="term">S</span>
+<a name="idx_id_40"></a><span class="term">S</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">schroeder_iterate</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/roots.html" title="Root Finding With Derivatives">Root Finding With Derivatives</a></p></td></tr></table></dd>
-<dt><span class="term">SetOutputPrecision</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions">Graphing, Profiling, and Generating Test Data for Special Functions</a></p></td></tr></table></dd>
-<dt><span class="term">SetPrecision</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions">Graphing, Profiling, and Generating Test Data for Special Functions</a></p></td></tr></table></dd>
 <dt><span class="term">sinc_pi</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/sinc/sinc_pi.html" title="sinc_pi"><span class="bold"><strong>sinc_pi</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sinc/sinc_overview.html" title="Sinus Cardinal and Hyperbolic Sinus Cardinal Functions Overview">Sinus Cardinal and Hyperbolic Sinus Cardinal Functions Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/sph_bessel.html" title="Spherical Bessel Functions of the First and Second Kinds">Spherical Bessel Functions of the First and Second Kinds</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sinc/sinc_pi.html" title="sinc_pi">sinc_pi</a></p></td></tr></table></dd>
 <dt><span class="term">sinhc_pi</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/sinc/sinhc_pi.html" title="sinhc_pi"><span class="bold"><strong>sinhc_pi</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sinc/sinc_overview.html" title="Sinus Cardinal and Hyperbolic Sinus Cardinal Functions Overview">Sinus Cardinal and Hyperbolic Sinus Cardinal Functions Overview</a></p></td></tr>
-</table></dd>
-<dt><span class="term">skewness</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/bernoulli_dist.html" title="Bernoulli Distribution">Bernoulli Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binomial_coinflip_example.html" title="Binomial Coin-Flipping Example">Binomial Coin-Flipping Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binomial_quiz_example.html" title="Binomial Quiz Example">Binomial Quiz Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/cauchy_dist.html" title="Cauchy-Lorentz Distribution">Cauchy-Lorentz Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/dist_concept.html" title="Conceptual Requirements for Distribution Types">Conceptual Requirements for Distribution Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/exp_dist.html" title="Exponential Distribution">Exponential Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/extreme_dist.html" title="Extreme Value Distribution">Extreme Value Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">Gamma (and Erlang) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/lognormal_dist.html" title="Log Normal Distribution">Log Normal Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/logistic_dist.html" title="Logistic Distribution">Logistic Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/nmp.html" title="Non-Member Properties">Non-Member Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_beta_dist.html" title="Noncentral Beta Distribution">Noncentral Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">Noncentral Chi-Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_f_dist.html" title="Noncentral F Distribution">Noncentral F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_t_dist.html" title="Noncentral T Distribution">Noncentral T Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">Normal (Gaussian) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/pareto.html" title="Pareto Distribution">Pareto Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">Poisson Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">Rayleigh Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">Students t Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">Triangular Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/uniform_dist.html" title="Uniform Distribution">Uniform Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">Weibull Distribution</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sinc/sinhc_pi.html" title="sinhc_pi">sinhc_pi</a></p></td></tr></table></dd>
 <dt><span class="term">spherical_harmonic_i</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_poly/sph_harm.html" title="Spherical Harmonics">Spherical Harmonics</a></p></td></tr></table></dd>
 <dt><span class="term">spherical_harmonic_r</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_poly/sph_harm.html" title="Spherical Harmonics">Spherical Harmonics</a></p></td></tr></table></dd>
 <dt><span class="term">sph_bessel</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/bessel_over.html" title="Bessel Function Overview">Bessel Function Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/result_type.html" title="Calculation of the Type of the Result">Calculation of the Type of the Result</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/bessel/sph_bessel.html" title="Spherical Bessel Functions of the First and Second Kinds">Spherical Bessel Functions of the First and Second Kinds</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1_ref.html" title="TR1 C Functions Quick Reference">TR1 C Functions Quick Reference</a></p></td></tr>
 </table></dd>
 <dt><span class="term">sph_neumann</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/bessel_over.html" title="Bessel Function Overview">Bessel Function Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/bessel/sph_bessel.html" title="Spherical Bessel Functions of the First and Second Kinds">Spherical Bessel Functions of the First and Second Kinds</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1_ref.html" title="TR1 C Functions Quick Reference">TR1 C Functions Quick Reference</a></p></td></tr>
 </table></dd>
 <dt><span class="term">sqrt1pm1</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/sqrt1pm1.html" title="sqrt1pm1">expm1</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/sqrt1pm1.html" title="sqrt1pm1">log1p</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/sqrt1pm1.html" title="sqrt1pm1">RR</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/sqrt1pm1.html" title="sqrt1pm1"><span class="bold"><strong>sqrt1pm1</strong></span></a></p></td></tr>
-</table></dd>
-<dt><span class="term">standard_deviation</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binomial_coinflip_example.html" title="Binomial Coin-Flipping Example">Binomial Coin-Flipping Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binomial_quiz_example.html" title="Binomial Quiz Example">Binomial Quiz Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/dist_concept.html" title="Conceptual Requirements for Distribution Types">Conceptual Requirements for Distribution Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_location_eg.html" title="Find Location (Mean) Example">Find Location (Mean) Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_mean_and_sd_eg.html" title="Find mean and standard deviation example">Find mean and standard deviation example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_scale_eg.html" title="Find Scale (Standard Deviation) Example">Find Scale (Standard Deviation) Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/nmp.html" title="Non-Member Properties">Non-Member Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">Normal (Gaussian) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/normal_example/normal_misc.html" title="Some Miscellaneous Examples of the Normal (Gaussian) Distribution">Some Miscellaneous Examples of the Normal (Gaussian) Distribution</a></p></td></tr>
-</table></dd>
-<dt><span class="term">sum_series</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/series_evaluation.html" title="Series Evaluation">Series Evaluation</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/powers/sqrt1pm1.html" title="sqrt1pm1">sqrt1pm1</a></p></td></tr></table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_52"></a><span class="term">T</span>
+<a name="idx_id_41"></a><span class="term">T</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">tgamma</span></dt>
@@ -1219,107 +432,32 @@
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/c99.html" title="C99 C Functions">C99 C Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/user_def_err_pol.html" title="Calling User Defined Error Handlers">Calling User Defined Error Handlers</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/ad_hoc_sf_policies.html" title="Changing the Policy on an Ad Hoc Basis for the Special Functions">Changing the Policy on an Ad Hoc Basis for the Special Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comparisons.html" title="Comparisons to Other Open Source Libraries">Comparisons to Other Open Source Libraries</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/directories.html" title="Directory and File Structure">Directory and File Structure</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/error_handling.html" title="Error Handling">Error Handling</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/error_handling_policies.html" title="Error Handling Policies">Error Handling Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions"><span class="bold"><strong>Errors In the Function tgamma(a,z)</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_factorial.html" title="Factorial">Factorial</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/tgamma.html" title="Gamma">Gamma</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions">Incomplete Gamma Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/internal_promotion.html" title="Internal Promotion Policies">Internal Promotion Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/status/issues.html" title="Known Issues, and Todo List">Known Issues, and Todo List</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/lgamma.html" title="Log Gamma">Log Gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/precision_pol.html" title="Precision Policies">Precision Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/error_test.html" title="Relative Error and Testing">Relative Error and Testing</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/namespace_pol.html" title="Setting Polices at Namespace Scope">Setting Polices at Namespace Scope</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/namespace_policies.html" title="Setting Policies at Namespace or Translation Unit Scope">Setting Policies at Namespace or Translation Unit Scope</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/use_mpfr.html" title="Using With MPFR / GMP - a High-Precision Floating-Point Library">Using With MPFR / GMP - a High-Precision Floating-Point Library</a></p></td></tr>
 </table></dd>
 <dt><span class="term">tgamma1pm1</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/tgamma.html" title="Gamma">Gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions">Incomplete Gamma Functions</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/tgamma.html" title="Gamma">Gamma</a></p></td></tr></table></dd>
 <dt><span class="term">tgamma_delta_ratio</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/gamma_ratios.html" title="Ratios of Gamma Functions"><span class="bold"><strong>Errors In the Function tgamma_delta_ratio(a, delta)</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_falling_factorial.html" title="Falling Factorial">Falling Factorial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/gamma_ratios.html" title="Ratios of Gamma Functions">Ratios of Gamma Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_rising_factorial.html" title="Rising Factorial">Rising Factorial</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/gamma_ratios.html" title="Ratios of Gamma Functions">Ratios of Gamma Functions</a></p></td></tr></table></dd>
 <dt><span class="term">tgamma_lower</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions"><span class="bold"><strong>Errors In the Function tgamma_lower(a,z)</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions">Incomplete Gamma Functions</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions">Incomplete Gamma Functions</a></p></td></tr></table></dd>
 <dt><span class="term">tgamma_ratio</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/gamma_ratios.html" title="Ratios of Gamma Functions"><span class="bold"><strong>Errors In the Function tgamma_ratio(a, b)</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/gamma_ratios.html" title="Ratios of Gamma Functions">Ratios of Gamma Functions</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/gamma_ratios.html" title="Ratios of Gamma Functions">Ratios of Gamma Functions</a></p></td></tr></table></dd>
 <dt><span class="term">trunc</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/c99.html" title="C99 C Functions">C99 C Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/concepts.html" title="Conceptual Requirements for Real Number Types">Conceptual Requirements for Real Number Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/error_handling.html" title="Error Handling">Error Handling</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/error_handling_policies.html" title="Error Handling Policies">Error Handling Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/rounding/trunc.html" title="Truncation Functions">Truncation Functions</a></p></td></tr>
-</table></dd>
-</dl></div></dd>
-<dt>
-<a name="idx_id_53"></a><span class="term">V</span>
-</dt>
-<dd><div class="variablelist"><dl>
-<dt><span class="term">variance</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/bernoulli_dist.html" title="Bernoulli Distribution">Bernoulli Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/cauchy_dist.html" title="Cauchy-Lorentz Distribution">Cauchy-Lorentz Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/st_eg/two_sample_students_t.html" title="Comparing the means of two samples with the Students-t test">Comparing the means of two samples with the Students-t test</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/dist_concept.html" title="Conceptual Requirements for Distribution Types">Conceptual Requirements for Distribution Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/cs_eg/chi_sq_size.html" title="Estimating the Required Sample Sizes for a Chi-Square Test for the Standard Deviation">Estimating the Required Sample Sizes for a Chi-Square Test for the Standard Deviation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/exp_dist.html" title="Exponential Distribution">Exponential Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/extreme_dist.html" title="Extreme Value Distribution">Extreme Value Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">Gamma (and Erlang) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/lognormal_dist.html" title="Log Normal Distribution">Log Normal Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/logistic_dist.html" title="Logistic Distribution">Logistic Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/nmp.html" title="Non-Member Properties">Non-Member Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_beta_dist.html" title="Noncentral Beta Distribution">Noncentral Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">Noncentral Chi-Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_f_dist.html" title="Noncentral F Distribution">Noncentral F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_t_dist.html" title="Noncentral T Distribution">Noncentral T Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">Normal (Gaussian) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/pareto.html" title="Pareto Distribution">Pareto Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">Poisson Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">Rayleigh Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/error_test.html" title="Relative Error and Testing">Relative Error and Testing</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">Students t Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">Triangular Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/uniform_dist.html" title="Uniform Distribution">Uniform Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">Weibull Distribution</a></p></td></tr>
 </table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_54"></a><span class="term">Z</span>
+<a name="idx_id_42"></a><span class="term">Z</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">zeta</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/zetas/zeta.html" title="Riemann Zeta Function"><span class="bold"><strong>Errors In the Function zeta(z)</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/expint/expint_i.html" title="Exponential Integral Ei">Exponential Integral Ei</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/extreme_dist.html" title="Extreme Value Distribution">Extreme Value Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/zetas/zeta.html" title="Riemann Zeta Function">Riemann Zeta Function</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1_ref.html" title="TR1 C Functions Quick Reference">TR1 C Functions Quick Reference</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/zetas/zeta.html" title="Riemann Zeta Function">Riemann Zeta Function</a></p></td></tr></table></dd>
 </dl></div></dd>
 </dl></div>
 </div>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/index/s13.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/index/s13.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/index/s13.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -24,11 +24,11 @@
 </div>
 <div class="section" lang="en">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id1045199"></a>Macro Index</h2></div></div></div>
-<p><a class="link" href="s13.html#idx_id_55">B</a> <a class="link" href="s13.html#idx_id_56">F</a> </p>
+<a name="id1026227"></a>Macro Index</h2></div></div></div>
+<p><a class="link" href="s13.html#idx_id_43">B</a> <a class="link" href="s13.html#idx_id_44">F</a> </p>
 <div class="variablelist"><dl>
 <dt>
-<a name="idx_id_55"></a><span class="term">B</span>
+<a name="idx_id_43"></a><span class="term">B</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">BOOST_DEFINE_MATH_CONSTANT</span></dt>
@@ -87,7 +87,10 @@
 <tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/policy_defaults.html" title="Using macros to Change the Policy Defaults">Using macros to Change the Policy Defaults</a></p></td></tr>
 </table></dd>
 <dt><span class="term">BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/main_overview/compilers_overview.html" title="Compilers">Supported/Tested Compilers</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list">
+<tr><td><p><a class="link" href="../math_toolkit/main_overview/compilers_overview.html" title="Compilers">Compilers</a></p></td></tr>
+<tr><td><p><a class="link" href="../math_toolkit/main_overview/compilers_overview.html" title="Compilers">Supported/Tested Compilers</a></p></td></tr>
+</table></dd>
 <dt><span class="term">BOOST_MATH_OVERFLOW_ERROR_POLICY</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/changing_policy_defaults.html" title="Changing the Policy Defaults">Changing the Policy Defaults</a></p></td></tr>
@@ -115,7 +118,7 @@
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/policy_defaults.html" title="Using macros to Change the Policy Defaults">Using macros to Change the Policy Defaults</a></p></td></tr></table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_56"></a><span class="term">F</span>
+<a name="idx_id_44"></a><span class="term">F</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">FP_INFINITE</span></dt>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/index/s14.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/index/s14.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/index/s14.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -23,38 +23,25 @@
 </div>
 <div class="section" lang="en">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id1045721"></a>Index</h2></div></div></div>
-<p><a class="link" href="s14.html#idx_id_57">A</a> <a class="link" href="s14.html#idx_id_58">B</a> <a class="link" href="s14.html#idx_id_59">C</a> <a class="link" href="s14.html#idx_id_60">D</a> <a class="link" href="s14.html#idx_id_61">E</a> <a class="link" href="s14.html#idx_id_62">F</a> <a class="link" href="s14.html#idx_id_63">G</a> <a class="link" href="s14.html#idx_id_64">H</a> <a class="link" href="s14.html#idx_id_65">I</a> <a class="link" href="s14.html#idx_id_66">K</a> <a class="link" href="s14.html#idx_id_67">L</a> <a class="link" href="s14.html#idx_id_68">M</a> <a class="link" href="s14.html#idx_id_69">N</a> <a class="link" href="s14.html#idx_id_70">O</a> <a class="link" href="s14.html#idx_id_71">P</a> <a class="link" href="s14.html#idx_id_72">Q</a> <a class="link" href="s14.html#idx_id_73">R</a> <a class="link" href="s14.html#idx_id_74">S</a> <a class="link" href="s14.html#idx_id_75">T</a> <a class="link" href="s14.html#idx_id_76">U</a> <a class="link" href="s14.html#idx_id_77">V</a> <a class="l
ink" href="s14.html#idx_id_78">W</a> <a class="link" href="s14.html#idx_id_79">Z</a> </p>
+<a name="id1026755"></a>Index</h2></div></div></div>
+<p><a class="link" href="s14.html#idx_id_45">A</a> <a class="link" href="s14.html#idx_id_46">B</a> <a class="link" href="s14.html#idx_id_47">C</a> <a class="link" href="s14.html#idx_id_48">D</a> <a class="link" href="s14.html#idx_id_49">E</a> <a class="link" href="s14.html#idx_id_50">F</a> <a class="link" href="s14.html#idx_id_51">G</a> <a class="link" href="s14.html#idx_id_52">H</a> <a class="link" href="s14.html#idx_id_53">I</a> <a class="link" href="s14.html#idx_id_54">K</a> <a class="link" href="s14.html#idx_id_55">L</a> <a class="link" href="s14.html#idx_id_56">M</a> <a class="link" href="s14.html#idx_id_57">N</a> <a class="link" href="s14.html#idx_id_58">O</a> <a class="link" href="s14.html#idx_id_59">P</a> <a class="link" href="s14.html#idx_id_60">Q</a> <a class="link" href="s14.html#idx_id_61">R</a> <a class="link" href="s14.html#idx_id_62">S</a> <a class="link" href="s14.html#idx_id_63">T</a> <a class="link" href="s14.html#idx_id_64">U</a> <a class="link" href="s14.html#idx_id_65">V</a> <a class="l
ink" href="s14.html#idx_id_66">W</a> <a class="link" href="s14.html#idx_id_67">Z</a> </p>
 <div class="variablelist"><dl>
 <dt>
-<a name="idx_id_57"></a><span class="term">A</span>
+<a name="idx_id_45"></a><span class="term">A</span>
 </dt>
 <dd><div class="variablelist"><dl>
-<dt><span class="term">About the Math Toolkit</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/intro.html" title="About the Math Toolkit">beta</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/intro.html" title="About the Math Toolkit">binomial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/intro.html" title="About the Math Toolkit">digamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/intro.html" title="About the Math Toolkit">erf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/intro.html" title="About the Math Toolkit">factorial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/intro.html" title="About the Math Toolkit">gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/intro.html" title="About the Math Toolkit">normal</a></p></td></tr>
-</table></dd>
 <dt><span class="term">acosh</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/inv_hyper/acosh.html" title="acosh"><span class="bold"><strong>acosh</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../math_toolkit/special/inv_hyper/acosh.html" title="acosh">acosh</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/c99.html" title="C99 C Functions">C99 C Functions</a></p></td></tr>
 </table></dd>
 <dt><span class="term">Advancing a Floating Point Value by a Specific Representation Distance (ULP) float_advance</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/next_float/float_advance.html" title="Advancing a Floating Point Value by a Specific Representation Distance (ULP) float_advance">float_advance</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/next_float/float_advance.html" title="Advancing a Floating Point Value by a Specific Representation Distance (ULP) float_advance">float_distance</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/next_float/float_advance.html" title="Advancing a Floating Point Value by a Specific Representation Distance (ULP) float_advance">float_advance</a></p></td></tr></table></dd>
 <dt><span class="term">asinh</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/inv_hyper/asinh.html" title="asinh"><span class="bold"><strong>asinh</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../math_toolkit/special/inv_hyper/asinh.html" title="asinh">asinh</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/c99.html" title="C99 C Functions">C99 C Functions</a></p></td></tr>
@@ -63,226 +50,58 @@
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">Policy Class Reference</a></p></td></tr></table></dd>
 <dt><span class="term">atanh</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/inv_hyper/atanh.html" title="atanh"><span class="bold"><strong>atanh</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../math_toolkit/special/inv_hyper/atanh.html" title="atanh">atanh</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/c99.html" title="C99 C Functions">C99 C Functions</a></p></td></tr>
 </table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_58"></a><span class="term">B</span>
+<a name="idx_id_46"></a><span class="term">B</span>
 </dt>
 <dd><div class="variablelist"><dl>
-<dt><span class="term">bernoulli</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/bernoulli_dist.html" title="Bernoulli Distribution">Bernoulli Distribution</a></p></td></tr></table></dd>
 <dt><span class="term">Bernoulli Distribution</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/bernoulli_dist.html" title="Bernoulli Distribution">bernoulli</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/bernoulli_dist.html" title="Bernoulli Distribution">bernoulli_distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/bernoulli_dist.html" title="Bernoulli Distribution">binomial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/bernoulli_dist.html" title="Bernoulli Distribution">binomial_distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/bernoulli_dist.html" title="Bernoulli Distribution">cdf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/bernoulli_dist.html" title="Bernoulli Distribution">kurtosis</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/bernoulli_dist.html" title="Bernoulli Distribution">kurtosis_excess</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/bernoulli_dist.html" title="Bernoulli Distribution">mean</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/bernoulli_dist.html" title="Bernoulli Distribution">median</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/bernoulli_dist.html" title="Bernoulli Distribution">mode</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/bernoulli_dist.html" title="Bernoulli Distribution">pdf</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/bernoulli_dist.html" title="Bernoulli Distribution">policy_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/bernoulli_dist.html" title="Bernoulli Distribution">quantile</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/bernoulli_dist.html" title="Bernoulli Distribution">skewness</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/bernoulli_dist.html" title="Bernoulli Distribution">value_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/bernoulli_dist.html" title="Bernoulli Distribution">variance</a></p></td></tr>
 </table></dd>
 <dt><span class="term">bernoulli_distribution</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/bernoulli_dist.html" title="Bernoulli Distribution">Bernoulli Distribution</a></p></td></tr></table></dd>
-<dt><span class="term">Bessel Function Overview</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/bessel_over.html" title="Bessel Function Overview">cyl_bessel_i</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/bessel_over.html" title="Bessel Function Overview">cyl_bessel_j</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/bessel_over.html" title="Bessel Function Overview">cyl_bessel_k</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/bessel_over.html" title="Bessel Function Overview">cyl_neumann</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/bessel_over.html" title="Bessel Function Overview">sph_bessel</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/bessel_over.html" title="Bessel Function Overview">sph_neumann</a></p></td></tr>
-</table></dd>
 <dt><span class="term">Bessel Functions of the First and Second Kinds</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../math_toolkit/special/bessel/bessel.html" title="Bessel Functions of the First and Second Kinds">cyl_bessel_j</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/bessel/bessel.html" title="Bessel Functions of the First and Second Kinds">cyl_neumann</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/bessel.html" title="Bessel Functions of the First and Second Kinds">gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/bessel.html" title="Bessel Functions of the First and Second Kinds">method</a></p></td></tr>
 </table></dd>
 <dt><span class="term">beta</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/intro.html" title="About the Math Toolkit">About the Math Toolkit</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">Additional Implementation Notes</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/beta_function.html" title="Beta">beta</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_binomial.html" title="Binomial Coefficients">Binomial Coefficients</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/concepts.html" title="Conceptual Requirements for Real Number Types">Conceptual Requirements for Real Number Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/status/credits.html" title="Credits and Acknowledgements">Credits and Acknowledgements</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/beta_derivative.html" title="Derivative of the Incomplete Beta Function">Derivative of the Incomplete Beta Function</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/directories.html" title="Directory and File Structure">Directory and File Structure</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/dist_construct_eg.html" title="Distribution Construction Example">Distribution Construction Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_function.html" title="Incomplete Beta Functions"><span class="bold"><strong>Errors In the Function beta(a, b, x)</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/st_eg/tut_mean_size.html" title="Estimating how large a sample size would have to become in order to give a significant Students-t test result with a single sample test">Estimating how large a sample size would have to become in order to give a significant Students-t test result with a single sample test</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/cs_eg/chi_sq_size.html" title="Estimating the Required Sample Sizes for a Chi-Square Test for the Standard Deviation">Estimating the Required Sample Sizes for a Chi-Square Test for the Standard Deviation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/beta_function.html" title="Beta">gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions">Graphing, Profiling, and Generating Test Data for Special Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/history1.html" title="History and What's New">History and What's New</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_function.html" title="Incomplete Beta Functions">Incomplete Beta Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/beta_function.html" title="Beta">Lanczos approximation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_beta_dist.html" title="Noncentral Beta Distribution">Noncentral Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_f_dist.html" title="Noncentral F Distribution">Noncentral F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_t_dist.html" title="Noncentral T Distribution">Noncentral T Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/gamma_ratios.html" title="Ratios of Gamma Functions">Ratios of Gamma Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/beta_function.html" title="Beta">RR</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">Students t Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/nccs_eg/nccs_power_eg.html" title="Tables of the power function of the &#967;2 test.">Tables of the power function of the &#967; 2 test.</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">The Incomplete Beta Function Inverses</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/lanczos.html" title="The Lanczos Approximation">The Lanczos Approximation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1_ref.html" title="TR1 C Functions Quick Reference">TR1 C Functions Quick Reference</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">Triangular Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">Weibull Distribution</a></p></td></tr>
 </table></dd>
 <dt><span class="term">Beta Distribution</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">beta</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">beta_distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">binomial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">cdf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">ibeta</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">ibetac</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">ibetac_inv</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">ibeta_derivative</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">ibeta_inv</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">ibeta_inva</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">ibeta_invb</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">kurtosis</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">kurtosis_excess</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">mean</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">median</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">mode</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">pdf</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">policy_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">quantile</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">skewness</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">triangular</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">uniform</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">value_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">variance</a></p></td></tr>
 </table></dd>
 <dt><span class="term">betac</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_function.html" title="Incomplete Beta Functions"><span class="bold"><strong>Errors In the Function betac(a,b,x)</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_function.html" title="Incomplete Beta Functions">Incomplete Beta Functions</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_function.html" title="Incomplete Beta Functions">Incomplete Beta Functions</a></p></td></tr></table></dd>
 <dt><span class="term">beta_distribution</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/dist_construct_eg.html" title="Distribution Construction Example">Distribution Construction Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">Overview</a></p></td></tr>
-</table></dd>
-<dt><span class="term">binomial</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/intro.html" title="About the Math Toolkit">About the Math Toolkit</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">Additional Implementation Notes</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/bernoulli_dist.html" title="Bernoulli Distribution">Bernoulli Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_binomial.html" title="Binomial Coefficients">Binomial Coefficients</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binomial_coinflip_example.html" title="Binomial Coin-Flipping Example">Binomial Coin-Flipping Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binomial_quiz_example.html" title="Binomial Quiz Example">Binomial Quiz Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binom_conf.html" title="Calculating Confidence Limits on the Frequency of Occurrence for a Binomial Distribution">Calculating Confidence Limits on the Frequency of Occurrence for a Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/neg_binom_eg/neg_binom_conf.html" title="Calculating Confidence Limits on the Frequency of Occurrence for the Negative Binomial Distribution">Calculating Confidence Limits on the Frequency of Occurrence for the Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/nag_library.html" title="Comparison with C, R, FORTRAN-style Free Functions">Comparison with C, R, FORTRAN-style Free Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/pol_overview.html" title="Configuration and Policies">Configuration and Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/dist_params.html" title="Discrete Probability Distributions">Discrete Probability Distributions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/dist_construct_eg.html" title="Distribution Construction Example">Distribution Construction Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binom_size_eg.html" title="Estimating Sample Sizes for a Binomial Distribution.">Estimating Sample Sizes for a Binomial Distribution.</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/neg_binom_eg/neg_binom_size_eg.html" title="Estimating Sample Sizes for the Negative Binomial.">Estimating Sample Sizes for the Negative Binomial.</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_function.html" title="Incomplete Beta Functions">Incomplete Beta Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Meaning of the non-member accessors</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/neg_binom_eg/negative_binomial_example1.html" title="Negative Binomial Sales Quota Example.">Negative Binomial Sales Quota Example.</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_overview.html" title="Policy Overview">Policy Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/variates.html" title="Random Variates and Distribution Parameters">Random Variates and Distribution Parameters</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/namespace_policies.html" title="Setting Policies at Namespace or Translation Unit Scope">Setting Policies at Namespace or Translation Unit Scope</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/ad_hoc_dist_policies.html" title="Setting Policies for Distributions on an Ad Hoc Basis">Setting Policies for Distributions on an Ad Hoc Basis</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">The Incomplete Beta Function Inverses</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/understand_dis_quant.html" title="Understanding Quantiles of Discrete Distributions">Understanding Quantiles of Discrete Distributions</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">Beta Distribution</a></p></td></tr></table></dd>
 <dt><span class="term">Binomial Coefficients</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_binomial.html" title="Binomial Coefficients">beta</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_binomial.html" title="Binomial Coefficients">binomial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_binomial.html" title="Binomial Coefficients">binomial_coefficient</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_binomial.html" title="Binomial Coefficients">binomial_coefficient</a></p></td></tr></table></dd>
 <dt><span class="term">Binomial Distribution</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">beta</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">binomial</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">binomial_distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">cdf</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">find_lower_bound_on_p</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">find_upper_bound_on_p</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">ibeta</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">ibetac</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">ibetac_inv</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">ibetac_invb</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">ibeta_derivative</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">ibeta_inv</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">kurtosis</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">kurtosis_excess</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">mean</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">median</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">method</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">mode</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">normal</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">pdf</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">policy_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">quantile</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">skewness</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">value_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">variance</a></p></td></tr>
 </table></dd>
 <dt><span class="term">binomial_coefficient</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_binomial.html" title="Binomial Coefficients">Binomial Coefficients</a></p></td></tr></table></dd>
 <dt><span class="term">binomial_distribution</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/bernoulli_dist.html" title="Bernoulli Distribution">Bernoulli Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binomial_quiz_example.html" title="Binomial Quiz Example">Binomial Quiz Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binom_conf.html" title="Calculating Confidence Limits on the Frequency of Occurrence for a Binomial Distribution">Calculating Confidence Limits on the Frequency of Occurrence for a Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/dist_construct_eg.html" title="Distribution Construction Example">Distribution Construction Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/variates.html" title="Random Variates and Distribution Parameters">Random Variates and Distribution Parameters</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/ad_hoc_dist_policies.html" title="Setting Policies for Distributions on an Ad Hoc Basis">Setting Policies for Distributions on an Ad Hoc Basis</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/understand_dis_quant.html" title="Understanding Quantiles of Discrete Distributions">Understanding Quantiles of Discrete Distributions</a></p></td></tr>
-</table></dd>
-<dt><span class="term">bits</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/next_float/float_distance.html" title="Calculating the Representation Distance Between Two Floating Point Values (ULP) float_distance">Calculating the Representation Distance Between Two Floating Point Values (ULP) float_distance</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/cf.html" title="Continued Fraction Evaluation">Continued Fraction Evaluation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/expint/expint_i.html" title="Exponential Integral Ei">Exponential Integral Ei</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/expint/expint_n.html" title="Exponential Integral En">Exponential Integral En</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/next_float.html" title="Floating-Point Representation Distance (ULP), and Finding Adjacent Floating-Point Values">Floating-Point Representation Distance (ULP), and Finding Adjacent Floating-Point Values</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions">Graphing, Profiling, and Generating Test Data for Special Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">Incomplete Gamma Function Inverses</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/minima.html" title="Locating Function Minima">Locating Function Minima</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/lgamma.html" title="Log Gamma">Log Gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/roots2.html" title="Root Finding Without Derivatives">Root Finding Without Derivatives</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/series_evaluation.html" title="Series Evaluation">Series Evaluation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">The Incomplete Beta Function Inverses</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr></table></dd>
 <dt><span class="term">BOOST_DEFINE_MATH_CONSTANT</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">Additional Implementation Notes</a></p></td></tr></table></dd>
 <dt><span class="term">BOOST_HAS_LOG1P</span></dt>
@@ -339,7 +158,10 @@
 <tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/policy_defaults.html" title="Using macros to Change the Policy Defaults">Using macros to Change the Policy Defaults</a></p></td></tr>
 </table></dd>
 <dt><span class="term">BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/main_overview/compilers_overview.html" title="Compilers">Supported/Tested Compilers</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list">
+<tr><td><p><a class="link" href="../math_toolkit/main_overview/compilers_overview.html" title="Compilers">Compilers</a></p></td></tr>
+<tr><td><p><a class="link" href="../math_toolkit/main_overview/compilers_overview.html" title="Compilers">Supported/Tested Compilers</a></p></td></tr>
+</table></dd>
 <dt><span class="term">BOOST_MATH_OVERFLOW_ERROR_POLICY</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/changing_policy_defaults.html" title="Changing the Policy Defaults">Changing the Policy Defaults</a></p></td></tr>
@@ -367,7 +189,7 @@
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/policy_defaults.html" title="Using macros to Change the Policy Defaults">Using macros to Change the Policy Defaults</a></p></td></tr></table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_59"></a><span class="term">C</span>
+<a name="idx_id_47"></a><span class="term">C</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">C99 and TR1 C Functions</span></dt>
@@ -375,7 +197,6 @@
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">acosh</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">asinh</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">atanh</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">beta</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">cbrt</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">comp_ellint_2</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">comp_ellint_3</a></p></td></tr>
@@ -391,31 +212,26 @@
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">erfc</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">expint</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">expm1</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">exponential</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">float_t</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">hermite</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">hypergeometric</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">hypot</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">laguerre</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">lgamma</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">llround</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">log1p</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">lround</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">mode</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">nextafter</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">round</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">sph_bessel</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">sph_neumann</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">tgamma</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">trunc</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">zeta</a></p></td></tr>
 </table></dd>
 <dt><span class="term">C99 and TR1 C Functions Overview</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">acosh</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">asinh</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">atanh</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">beta</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">cbrt</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">comp_ellint_2</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">comp_ellint_3</a></p></td></tr>
@@ -431,24 +247,20 @@
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">erfc</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">expint</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">expm1</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">exponential</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">float_t</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">hermite</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">hypergeometric</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">hypot</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">laguerre</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">lgamma</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">llround</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">log1p</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">lround</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">mode</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">nextafter</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">round</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">sph_bessel</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">sph_neumann</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">tgamma</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">trunc</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">zeta</a></p></td></tr>
 </table></dd>
 <dt><span class="term">C99 C Functions</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
@@ -461,7 +273,6 @@
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/c99.html" title="C99 C Functions">erfc</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/c99.html" title="C99 C Functions">expm1</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/c99.html" title="C99 C Functions">float_t</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/extern_c/c99.html" title="C99 C Functions">gamma</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/c99.html" title="C99 C Functions">hypot</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/c99.html" title="C99 C Functions">lgamma</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/c99.html" title="C99 C Functions">llround</a></p></td></tr>
@@ -472,211 +283,48 @@
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/c99.html" title="C99 C Functions">tgamma</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/c99.html" title="C99 C Functions">trunc</a></p></td></tr>
 </table></dd>
-<dt><span class="term">Calculation of the Type of the Result</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/result_type.html" title="Calculation of the Type of the Result">cyl_bessel_j</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/result_type.html" title="Calculation of the Type of the Result">RR</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/result_type.html" title="Calculation of the Type of the Result">sph_bessel</a></p></td></tr>
-</table></dd>
 <dt><span class="term">Calling User Defined Error Handlers</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/user_def_err_pol.html" title="Calling User Defined Error Handlers">BOOST_MATH_DECLARE_SPECIAL_FUNCTIONS</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/user_def_err_pol.html" title="Calling User Defined Error Handlers">erf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/user_def_err_pol.html" title="Calling User Defined Error Handlers">erf_inv</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/user_def_err_pol.html" title="Calling User Defined Error Handlers">evaluation_error</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/user_def_err_pol.html" title="Calling User Defined Error Handlers">promote_args</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/user_def_err_pol.html" title="Calling User Defined Error Handlers">tgamma</a></p></td></tr>
 </table></dd>
-<dt><span class="term">cauchy</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">Additional Implementation Notes</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/cauchy_dist.html" title="Cauchy-Lorentz Distribution">Cauchy-Lorentz Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_location_eg.html" title="Find Location (Mean) Example">Find Location (Mean) Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_mean_and_sd_eg.html" title="Find mean and standard deviation example">Find mean and standard deviation example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/assert_undefined.html" title="Mathematically Undefined Function Policies">Mathematically Undefined Function Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/namespace_pol.html" title="Setting Polices at Namespace Scope">Setting Polices at Namespace Scope</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/namespace_policies.html" title="Setting Policies at Namespace or Translation Unit Scope">Setting Policies at Namespace or Translation Unit Scope</a></p></td></tr>
-</table></dd>
 <dt><span class="term">Cauchy-Lorentz Distribution</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/cauchy_dist.html" title="Cauchy-Lorentz Distribution">cauchy</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/cauchy_dist.html" title="Cauchy-Lorentz Distribution">cauchy_distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/cauchy_dist.html" title="Cauchy-Lorentz Distribution">cdf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/cauchy_dist.html" title="Cauchy-Lorentz Distribution">kurtosis</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/cauchy_dist.html" title="Cauchy-Lorentz Distribution">kurtosis_excess</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/cauchy_dist.html" title="Cauchy-Lorentz Distribution">mean</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/cauchy_dist.html" title="Cauchy-Lorentz Distribution">median</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/cauchy_dist.html" title="Cauchy-Lorentz Distribution">mode</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/cauchy_dist.html" title="Cauchy-Lorentz Distribution">pdf</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/cauchy_dist.html" title="Cauchy-Lorentz Distribution">policy_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/cauchy_dist.html" title="Cauchy-Lorentz Distribution">quantile</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/cauchy_dist.html" title="Cauchy-Lorentz Distribution">skewness</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/cauchy_dist.html" title="Cauchy-Lorentz Distribution">value_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/cauchy_dist.html" title="Cauchy-Lorentz Distribution">variance</a></p></td></tr>
 </table></dd>
 <dt><span class="term">cauchy_distribution</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/cauchy_dist.html" title="Cauchy-Lorentz Distribution">Cauchy-Lorentz Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_location_eg.html" title="Find Location (Mean) Example">Find Location (Mean) Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_mean_and_sd_eg.html" title="Find mean and standard deviation example">Find mean and standard deviation example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/assert_undefined.html" title="Mathematically Undefined Function Policies">Mathematically Undefined Function Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/namespace_pol.html" title="Setting Polices at Namespace Scope">Setting Polices at Namespace Scope</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/namespace_policies.html" title="Setting Policies at Namespace or Translation Unit Scope">Setting Policies at Namespace or Translation Unit Scope</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/cauchy_dist.html" title="Cauchy-Lorentz Distribution">Cauchy-Lorentz Distribution</a></p></td></tr></table></dd>
 <dt><span class="term">cbrt</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/c99.html" title="C99 C Functions">C99 C Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/cbrt.html" title="cbrt"><span class="bold"><strong>cbrt</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/directories.html" title="Directory and File Structure">Directory and File Structure</a></p></td></tr>
+<tr><td><p><a class="link" href="../math_toolkit/special/powers/cbrt.html" title="cbrt">cbrt</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/roots.html" title="Root Finding With Derivatives">Root Finding With Derivatives</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/cbrt.html" title="cbrt">RR</a></p></td></tr>
-</table></dd>
-<dt><span class="term">cbrt_functor</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/roots.html" title="Root Finding With Derivatives">Root Finding With Derivatives</a></p></td></tr></table></dd>
-<dt><span class="term">cdf</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">Additional Implementation Notes</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/bernoulli_dist.html" title="Bernoulli Distribution">Bernoulli Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binomial_coinflip_example.html" title="Binomial Coin-Flipping Example">Binomial Coin-Flipping Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binomial_quiz_example.html" title="Binomial Quiz Example">Binomial Quiz Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/cauchy_dist.html" title="Cauchy-Lorentz Distribution">Cauchy-Lorentz Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/changing_policy_defaults.html" title="Changing the Policy Defaults">Changing the Policy Defaults</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/st_eg/two_sample_students_t.html" title="Comparing the means of two samples with the Students-t test">Comparing the means of two samples with the Students-t test</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/nag_library.html" title="Comparison with C, R, FORTRAN-style Free Functions">Comparison with C, R, FORTRAN-style Free Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/dist_concept.html" title="Conceptual Requirements for Distribution Types">Conceptual Requirements for Distribution Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/discrete_quant_ref.html" title="Discrete Quantile Policies">Discrete Quantile Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/error_eg.html" title="Error Handling Example">Error Handling Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/exp_dist.html" title="Exponential Distribution">Exponential Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/future.html" title="Extras/Future Directions">Extras/Future Directions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/extreme_dist.html" title="Extreme Value Distribution">Extreme Value Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_location_eg.html" title="Find Location (Mean) Example">Find Location (Mean) Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_mean_and_sd_eg.html" title="Find mean and standard deviation example">Find mean and standard deviation example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_scale_eg.html" title="Find Scale (Standard Deviation) Example">Find Scale (Standard Deviation) Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">Gamma (and Erlang) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/lognormal_dist.html" title="Log Normal Distribution">Log Normal Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/logistic_dist.html" title="Logistic Distribution">Logistic Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Meaning of the non-member accessors</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Meaning of the non-member accessors.</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/neg_binom_eg/negative_binomial_example1.html" title="Negative Binomial Sales Quota Example.">Negative Binomial Sales Quota Example.</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/neg_binom_eg/negative_binomial_example2.html" title="Negative Binomial Table Printing Example.">Negative Binomial Table Printing Example.</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/nmp.html" title="Non-Member Properties">Non-Member Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">Noncentral Chi-Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_f_dist.html" title="Noncentral F Distribution">Noncentral F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">Normal (Gaussian) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/pareto.html" title="Pareto Distribution">Pareto Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">Poisson Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">Rayleigh Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/normal_example/normal_misc.html" title="Some Miscellaneous Examples of the Normal (Gaussian) Distribution">Some Miscellaneous Examples of the Normal (Gaussian) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">Students t Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/nccs_eg/nccs_power_eg.html" title="Tables of the power function of the &#967;2 test.">Tables of the power function of the &#967; 2 test.</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/st_eg/tut_mean_test.html" title='Testing a sample mean for difference from a "true" mean'>Testing a sample mean for difference from a "true" mean</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">Triangular Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/understand_dis_quant.html" title="Understanding Quantiles of Discrete Distributions">Understanding Quantiles of Discrete Distributions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/uniform_dist.html" title="Uniform Distribution">Uniform Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">Weibull Distribution</a></p></td></tr>
 </table></dd>
 <dt><span class="term">Changing the Policy Defaults</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/changing_policy_defaults.html" title="Changing the Policy Defaults">BOOST_MATH_ASSERT_UNDEFINED_POLICY</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/changing_policy_defaults.html" title="Changing the Policy Defaults">BOOST_MATH_DOMAIN_ERROR_POLICY</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/changing_policy_defaults.html" title="Changing the Policy Defaults">BOOST_MATH_OVERFLOW_ERROR_POLICY</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/changing_policy_defaults.html" title="Changing the Policy Defaults">cdf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/changing_policy_defaults.html" title="Changing the Policy Defaults">mean</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/changing_policy_defaults.html" title="Changing the Policy Defaults">method</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/changing_policy_defaults.html" title="Changing the Policy Defaults">students_t</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/changing_policy_defaults.html" title="Changing the Policy Defaults">students_t_distribution</a></p></td></tr>
 </table></dd>
 <dt><span class="term">Changing the Policy on an Ad Hoc Basis for the Special Functions</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/ad_hoc_sf_policies.html" title="Changing the Policy on an Ad Hoc Basis for the Special Functions">evaluation_error</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/ad_hoc_sf_policies.html" title="Changing the Policy on an Ad Hoc Basis for the Special Functions">gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/ad_hoc_sf_policies.html" title="Changing the Policy on an Ad Hoc Basis for the Special Functions">make_policy</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/ad_hoc_sf_policies.html" title="Changing the Policy on an Ad Hoc Basis for the Special Functions">tgamma</a></p></td></tr>
-</table></dd>
-<dt><span class="term">checked_narrowing_cast</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/main_overview/error_handling.html" title="Error Handling">Error Handling</a></p></td></tr></table></dd>
-<dt><span class="term">check_triangular</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">Additional Implementation Notes</a></p></td></tr></table></dd>
-<dt><span class="term">chf</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/archetypes.html" title="Conceptual Archetypes and Testing">Conceptual Archetypes and Testing</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/dist_concept.html" title="Conceptual Requirements for Distribution Types">Conceptual Requirements for Distribution Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/nmp.html" title="Non-Member Properties">Non-Member Properties</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/ad_hoc_sf_policies.html" title="Changing the Policy on an Ad Hoc Basis for the Special Functions">tgamma</a></p></td></tr></table></dd>
 <dt><span class="term">Chi Squared Distribution</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">beta</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">cdf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">chi_squared</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">chi_squared_distribution</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">find_degrees_of_freedom</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">gamma_p</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">gamma_p_derivative</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">gamma_p_inv</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">gamma_q</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">gamma_q_inv</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">kurtosis</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">kurtosis_excess</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">mean</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">median</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">method</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">mode</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">pdf</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">policy_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">quantile</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">skewness</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">value_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">variance</a></p></td></tr>
-</table></dd>
-<dt><span class="term">chi_squared</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/cs_eg/chi_sq_test.html" title="Chi-Square Test for the Standard Deviation">Chi-Square Test for the Standard Deviation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/cs_eg/chi_sq_intervals.html" title="Confidence Intervals on the Standard Deviation">Confidence Intervals on the Standard Deviation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/cs_eg/chi_sq_size.html" title="Estimating the Required Sample Sizes for a Chi-Square Test for the Standard Deviation">Estimating the Required Sample Sizes for a Chi-Square Test for the Standard Deviation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/nccs_eg/nccs_power_eg.html" title="Tables of the power function of the &#967;2 test.">Tables of the power function of the &#967; 2 test.</a></p></td></tr>
 </table></dd>
 <dt><span class="term">chi_squared_distribution</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/cs_eg/chi_sq_size.html" title="Estimating the Required Sample Sizes for a Chi-Square Test for the Standard Deviation">Estimating the Required Sample Sizes for a Chi-Square Test for the Standard Deviation</a></p></td></tr>
-</table></dd>
-<dt><span class="term">coefficient_of_variation</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/using_udt/archetypes.html" title="Conceptual Archetypes and Testing">Conceptual Archetypes and Testing</a></p></td></tr></table></dd>
-<dt><span class="term">Comparison to the R Statistical Library on Linux</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/perf/comparisons.html" title="Comparisons to Other Open Source Libraries">normal</a></p></td></tr></table></dd>
-<dt><span class="term">Comparison to the R Statistical Library on Windows XP</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/perf/comparisons.html" title="Comparisons to Other Open Source Libraries">normal</a></p></td></tr></table></dd>
-<dt><span class="term">Comparisons to Other Open Source Libraries</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/perf/comparisons.html" title="Comparisons to Other Open Source Libraries">gamma_p</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comparisons.html" title="Comparisons to Other Open Source Libraries">gamma_p_inv</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comparisons.html" title="Comparisons to Other Open Source Libraries">gamma_q</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comparisons.html" title="Comparisons to Other Open Source Libraries">gamma_q_inv</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comparisons.html" title="Comparisons to Other Open Source Libraries">ibeta</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comparisons.html" title="Comparisons to Other Open Source Libraries">ibetac</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comparisons.html" title="Comparisons to Other Open Source Libraries">ibetac_inv</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comparisons.html" title="Comparisons to Other Open Source Libraries">ibeta_inv</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comparisons.html" title="Comparisons to Other Open Source Libraries">lgamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comparisons.html" title="Comparisons to Other Open Source Libraries">mode</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comparisons.html" title="Comparisons to Other Open Source Libraries">tgamma</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a></p></td></tr></table></dd>
 <dt><span class="term">Compile Time Power of a Runtime Base</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/ct_pow.html" title="Compile Time Power of a Runtime Base">BOOST_MATH_OVERFLOW_ERROR_POLICY</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/ct_pow.html" title="Compile Time Power of a Runtime Base">method</a></p></td></tr>
-</table></dd>
-<dt><span class="term">complemented3_type</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">Noncentral Chi-Squared Distribution</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/powers/ct_pow.html" title="Compile Time Power of a Runtime Base">BOOST_MATH_OVERFLOW_ERROR_POLICY</a></p></td></tr></table></dd>
+<dt><span class="term">Compilers</span></dt>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/main_overview/compilers_overview.html" title="Compilers">BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS</a></p></td></tr></table></dd>
 <dt><span class="term">comp_ellint_2</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
@@ -689,230 +337,58 @@
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1_ref.html" title="TR1 C Functions Quick Reference">TR1 C Functions Quick Reference</a></p></td></tr>
 </table></dd>
-<dt><span class="term">Conceptual Archetypes and Testing</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/archetypes.html" title="Conceptual Archetypes and Testing">chf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/archetypes.html" title="Conceptual Archetypes and Testing">coefficient_of_variation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/archetypes.html" title="Conceptual Archetypes and Testing">DistributionConcept</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/archetypes.html" title="Conceptual Archetypes and Testing">distribution_archetype</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/archetypes.html" title="Conceptual Archetypes and Testing">hazard</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/archetypes.html" title="Conceptual Archetypes and Testing">pdf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/archetypes.html" title="Conceptual Archetypes and Testing">real_concept</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/archetypes.html" title="Conceptual Archetypes and Testing">RR</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/archetypes.html" title="Conceptual Archetypes and Testing">std_real_concept</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/archetypes.html" title="Conceptual Archetypes and Testing">value_type</a></p></td></tr>
-</table></dd>
-<dt><span class="term">Conceptual Requirements for Distribution Types</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/dist_concept.html" title="Conceptual Requirements for Distribution Types">cdf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/dist_concept.html" title="Conceptual Requirements for Distribution Types">chf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/dist_concept.html" title="Conceptual Requirements for Distribution Types">hazard</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/dist_concept.html" title="Conceptual Requirements for Distribution Types">kurtosis</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/dist_concept.html" title="Conceptual Requirements for Distribution Types">kurtosis_excess</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/dist_concept.html" title="Conceptual Requirements for Distribution Types">mean</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/dist_concept.html" title="Conceptual Requirements for Distribution Types">mode</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/dist_concept.html" title="Conceptual Requirements for Distribution Types">pdf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/dist_concept.html" title="Conceptual Requirements for Distribution Types">policy_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/dist_concept.html" title="Conceptual Requirements for Distribution Types">quantile</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/dist_concept.html" title="Conceptual Requirements for Distribution Types">skewness</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/dist_concept.html" title="Conceptual Requirements for Distribution Types">standard_deviation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/dist_concept.html" title="Conceptual Requirements for Distribution Types">value_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/dist_concept.html" title="Conceptual Requirements for Distribution Types">variance</a></p></td></tr>
-</table></dd>
 <dt><span class="term">Conceptual Requirements for Real Number Types</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/concepts.html" title="Conceptual Requirements for Real Number Types">beta</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/concepts.html" title="Conceptual Requirements for Real Number Types">erf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/concepts.html" title="Conceptual Requirements for Real Number Types">gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/concepts.html" title="Conceptual Requirements for Real Number Types">iround</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/concepts.html" title="Conceptual Requirements for Real Number Types">itrunc</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/concepts.html" title="Conceptual Requirements for Real Number Types">lanczos</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/concepts.html" title="Conceptual Requirements for Real Number Types">Lanczos approximation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/concepts.html" title="Conceptual Requirements for Real Number Types">ldexp</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/concepts.html" title="Conceptual Requirements for Real Number Types">llround</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/concepts.html" title="Conceptual Requirements for Real Number Types">lltrunc</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/concepts.html" title="Conceptual Requirements for Real Number Types">lround</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/concepts.html" title="Conceptual Requirements for Real Number Types">ltrunc</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/concepts.html" title="Conceptual Requirements for Real Number Types">round</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/concepts.html" title="Conceptual Requirements for Real Number Types">RR</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/concepts.html" title="Conceptual Requirements for Real Number Types">trunc</a></p></td></tr>
-</table></dd>
-<dt><span class="term">confidence intervals on the mean with the Students-t distribution</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/st_eg/tut_mean_intervals.html" title="Calculating confidence intervals on the mean with the Students-t distribution">mean</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/st_eg/tut_mean_intervals.html" title="Calculating confidence intervals on the mean with the Students-t distribution">normal</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/st_eg/tut_mean_intervals.html" title="Calculating confidence intervals on the mean with the Students-t distribution">quantile</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/st_eg/tut_mean_intervals.html" title="Calculating confidence intervals on the mean with the Students-t distribution">students_t</a></p></td></tr>
-</table></dd>
-<dt><span class="term">Confidence Limits on the Frequency of Occurrence for a Binomial Distribution</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binom_conf.html" title="Calculating Confidence Limits on the Frequency of Occurrence for a Binomial Distribution">binomial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binom_conf.html" title="Calculating Confidence Limits on the Frequency of Occurrence for a Binomial Distribution">binomial_distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binom_conf.html" title="Calculating Confidence Limits on the Frequency of Occurrence for a Binomial Distribution">find_lower_bound_on_p</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binom_conf.html" title="Calculating Confidence Limits on the Frequency of Occurrence for a Binomial Distribution">find_upper_bound_on_p</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binom_conf.html" title="Calculating Confidence Limits on the Frequency of Occurrence for a Binomial Distribution">method</a></p></td></tr>
-</table></dd>
-<dt><span class="term">Confidence Limits on the Frequency of Occurrence for the Negative Binomial Distribution</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/neg_binom_eg/neg_binom_conf.html" title="Calculating Confidence Limits on the Frequency of Occurrence for the Negative Binomial Distribution">binomial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/neg_binom_eg/neg_binom_conf.html" title="Calculating Confidence Limits on the Frequency of Occurrence for the Negative Binomial Distribution">find_lower_bound_on_p</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/neg_binom_eg/neg_binom_conf.html" title="Calculating Confidence Limits on the Frequency of Occurrence for the Negative Binomial Distribution">find_upper_bound_on_p</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/neg_binom_eg/neg_binom_conf.html" title="Calculating Confidence Limits on the Frequency of Occurrence for the Negative Binomial Distribution">negative_binomial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/neg_binom_eg/neg_binom_conf.html" title="Calculating Confidence Limits on the Frequency of Occurrence for the Negative Binomial Distribution">negative_binomial_distribution</a></p></td></tr>
-</table></dd>
-<dt><span class="term">Configuration and Policies</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/pol_overview.html" title="Configuration and Policies">binomial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/pol_overview.html" title="Configuration and Policies">evaluation_error</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/pol_overview.html" title="Configuration and Policies">method</a></p></td></tr>
-</table></dd>
-<dt><span class="term">Continued Fraction Evaluation</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/cf.html" title="Continued Fraction Evaluation">bits</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/cf.html" title="Continued Fraction Evaluation">continued_fraction_a</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/cf.html" title="Continued Fraction Evaluation">continued_fraction_b</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/cf.html" title="Continued Fraction Evaluation">fraction_traits</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/cf.html" title="Continued Fraction Evaluation">method</a></p></td></tr>
-</table></dd>
-<dt><span class="term">continued_fraction_a</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/cf.html" title="Continued Fraction Evaluation">Continued Fraction Evaluation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions">Graphing, Profiling, and Generating Test Data for Special Functions</a></p></td></tr>
-</table></dd>
-<dt><span class="term">continued_fraction_b</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/cf.html" title="Continued Fraction Evaluation">Continued Fraction Evaluation</a></p></td></tr></table></dd>
-<dt><span class="term">Credits and Acknowledgements</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/status/credits.html" title="Credits and Acknowledgements">beta</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/status/credits.html" title="Credits and Acknowledgements">erf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/status/credits.html" title="Credits and Acknowledgements">factorial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/status/credits.html" title="Credits and Acknowledgements">gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/status/credits.html" title="Credits and Acknowledgements">logistic</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/status/credits.html" title="Credits and Acknowledgements">pdf</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/using_udt/concepts.html" title="Conceptual Requirements for Real Number Types">Lanczos approximation</a></p></td></tr></table></dd>
 <dt><span class="term">cyl_bessel_i</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/bessel_over.html" title="Bessel Function Overview">Bessel Function Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/mbessel.html" title="Modified Bessel Functions of the First and Second Kinds"><span class="bold"><strong>Errors Rates in cyl_bessel_i</strong></span></a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/bessel/mbessel.html" title="Modified Bessel Functions of the First and Second Kinds">Modified Bessel Functions of the First and Second Kinds</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">Noncentral Chi-Squared Distribution</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1_ref.html" title="TR1 C Functions Quick Reference">TR1 C Functions Quick Reference</a></p></td></tr>
 </table></dd>
 <dt><span class="term">cyl_bessel_j</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/bessel_over.html" title="Bessel Function Overview">Bessel Function Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/bessel/bessel.html" title="Bessel Functions of the First and Second Kinds">Bessel Functions of the First and Second Kinds</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/result_type.html" title="Calculation of the Type of the Result">Calculation of the Type of the Result</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/bessel.html" title="Bessel Functions of the First and Second Kinds"><span class="bold"><strong>Errors Rates in cyl_bessel_j</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/mbessel.html" title="Modified Bessel Functions of the First and Second Kinds">Modified Bessel Functions of the First and Second Kinds</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/sph_bessel.html" title="Spherical Bessel Functions of the First and Second Kinds">Spherical Bessel Functions of the First and Second Kinds</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1_ref.html" title="TR1 C Functions Quick Reference">TR1 C Functions Quick Reference</a></p></td></tr>
 </table></dd>
 <dt><span class="term">cyl_bessel_k</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/bessel_over.html" title="Bessel Function Overview">Bessel Function Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/mbessel.html" title="Modified Bessel Functions of the First and Second Kinds"><span class="bold"><strong>Errors Rates in cyl_bessel_k</strong></span></a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/bessel/mbessel.html" title="Modified Bessel Functions of the First and Second Kinds">Modified Bessel Functions of the First and Second Kinds</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1_ref.html" title="TR1 C Functions Quick Reference">TR1 C Functions Quick Reference</a></p></td></tr>
 </table></dd>
 <dt><span class="term">cyl_neumann</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/bessel_over.html" title="Bessel Function Overview">Bessel Function Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/bessel/bessel.html" title="Bessel Functions of the First and Second Kinds">Bessel Functions of the First and Second Kinds</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/bessel.html" title="Bessel Functions of the First and Second Kinds"><span class="bold"><strong>Errors Rates in cyl_neumann</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/mbessel.html" title="Modified Bessel Functions of the First and Second Kinds">Modified Bessel Functions of the First and Second Kinds</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/sph_bessel.html" title="Spherical Bessel Functions of the First and Second Kinds">Spherical Bessel Functions of the First and Second Kinds</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1_ref.html" title="TR1 C Functions Quick Reference">TR1 C Functions Quick Reference</a></p></td></tr>
 </table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_60"></a><span class="term">D</span>
+<a name="idx_id_48"></a><span class="term">D</span>
 </dt>
 <dd><div class="variablelist"><dl>
-<dt><span class="term">default_policy</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">Policy Class Reference</a></p></td></tr></table></dd>
 <dt><span class="term">denorm_error_type</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">Policy Class Reference</a></p></td></tr></table></dd>
 <dt><span class="term">Derivative of the Incomplete Beta Function</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/beta_derivative.html" title="Derivative of the Incomplete Beta Function">beta</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/beta_derivative.html" title="Derivative of the Incomplete Beta Function">ibeta</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/beta_derivative.html" title="Derivative of the Incomplete Beta Function">ibeta_derivative</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/beta_derivative.html" title="Derivative of the Incomplete Beta Function">ibeta_derivative</a></p></td></tr></table></dd>
 <dt><span class="term">Derivative of the Incomplete Gamma Function</span></dt>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/gamma_derivatives.html" title="Derivative of the Incomplete Gamma Function">gamma_p_derivative</a></p></td></tr></table></dd>
+<dt><span class="term">Digamma</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/gamma_derivatives.html" title="Derivative of the Incomplete Gamma Function">gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/gamma_derivatives.html" title="Derivative of the Incomplete Gamma Function">gamma_p</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/gamma_derivatives.html" title="Derivative of the Incomplete Gamma Function">gamma_p_derivative</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/gamma_derivatives.html" title="Derivative of the Incomplete Gamma Function">gamma_q</a></p></td></tr>
-</table></dd>
-<dt><span class="term">digamma</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/intro.html" title="About the Math Toolkit">About the Math Toolkit</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/digamma.html" title="Digamma">digamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/digamma.html" title="Digamma">gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/history1.html" title="History and What's New">History and What's New</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/digamma.html" title="Digamma">Lanczos approximation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/digamma.html" title="Digamma">method</a></p></td></tr>
-</table></dd>
-<dt><span class="term">Directory and File Structure</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/directories.html" title="Directory and File Structure">beta</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/directories.html" title="Directory and File Structure">cbrt</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/directories.html" title="Directory and File Structure">erf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/directories.html" title="Directory and File Structure">gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/directories.html" title="Directory and File Structure">lgamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/directories.html" title="Directory and File Structure">pdf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/directories.html" title="Directory and File Structure">real_concept</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/directories.html" title="Directory and File Structure">RR</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/directories.html" title="Directory and File Structure">tgamma</a></p></td></tr>
-</table></dd>
-<dt><span class="term">Discrete Probability Distributions</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/dist_params.html" title="Discrete Probability Distributions">binomial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/dist_params.html" title="Discrete Probability Distributions">method</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/dist_params.html" title="Discrete Probability Distributions">quantile</a></p></td></tr>
-</table></dd>
-<dt><span class="term">Discrete Quantile Policies</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/discrete_quant_ref.html" title="Discrete Quantile Policies">cdf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/discrete_quant_ref.html" title="Discrete Quantile Policies">negative_binomial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/discrete_quant_ref.html" title="Discrete Quantile Policies">negative_binomial_distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/discrete_quant_ref.html" title="Discrete Quantile Policies">quantile</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/discrete_quant_ref.html" title="Discrete Quantile Policies">round</a></p></td></tr>
 </table></dd>
 <dt><span class="term">discrete_quantile_type</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">Policy Class Reference</a></p></td></tr></table></dd>
-<dt><span class="term">Distribution Algorithms</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dist_algorithms.html" title="Distribution Algorithms">find_location</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dist_algorithms.html" title="Distribution Algorithms">find_scale</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dist_algorithms.html" title="Distribution Algorithms">lognormal</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dist_algorithms.html" title="Distribution Algorithms">mean</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dist_algorithms.html" title="Distribution Algorithms">normal</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dist_algorithms.html" title="Distribution Algorithms">triangular</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dist_algorithms.html" title="Distribution Algorithms">value_type</a></p></td></tr>
-</table></dd>
-<dt><span class="term">DistributionConcept</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/using_udt/archetypes.html" title="Conceptual Archetypes and Testing">Conceptual Archetypes and Testing</a></p></td></tr></table></dd>
-<dt><span class="term">distribution_archetype</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/using_udt/archetypes.html" title="Conceptual Archetypes and Testing">Conceptual Archetypes and Testing</a></p></td></tr></table></dd>
 <dt><span class="term">domain_error_type</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">Policy Class Reference</a></p></td></tr></table></dd>
 <dt><span class="term">Double Factorial</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_double_factorial.html" title="Double Factorial">double_factorial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_double_factorial.html" title="Double Factorial">factorial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_double_factorial.html" title="Double Factorial">gamma</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_double_factorial.html" title="Double Factorial">double_factorial</a></p></td></tr></table></dd>
 <dt><span class="term">double_factorial</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_double_factorial.html" title="Double Factorial">Double Factorial</a></p></td></tr></table></dd>
 <dt><span class="term">double_t</span></dt>
@@ -923,7 +399,7 @@
 </table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_61"></a><span class="term">E</span>
+<a name="idx_id_49"></a><span class="term">E</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">ellint_1</span></dt>
@@ -945,179 +421,42 @@
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/ellint/ellint_3.html" title="Elliptic Integrals of the Third Kind - Legendre Form">Elliptic Integrals of the Third Kind - Legendre Form</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/status/issues.html" title="Known Issues, and Todo List">Known Issues, and Todo List</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1_ref.html" title="TR1 C Functions Quick Reference">TR1 C Functions Quick Reference</a></p></td></tr>
 </table></dd>
-<dt><span class="term">ellint_rc</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/ellint/ellint_carlson.html" title="Elliptic Integrals - Carlson Form">Elliptic Integrals - Carlson Form</a></p></td></tr></table></dd>
-<dt><span class="term">ellint_rd</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/ellint/ellint_carlson.html" title="Elliptic Integrals - Carlson Form">Elliptic Integrals - Carlson Form</a></p></td></tr></table></dd>
-<dt><span class="term">ellint_rf</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/ellint/ellint_carlson.html" title="Elliptic Integrals - Carlson Form">Elliptic Integrals - Carlson Form</a></p></td></tr></table></dd>
-<dt><span class="term">ellint_rj</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/ellint/ellint_carlson.html" title="Elliptic Integrals - Carlson Form">Elliptic Integrals - Carlson Form</a></p></td></tr></table></dd>
-<dt><span class="term">Elliptic Integral Overview</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/ellint/ellint_intro.html" title="Elliptic Integral Overview">method</a></p></td></tr></table></dd>
-<dt><span class="term">Elliptic Integrals - Carlson Form</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/ellint/ellint_carlson.html" title="Elliptic Integrals - Carlson Form">ellint_rc</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/ellint/ellint_carlson.html" title="Elliptic Integrals - Carlson Form">ellint_rd</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/ellint/ellint_carlson.html" title="Elliptic Integrals - Carlson Form">ellint_rf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/ellint/ellint_carlson.html" title="Elliptic Integrals - Carlson Form">ellint_rj</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/ellint/ellint_carlson.html" title="Elliptic Integrals - Carlson Form">RR</a></p></td></tr>
-</table></dd>
 <dt><span class="term">Elliptic Integrals of the First Kind - Legendre Form</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/ellint/ellint_1.html" title="Elliptic Integrals of the First Kind - Legendre Form">ellint_1</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/ellint/ellint_1.html" title="Elliptic Integrals of the First Kind - Legendre Form">RR</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/ellint/ellint_1.html" title="Elliptic Integrals of the First Kind - Legendre Form">ellint_1</a></p></td></tr></table></dd>
 <dt><span class="term">Elliptic Integrals of the Second Kind - Legendre Form</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/ellint/ellint_2.html" title="Elliptic Integrals of the Second Kind - Legendre Form">ellint_2</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/ellint/ellint_2.html" title="Elliptic Integrals of the Second Kind - Legendre Form">RR</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/ellint/ellint_2.html" title="Elliptic Integrals of the Second Kind - Legendre Form">ellint_2</a></p></td></tr></table></dd>
 <dt><span class="term">Elliptic Integrals of the Third Kind - Legendre Form</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/ellint/ellint_3.html" title="Elliptic Integrals of the Third Kind - Legendre Form">ellint_3</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/ellint/ellint_3.html" title="Elliptic Integrals of the Third Kind - Legendre Form">RR</a></p></td></tr>
-</table></dd>
-<dt><span class="term">eps_tolerance</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/roots2.html" title="Root Finding Without Derivatives">Root Finding Without Derivatives</a></p></td></tr></table></dd>
-<dt><span class="term">equal_ceil</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/roots2.html" title="Root Finding Without Derivatives">Root Finding Without Derivatives</a></p></td></tr></table></dd>
-<dt><span class="term">equal_floor</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/roots2.html" title="Root Finding Without Derivatives">Root Finding Without Derivatives</a></p></td></tr></table></dd>
-<dt><span class="term">equal_nearest_integer</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/roots2.html" title="Root Finding Without Derivatives">Root Finding Without Derivatives</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/ellint/ellint_3.html" title="Elliptic Integrals of the Third Kind - Legendre Form">ellint_3</a></p></td></tr></table></dd>
 <dt><span class="term">erf</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/intro.html" title="About the Math Toolkit">About the Math Toolkit</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/c99.html" title="C99 C Functions">C99 C Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/user_def_err_pol.html" title="Calling User Defined Error Handlers">Calling User Defined Error Handlers</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/concepts.html" title="Conceptual Requirements for Real Number Types">Conceptual Requirements for Real Number Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/status/credits.html" title="Credits and Acknowledgements">Credits and Acknowledgements</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/directories.html" title="Directory and File Structure">Directory and File Structure</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_erf/error_inv.html" title="Error Function Inverses">Error Function Inverses</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_erf/error_function.html" title="Error Functions">Error Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_erf/error_function.html" title="Error Functions"><span class="bold"><strong>Errors In the Function erf(z)</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/history1.html" title="History and What's New">History and What's New</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">Performance Comparison of Release and Debug Settings</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comp_compilers.html" title="Comparing Compilers">Performance Comparison of Various Windows Compilers</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">Performance Comparison with and Without Internal Promotion to long double</a></p></td></tr>
 </table></dd>
 <dt><span class="term">erfc</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/c99.html" title="C99 C Functions">C99 C Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_erf/error_inv.html" title="Error Function Inverses">Error Function Inverses</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_erf/error_function.html" title="Error Functions">Error Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_erf/error_function.html" title="Error Functions"><span class="bold"><strong>Errors In the Function erfc(z)</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/history1.html" title="History and What's New">History and What's New</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions">Incomplete Gamma Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">Normal (Gaussian) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/remez.html" title="The Remez Method">The Remez Method</a></p></td></tr>
 </table></dd>
 <dt><span class="term">erfc_inv</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_erf/error_inv.html" title="Error Function Inverses">Error Function Inverses</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">Normal (Gaussian) Distribution</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_erf/error_inv.html" title="Error Function Inverses">Error Function Inverses</a></p></td></tr></table></dd>
 <dt><span class="term">erf_inv</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/user_def_err_pol.html" title="Calling User Defined Error Handlers">Calling User Defined Error Handlers</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_erf/error_inv.html" title="Error Function Inverses">Error Function Inverses</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">Performance Comparison of Release and Debug Settings</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comp_compilers.html" title="Comparing Compilers">Performance Comparison of Various Windows Compilers</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">Performance Comparison with and Without Internal Promotion to long double</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_erf/error_inv.html" title="Error Function Inverses">Error Function Inverses</a></p></td></tr></table></dd>
 <dt><span class="term">Error Function Inverses</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_erf/error_inv.html" title="Error Function Inverses">erf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_erf/error_inv.html" title="Error Function Inverses">erfc</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_erf/error_inv.html" title="Error Function Inverses">erfc_inv</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_erf/error_inv.html" title="Error Function Inverses">erf_inv</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_erf/error_inv.html" title="Error Function Inverses">round</a></p></td></tr>
 </table></dd>
 <dt><span class="term">Error Functions</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_erf/error_function.html" title="Error Functions">erf</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_erf/error_function.html" title="Error Functions">erfc</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_erf/error_function.html" title="Error Functions">gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_erf/error_function.html" title="Error Functions">round</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_erf/error_function.html" title="Error Functions">RR</a></p></td></tr>
-</table></dd>
-<dt><span class="term">Error Handling</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/error_handling.html" title="Error Handling">checked_narrowing_cast</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/error_handling.html" title="Error Handling">evaluation_error</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/error_handling.html" title="Error Handling">method</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/error_handling.html" title="Error Handling">raise_denorm_error</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/error_handling.html" title="Error Handling">raise_domain_error</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/error_handling.html" title="Error Handling">raise_evaluation_error</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/error_handling.html" title="Error Handling">raise_overflow_error</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/error_handling.html" title="Error Handling">raise_pole_error</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/error_handling.html" title="Error Handling">raise_rounding_error</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/error_handling.html" title="Error Handling">raise_underflow_error</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/error_handling.html" title="Error Handling">round</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/error_handling.html" title="Error Handling">rounding_error</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/error_handling.html" title="Error Handling">tgamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/error_handling.html" title="Error Handling">trunc</a></p></td></tr>
-</table></dd>
-<dt><span class="term">Error Handling Policies</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/error_handling_policies.html" title="Error Handling Policies">evaluation_error</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/error_handling_policies.html" title="Error Handling Policies">gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/error_handling_policies.html" title="Error Handling Policies">make_policy</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/error_handling_policies.html" title="Error Handling Policies">method</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/error_handling_policies.html" title="Error Handling Policies">normal</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/error_handling_policies.html" title="Error Handling Policies">normal_distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/error_handling_policies.html" title="Error Handling Policies">quantile</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/error_handling_policies.html" title="Error Handling Policies">round</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/error_handling_policies.html" title="Error Handling Policies">rounding_error</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/error_handling_policies.html" title="Error Handling Policies">tgamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/error_handling_policies.html" title="Error Handling Policies">trunc</a></p></td></tr>
-</table></dd>
-<dt><span class="term">Errors In the Function beta(a, b, x)</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_function.html" title="Incomplete Beta Functions">beta</a></p></td></tr></table></dd>
-<dt><span class="term">Errors In the Function betac(a,b,x)</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_function.html" title="Incomplete Beta Functions">betac</a></p></td></tr></table></dd>
-<dt><span class="term">Errors In the Function erf(z)</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_erf/error_function.html" title="Error Functions">erf</a></p></td></tr></table></dd>
-<dt><span class="term">Errors In the Function erfc(z)</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_erf/error_function.html" title="Error Functions">erfc</a></p></td></tr></table></dd>
-<dt><span class="term">Errors In the Function expint(n, z)</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/expint/expint_n.html" title="Exponential Integral En">expint</a></p></td></tr></table></dd>
-<dt><span class="term">Errors In the Function expint(z)</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/expint/expint_i.html" title="Exponential Integral Ei">expint</a></p></td></tr></table></dd>
-<dt><span class="term">Errors In the Function gamma_p(a,z)</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions">gamma_p</a></p></td></tr></table></dd>
-<dt><span class="term">Errors In the Function gamma_q(a,z)</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions">gamma_q</a></p></td></tr></table></dd>
-<dt><span class="term">Errors In the Function ibeta(a,b,x)</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_function.html" title="Incomplete Beta Functions">ibeta</a></p></td></tr></table></dd>
-<dt><span class="term">Errors In the Function ibetac(a,b,x)</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_function.html" title="Incomplete Beta Functions">ibetac</a></p></td></tr></table></dd>
-<dt><span class="term">Errors In the Function tgamma(a,z)</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions">tgamma</a></p></td></tr></table></dd>
-<dt><span class="term">Errors In the Function tgamma_delta_ratio(a, delta)</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/gamma_ratios.html" title="Ratios of Gamma Functions">tgamma_delta_ratio</a></p></td></tr></table></dd>
-<dt><span class="term">Errors In the Function tgamma_lower(a,z)</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions">tgamma_lower</a></p></td></tr></table></dd>
-<dt><span class="term">Errors In the Function tgamma_ratio(a, b)</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/gamma_ratios.html" title="Ratios of Gamma Functions">tgamma_ratio</a></p></td></tr></table></dd>
-<dt><span class="term">Errors In the Function zeta(z)</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/zetas/zeta.html" title="Riemann Zeta Function">zeta</a></p></td></tr></table></dd>
-<dt><span class="term">Errors Rates in cyl_bessel_i</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/bessel/mbessel.html" title="Modified Bessel Functions of the First and Second Kinds">cyl_bessel_i</a></p></td></tr></table></dd>
-<dt><span class="term">Errors Rates in cyl_bessel_j</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/bessel/bessel.html" title="Bessel Functions of the First and Second Kinds">cyl_bessel_j</a></p></td></tr></table></dd>
-<dt><span class="term">Errors Rates in cyl_bessel_k</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/bessel/mbessel.html" title="Modified Bessel Functions of the First and Second Kinds">cyl_bessel_k</a></p></td></tr></table></dd>
-<dt><span class="term">Errors Rates in cyl_neumann</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/bessel/bessel.html" title="Bessel Functions of the First and Second Kinds">cyl_neumann</a></p></td></tr></table></dd>
+</table></dd>
 <dt><span class="term">evaluate_even_polynomial</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/rational.html" title="Polynomial and Rational Function Evaluation">Polynomial and Rational Function Evaluation</a></p></td></tr></table></dd>
 <dt><span class="term">evaluate_odd_polynomial</span></dt>
@@ -1125,73 +464,23 @@
 <dt><span class="term">evaluate_polynomial</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/rational.html" title="Polynomial and Rational Function Evaluation">Polynomial and Rational Function Evaluation</a></p></td></tr></table></dd>
 <dt><span class="term">evaluate_rational</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">Performance Tuning Macros</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/rational.html" title="Polynomial and Rational Function Evaluation">Polynomial and Rational Function Evaluation</a></p></td></tr>
-</table></dd>
-<dt><span class="term">evaluation_error</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/user_def_err_pol.html" title="Calling User Defined Error Handlers">Calling User Defined Error Handlers</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/ad_hoc_sf_policies.html" title="Changing the Policy on an Ad Hoc Basis for the Special Functions">Changing the Policy on an Ad Hoc Basis for the Special Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/pol_overview.html" title="Configuration and Policies">Configuration and Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/error_handling.html" title="Error Handling">Error Handling</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/error_handling_policies.html" title="Error Handling Policies">Error Handling Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/history1.html" title="History and What's New">History and What's New</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/iteration_pol.html" title="Iteration Limits Policies">Iteration Limits Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/policy_tut_defaults.html" title="Policies Have Sensible Defaults">Policies Have Sensible Defaults</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">Policy Class Reference</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_overview.html" title="Policy Overview">Policy Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/error_handling.html" title="Error Handling">Possible Actions for Internal Evaluation Errors</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/namespace_policies.html" title="Setting Policies at Namespace or Translation Unit Scope">Setting Policies at Namespace or Translation Unit Scope</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/policy_defaults.html" title="Using macros to Change the Policy Defaults">Using macros to Change the Policy Defaults</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/rational.html" title="Polynomial and Rational Function Evaluation">Polynomial and Rational Function Evaluation</a></p></td></tr></table></dd>
 <dt><span class="term">evaluation_error_type</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">Policy Class Reference</a></p></td></tr></table></dd>
 <dt><span class="term">Examples</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/dist_construct_eg.html" title="Distribution Construction Example">beta</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/dist_construct_eg.html" title="Distribution Construction Example">beta_distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/dist_construct_eg.html" title="Distribution Construction Example">binomial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/dist_construct_eg.html" title="Distribution Construction Example">binomial_distribution</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binomial_quiz_example.html" title="Binomial Quiz Example">BOOST_MATH_DISCRETE_QUANTILE_POLICY</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/error_eg.html" title="Error Handling Example">BOOST_MATH_DOMAIN_ERROR_POLICY</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/neg_binom_eg/negative_binomial_example1.html" title="Negative Binomial Sales Quota Example.">BOOST_MATH_OVERFLOW_ERROR_POLICY</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_location_eg.html" title="Find Location (Mean) Example">cauchy</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_location_eg.html" title="Find Location (Mean) Example">cauchy_distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/st_eg/tut_mean_test.html" title='Testing a sample mean for difference from a "true" mean'>cdf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/cs_eg/chi_sq_intervals.html" title="Confidence Intervals on the Standard Deviation">chi_squared</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/cs_eg/chi_sq_size.html" title="Estimating the Required Sample Sizes for a Chi-Square Test for the Standard Deviation">chi_squared_distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/st_eg/tut_mean_size.html" title="Estimating how large a sample size would have to become in order to give a significant Students-t test result with a single sample test">find_degrees_of_freedom</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_location_eg.html" title="Find Location (Mean) Example">find_location</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_location_eg.html" title="Find Location (Mean) Example">find_scale</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/f_eg.html" title="F Distribution Examples">fisher_f</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/dist_construct_eg.html" title="Distribution Construction Example">gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/dist_construct_eg.html" title="Distribution Construction Example">gamma_distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/dist_construct_eg.html" title="Distribution Construction Example">mean</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/cs_eg/chi_sq_intervals.html" title="Confidence Intervals on the Standard Deviation">median</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/st_eg/tut_mean_test.html" title='Testing a sample mean for difference from a "true" mean'>method</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binomial_coinflip_example.html" title="Binomial Coin-Flipping Example">mode</a></p></td></tr>
+<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_location_eg.html" title="Find Location (Mean) Example">mean</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/dist_construct_eg.html" title="Distribution Construction Example">negative_binomial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/dist_construct_eg.html" title="Distribution Construction Example">negative_binomial_distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/nccs_eg/nccs_power_eg.html" title="Tables of the power function of the &#967;2 test.">non_central_chi_squared</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/dist_construct_eg.html" title="Distribution Construction Example">normal</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/dist_construct_eg.html" title="Distribution Construction Example">normal_distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binomial_coinflip_example.html" title="Binomial Coin-Flipping Example">pdf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/cs_eg/chi_sq_intervals.html" title="Confidence Intervals on the Standard Deviation">quantile</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_scale_eg.html" title="Find Scale (Standard Deviation) Example">round</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/dist_construct_eg.html" title="Distribution Construction Example">RR</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binomial_coinflip_example.html" title="Binomial Coin-Flipping Example">skewness</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binomial_coinflip_example.html" title="Binomial Coin-Flipping Example">standard_deviation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/st_eg/tut_mean_test.html" title='Testing a sample mean for difference from a "true" mean'>students_t</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/st_eg/tut_mean_size.html" title="Estimating how large a sample size would have to become in order to give a significant Students-t test result with a single sample test">students_t_distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/st_eg/two_sample_students_t.html" title="Comparing the means of two samples with the Students-t test">variance</a></p></td></tr>
+<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/neg_binom_eg/negative_binomial_example1.html" title="Negative Binomial Sales Quota Example.">quantile</a></p></td></tr>
 </table></dd>
 <dt><span class="term">expint</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/expint/expint_n.html" title="Exponential Integral En"><span class="bold"><strong>Errors In the Function expint(n, z)</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/expint/expint_i.html" title="Exponential Integral Ei"><span class="bold"><strong>Errors In the Function expint(z)</strong></span></a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/expint/expint_i.html" title="Exponential Integral Ei">Exponential Integral Ei</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/expint/expint_n.html" title="Exponential Integral En">Exponential Integral En</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1_ref.html" title="TR1 C Functions Quick Reference">TR1 C Functions Quick Reference</a></p></td></tr>
@@ -1201,210 +490,69 @@
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/c99.html" title="C99 C Functions">C99 C Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/expm1.html" title="expm1"><span class="bold"><strong>expm1</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/exp_dist.html" title="Exponential Distribution">Exponential Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/extreme_dist.html" title="Extreme Value Distribution">Extreme Value Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/tgamma.html" title="Gamma">Gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/pareto.html" title="Pareto Distribution">Pareto Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/powm1.html" title="powm1">powm1</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">Rayleigh Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/expm1.html" title="expm1">RR</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/sqrt1pm1.html" title="sqrt1pm1">sqrt1pm1</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">Weibull Distribution</a></p></td></tr>
-</table></dd>
-<dt><span class="term">exponential</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">Additional Implementation Notes</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/exp_dist.html" title="Exponential Distribution">Exponential Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/expint/expint_i.html" title="Exponential Integral Ei">Exponential Integral Ei</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/expint/expint_n.html" title="Exponential Integral En">Exponential Integral En</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/inv_hyper/inv_hyper_over.html" title="Inverse Hyperbolic Functions Overview">Inverse Hyperbolic Functions Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/mbessel.html" title="Modified Bessel Functions of the First and Second Kinds">Modified Bessel Functions of the First and Second Kinds</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1_ref.html" title="TR1 C Functions Quick Reference">TR1 C Functions Quick Reference</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">Weibull Distribution</a></p></td></tr>
+<tr><td><p><a class="link" href="../math_toolkit/special/powers/expm1.html" title="expm1">expm1</a></p></td></tr>
 </table></dd>
 <dt><span class="term">Exponential Distribution</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/exp_dist.html" title="Exponential Distribution">cdf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/exp_dist.html" title="Exponential Distribution">expm1</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/exp_dist.html" title="Exponential Distribution">exponential</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/exp_dist.html" title="Exponential Distribution">exponential_distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/exp_dist.html" title="Exponential Distribution">kurtosis</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/exp_dist.html" title="Exponential Distribution">kurtosis_excess</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/exp_dist.html" title="Exponential Distribution">log1p</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/exp_dist.html" title="Exponential Distribution">mean</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/exp_dist.html" title="Exponential Distribution">median</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/exp_dist.html" title="Exponential Distribution">mode</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/exp_dist.html" title="Exponential Distribution">pdf</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/exp_dist.html" title="Exponential Distribution">policy_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/exp_dist.html" title="Exponential Distribution">quantile</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/exp_dist.html" title="Exponential Distribution">skewness</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/exp_dist.html" title="Exponential Distribution">value_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/exp_dist.html" title="Exponential Distribution">variance</a></p></td></tr>
 </table></dd>
 <dt><span class="term">Exponential Integral Ei</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/expint/expint_i.html" title="Exponential Integral Ei">bits</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/expint/expint_i.html" title="Exponential Integral Ei">expint</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/expint/expint_i.html" title="Exponential Integral Ei">exponential</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/expint/expint_i.html" title="Exponential Integral Ei">RR</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/expint/expint_i.html" title="Exponential Integral Ei">zeta</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/expint/expint_i.html" title="Exponential Integral Ei">expint</a></p></td></tr></table></dd>
 <dt><span class="term">Exponential Integral En</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/expint/expint_n.html" title="Exponential Integral En">bits</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/expint/expint_n.html" title="Exponential Integral En">expint</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/expint/expint_n.html" title="Exponential Integral En">exponential</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/expint/expint_n.html" title="Exponential Integral En">RR</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/expint/expint_n.html" title="Exponential Integral En">expint</a></p></td></tr></table></dd>
 <dt><span class="term">exponential_distribution</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/exp_dist.html" title="Exponential Distribution">Exponential Distribution</a></p></td></tr></table></dd>
-<dt><span class="term">Extras/Future Directions</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/future.html" title="Extras/Future Directions">cdf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/future.html" title="Extras/Future Directions">mean</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/future.html" title="Extras/Future Directions">value_type</a></p></td></tr>
-</table></dd>
 <dt><span class="term">Extreme Value Distribution</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/extreme_dist.html" title="Extreme Value Distribution">cdf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/extreme_dist.html" title="Extreme Value Distribution">expm1</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/extreme_dist.html" title="Extreme Value Distribution">extreme_value</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/extreme_dist.html" title="Extreme Value Distribution">extreme_value_distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/extreme_dist.html" title="Extreme Value Distribution">kurtosis</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/extreme_dist.html" title="Extreme Value Distribution">kurtosis_excess</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/extreme_dist.html" title="Extreme Value Distribution">log1p</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/extreme_dist.html" title="Extreme Value Distribution">mean</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/extreme_dist.html" title="Extreme Value Distribution">median</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/extreme_dist.html" title="Extreme Value Distribution">mode</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/extreme_dist.html" title="Extreme Value Distribution">pdf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/extreme_dist.html" title="Extreme Value Distribution">quantile</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/extreme_dist.html" title="Extreme Value Distribution">skewness</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/extreme_dist.html" title="Extreme Value Distribution">value_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/extreme_dist.html" title="Extreme Value Distribution">variance</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/extreme_dist.html" title="Extreme Value Distribution">zeta</a></p></td></tr>
 </table></dd>
-<dt><span class="term">extreme_value</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/extreme_dist.html" title="Extreme Value Distribution">Extreme Value Distribution</a></p></td></tr></table></dd>
 <dt><span class="term">extreme_value_distribution</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/extreme_dist.html" title="Extreme Value Distribution">Extreme Value Distribution</a></p></td></tr></table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_62"></a><span class="term">F</span>
+<a name="idx_id_50"></a><span class="term">F</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">F Distribution</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">beta</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">cdf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">fisher_f</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">fisher_f_distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">ibeta</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">ibetac</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">ibetac_inv</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">ibeta_derivative</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">ibeta_inv</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">kurtosis</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">kurtosis_excess</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">mean</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">median</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">mode</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">normal</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">pdf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">quantile</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">skewness</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">value_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">variance</a></p></td></tr>
-</table></dd>
-<dt><span class="term">factorial</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/intro.html" title="About the Math Toolkit">About the Math Toolkit</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/status/credits.html" title="Credits and Acknowledgements">Credits and Acknowledgements</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_double_factorial.html" title="Double Factorial">Double Factorial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_factorial.html" title="Factorial">factorial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_falling_factorial.html" title="Falling Factorial">Falling Factorial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/tgamma.html" title="Gamma">Gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/history1.html" title="History and What's New">History and What's New</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/inv_hyper/inv_hyper_over.html" title="Inverse Hyperbolic Functions Overview">Inverse Hyperbolic Functions Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_factorial.html" title="Factorial">max_factorial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/gamma_ratios.html" title="Ratios of Gamma Functions">Ratios of Gamma Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_rising_factorial.html" title="Rising Factorial">Rising Factorial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_factorial.html" title="Factorial">tgamma</a></p></td></tr>
 </table></dd>
+<dt><span class="term">Factorial</span></dt>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_factorial.html" title="Factorial">factorial</a></p></td></tr></table></dd>
 <dt><span class="term">Falling Factorial</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_falling_factorial.html" title="Falling Factorial">factorial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_falling_factorial.html" title="Falling Factorial">falling_factorial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_falling_factorial.html" title="Falling Factorial">gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_falling_factorial.html" title="Falling Factorial">tgamma_delta_ratio</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_falling_factorial.html" title="Falling Factorial">falling_factorial</a></p></td></tr></table></dd>
 <dt><span class="term">falling_factorial</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_falling_factorial.html" title="Falling Factorial">Falling Factorial</a></p></td></tr></table></dd>
 <dt><span class="term">Finding the Next Greater Representable Value (float_next)</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/next_float/float_next.html" title="Finding the Next Greater Representable Value (float_next)">float_next</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/next_float/float_next.html" title="Finding the Next Greater Representable Value (float_next)">nextafter</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/next_float/float_next.html" title="Finding the Next Greater Representable Value (float_next)">float_next</a></p></td></tr></table></dd>
 <dt><span class="term">Finding the Next Representable Value in a Specific Direction (nextafter)</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/next_float/nextafter.html" title="Finding the Next Representable Value in a Specific Direction (nextafter)">nextafter</a></p></td></tr></table></dd>
 <dt><span class="term">Finding the Next Smaller Representable Value (float_prior)</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/next_float/float_prior.html" title="Finding the Next Smaller Representable Value (float_prior)">float_prior</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/next_float/float_prior.html" title="Finding the Next Smaller Representable Value (float_prior)">nextafter</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/next_float/float_prior.html" title="Finding the Next Smaller Representable Value (float_prior)">float_prior</a></p></td></tr></table></dd>
 <dt><span class="term">find_degrees_of_freedom</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/st_eg/tut_mean_size.html" title="Estimating how large a sample size would have to become in order to give a significant Students-t test result with a single sample test">Estimating how large a sample size would have to become in order to give a significant Students-t test result with a single sample test</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/cs_eg/chi_sq_size.html" title="Estimating the Required Sample Sizes for a Chi-Square Test for the Standard Deviation">Estimating the Required Sample Sizes for a Chi-Square Test for the Standard Deviation</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">Noncentral Chi-Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">Students t Distribution</a></p></td></tr>
 </table></dd>
-<dt><span class="term">find_location</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dist_algorithms.html" title="Distribution Algorithms">Distribution Algorithms</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_location_eg.html" title="Find Location (Mean) Example">Find Location (Mean) Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_mean_and_sd_eg.html" title="Find mean and standard deviation example">Find mean and standard deviation example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">Normal (Gaussian) Distribution</a></p></td></tr>
-</table></dd>
 <dt><span class="term">find_lower_bound_on_p</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binom_conf.html" title="Calculating Confidence Limits on the Frequency of Occurrence for a Binomial Distribution">Calculating Confidence Limits on the Frequency of Occurrence for a Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/neg_binom_eg/neg_binom_conf.html" title="Calculating Confidence Limits on the Frequency of Occurrence for the Negative Binomial Distribution">Calculating Confidence Limits on the Frequency of Occurrence for the Negative Binomial Distribution</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
 </table></dd>
 <dt><span class="term">find_non_centrality</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">Noncentral Chi-Squared Distribution</a></p></td></tr></table></dd>
-<dt><span class="term">find_scale</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dist_algorithms.html" title="Distribution Algorithms">Distribution Algorithms</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_location_eg.html" title="Find Location (Mean) Example">Find Location (Mean) Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_mean_and_sd_eg.html" title="Find mean and standard deviation example">Find mean and standard deviation example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_scale_eg.html" title="Find Scale (Standard Deviation) Example">Find Scale (Standard Deviation) Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">Normal (Gaussian) Distribution</a></p></td></tr>
-</table></dd>
 <dt><span class="term">find_upper_bound_on_p</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binom_conf.html" title="Calculating Confidence Limits on the Frequency of Occurrence for a Binomial Distribution">Calculating Confidence Limits on the Frequency of Occurrence for a Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/neg_binom_eg/neg_binom_conf.html" title="Calculating Confidence Limits on the Frequency of Occurrence for the Negative Binomial Distribution">Calculating Confidence Limits on the Frequency of Occurrence for the Negative Binomial Distribution</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
 </table></dd>
-<dt><span class="term">fisher_f</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/f_eg.html" title="F Distribution Examples">F Distribution Examples</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/ad_hoc_dist_policies.html" title="Setting Policies for Distributions on an Ad Hoc Basis">Setting Policies for Distributions on an Ad Hoc Basis</a></p></td></tr>
-</table></dd>
 <dt><span class="term">fisher_f_distribution</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/ad_hoc_dist_policies.html" title="Setting Policies for Distributions on an Ad Hoc Basis">Setting Policies for Distributions on an Ad Hoc Basis</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">F Distribution</a></p></td></tr></table></dd>
 <dt><span class="term">Floating-Point Classification: Infinities and NaN's</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../math_toolkit/special/fpclass.html" title="Floating-Point Classification: Infinities and NaN's">FP_INFINITE</a></p></td></tr>
@@ -1412,31 +560,15 @@
 <tr><td><p><a class="link" href="../math_toolkit/special/fpclass.html" title="Floating-Point Classification: Infinities and NaN's">FP_NORMAL</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/fpclass.html" title="Floating-Point Classification: Infinities and NaN's">FP_SUBNORMAL</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/fpclass.html" title="Floating-Point Classification: Infinities and NaN's">FP_ZERO</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/fpclass.html" title="Floating-Point Classification: Infinities and NaN's">mean</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/fpclass.html" title="Floating-Point Classification: Infinities and NaN's">normal</a></p></td></tr>
-</table></dd>
-<dt><span class="term">Floating-Point Representation Distance (ULP), and Finding Adjacent Floating-Point Values</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/next_float.html" title="Floating-Point Representation Distance (ULP), and Finding Adjacent Floating-Point Values">bits</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/next_float.html" title="Floating-Point Representation Distance (ULP), and Finding Adjacent Floating-Point Values">RR</a></p></td></tr>
 </table></dd>
 <dt><span class="term">float_advance</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/next_float/float_advance.html" title="Advancing a Floating Point Value by a Specific Representation Distance (ULP) float_advance"><span class="bold"><strong>Advancing a Floating Point Value by a Specific Representation Distance (ULP) float_advance</strong></span></a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/next_float/float_advance.html" title="Advancing a Floating Point Value by a Specific Representation Distance (ULP) float_advance">Advancing a Floating Point Value by a Specific Representation Distance (ULP) float_advance</a></p></td></tr></table></dd>
 <dt><span class="term">float_distance</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/next_float/float_advance.html" title="Advancing a Floating Point Value by a Specific Representation Distance (ULP) float_advance">Advancing a Floating Point Value by a Specific Representation Distance (ULP) float_advance</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/next_float/float_distance.html" title="Calculating the Representation Distance Between Two Floating Point Values (ULP) float_distance"><span class="bold"><strong>Calculating the Representation Distance Between Two Floating Point Values (ULP) float_distance</strong></span></a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/next_float/float_distance.html" title="Calculating the Representation Distance Between Two Floating Point Values (ULP) float_distance">Calculating the Representation Distance Between Two Floating Point Values (ULP) float_distance</a></p></td></tr></table></dd>
 <dt><span class="term">float_next</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/next_float/float_distance.html" title="Calculating the Representation Distance Between Two Floating Point Values (ULP) float_distance">Calculating the Representation Distance Between Two Floating Point Values (ULP) float_distance</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/next_float/float_next.html" title="Finding the Next Greater Representable Value (float_next)"><span class="bold"><strong>Finding the Next Greater Representable Value (float_next)</strong></span></a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/next_float/float_next.html" title="Finding the Next Greater Representable Value (float_next)">Finding the Next Greater Representable Value (float_next)</a></p></td></tr></table></dd>
 <dt><span class="term">float_prior</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/next_float/float_distance.html" title="Calculating the Representation Distance Between Two Floating Point Values (ULP) float_distance">Calculating the Representation Distance Between Two Floating Point Values (ULP) float_distance</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/next_float/float_prior.html" title="Finding the Next Smaller Representable Value (float_prior)"><span class="bold"><strong>Finding the Next Smaller Representable Value (float_prior)</strong></span></a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/next_float/float_prior.html" title="Finding the Next Smaller Representable Value (float_prior)">Finding the Next Smaller Representable Value (float_prior)</a></p></td></tr></table></dd>
 <dt><span class="term">float_t</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
@@ -1453,201 +585,51 @@
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/fpclass.html" title="Floating-Point Classification: Infinities and NaN's">Floating-Point Classification: Infinities and NaN's</a></p></td></tr></table></dd>
 <dt><span class="term">FP_ZERO</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/fpclass.html" title="Floating-Point Classification: Infinities and NaN's">Floating-Point Classification: Infinities and NaN's</a></p></td></tr></table></dd>
-<dt><span class="term">fraction_traits</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/cf.html" title="Continued Fraction Evaluation">Continued Fraction Evaluation</a></p></td></tr></table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_63"></a><span class="term">G</span>
+<a name="idx_id_51"></a><span class="term">G</span>
 </dt>
 <dd><div class="variablelist"><dl>
-<dt><span class="term">gamma</span></dt>
+<dt><span class="term">Gamma</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/intro.html" title="About the Math Toolkit">About the Math Toolkit</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">Additional Implementation Notes</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/bessel.html" title="Bessel Functions of the First and Second Kinds">Bessel Functions of the First and Second Kinds</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/beta_function.html" title="Beta">Beta</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/extern_c/c99.html" title="C99 C Functions">C99 C Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/ad_hoc_sf_policies.html" title="Changing the Policy on an Ad Hoc Basis for the Special Functions">Changing the Policy on an Ad Hoc Basis for the Special Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/concepts.html" title="Conceptual Requirements for Real Number Types">Conceptual Requirements for Real Number Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/status/credits.html" title="Credits and Acknowledgements">Credits and Acknowledgements</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/gamma_derivatives.html" title="Derivative of the Incomplete Gamma Function">Derivative of the Incomplete Gamma Function</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/digamma.html" title="Digamma">Digamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/directories.html" title="Directory and File Structure">Directory and File Structure</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/dist_construct_eg.html" title="Distribution Construction Example">Distribution Construction Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_double_factorial.html" title="Double Factorial">Double Factorial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_erf/error_function.html" title="Error Functions">Error Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/error_handling_policies.html" title="Error Handling Policies">Error Handling Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/tgamma.html" title="Gamma">expm1</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/tgamma.html" title="Gamma">factorial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_falling_factorial.html" title="Falling Factorial">Falling Factorial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/tgamma.html" title="Gamma">gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">Gamma (and Erlang) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions">Graphing, Profiling, and Generating Test Data for Special Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/history1.html" title="History and What's New">History and What's New</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_function.html" title="Incomplete Beta Functions">Incomplete Beta Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">Incomplete Gamma Function Inverses</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions">Incomplete Gamma Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/internal_promotion.html" title="Internal Promotion Policies">Internal Promotion Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/tgamma.html" title="Gamma">lanczos</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/tgamma.html" title="Gamma">Lanczos approximation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/tgamma.html" title="Gamma">lgamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/lgamma.html" title="Log Gamma">Log Gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/mbessel.html" title="Modified Bessel Functions of the First and Second Kinds">Modified Bessel Functions of the First and Second Kinds</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">Noncentral Chi-Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">Poisson Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/precision_pol.html" title="Precision Policies">Precision Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/gamma_ratios.html" title="Ratios of Gamma Functions">Ratios of Gamma Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/refs.html" title="References">References</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_rising_factorial.html" title="Rising Factorial">Rising Factorial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/namespace_pol.html" title="Setting Polices at Namespace Scope">Setting Polices at Namespace Scope</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/namespace_policies.html" title="Setting Policies at Namespace or Translation Unit Scope">Setting Policies at Namespace or Translation Unit Scope</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/tgamma.html" title="Gamma">tgamma</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/tgamma.html" title="Gamma">tgamma1pm1</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">The Incomplete Beta Function Inverses</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/lanczos.html" title="The Lanczos Approximation">The Lanczos Approximation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/use_mpfr.html" title="Using With MPFR / GMP - a High-Precision Floating-Point Library">Using With MPFR / GMP - a High-Precision Floating-Point Library</a></p></td></tr>
 </table></dd>
 <dt><span class="term">Gamma (and Erlang) Distribution</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">cdf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">gamma</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">gamma_distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">gamma_p</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">gamma_p_derivative</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">gamma_p_inv</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">gamma_q</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">gamma_q_inv</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">kurtosis</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">kurtosis_excess</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">lognormal</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">mean</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">median</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">mode</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">pdf</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">policy_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">quantile</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">skewness</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">value_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">variance</a></p></td></tr>
 </table></dd>
 <dt><span class="term">gamma_distribution</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/dist_construct_eg.html" title="Distribution Construction Example">Distribution Construction Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">Gamma (and Erlang) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/namespace_pol.html" title="Setting Polices at Namespace Scope">Setting Polices at Namespace Scope</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/namespace_policies.html" title="Setting Policies at Namespace or Translation Unit Scope">Setting Policies at Namespace or Translation Unit Scope</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">Gamma (and Erlang) Distribution</a></p></td></tr></table></dd>
 <dt><span class="term">gamma_p</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comparisons.html" title="Comparisons to Other Open Source Libraries">Comparisons to Other Open Source Libraries</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/gamma_derivatives.html" title="Derivative of the Incomplete Gamma Function">Derivative of the Incomplete Gamma Function</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions"><span class="bold"><strong>Errors In the Function gamma_p(a,z)</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">Gamma (and Erlang) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">Incomplete Gamma Function Inverses</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions">Incomplete Gamma Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">Performance Comparison of Release and Debug Settings</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comp_compilers.html" title="Comparing Compilers">Performance Comparison of Various Windows Compilers</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">Performance Comparison with and Without Internal Promotion to long double</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">Poisson Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/lanczos.html" title="The Lanczos Approximation">The Lanczos Approximation</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions">Incomplete Gamma Functions</a></p></td></tr></table></dd>
 <dt><span class="term">gamma_p_derivative</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/gamma_derivatives.html" title="Derivative of the Incomplete Gamma Function">Derivative of the Incomplete Gamma Function</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">Gamma (and Erlang) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">Noncentral Chi-Squared Distribution</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/gamma_derivatives.html" title="Derivative of the Incomplete Gamma Function">Derivative of the Incomplete Gamma Function</a></p></td></tr></table></dd>
 <dt><span class="term">gamma_p_inv</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comparisons.html" title="Comparisons to Other Open Source Libraries">Comparisons to Other Open Source Libraries</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">Gamma (and Erlang) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">Incomplete Gamma Function Inverses</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">Performance Comparison of Release and Debug Settings</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comp_compilers.html" title="Comparing Compilers">Performance Comparison of Various Windows Compilers</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">Performance Comparison with and Without Internal Promotion to long double</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">Incomplete Gamma Function Inverses</a></p></td></tr></table></dd>
 <dt><span class="term">gamma_p_inva</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">Incomplete Gamma Function Inverses</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">Performance Comparison of Release and Debug Settings</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comp_compilers.html" title="Comparing Compilers">Performance Comparison of Various Windows Compilers</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">Performance Comparison with and Without Internal Promotion to long double</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">Poisson Distribution</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">Incomplete Gamma Function Inverses</a></p></td></tr></table></dd>
 <dt><span class="term">gamma_q</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comparisons.html" title="Comparisons to Other Open Source Libraries">Comparisons to Other Open Source Libraries</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/gamma_derivatives.html" title="Derivative of the Incomplete Gamma Function">Derivative of the Incomplete Gamma Function</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions"><span class="bold"><strong>Errors In the Function gamma_q(a,z)</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">Gamma (and Erlang) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">Incomplete Gamma Function Inverses</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions">Incomplete Gamma Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">Performance Comparison of Release and Debug Settings</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comp_compilers.html" title="Comparing Compilers">Performance Comparison of Various Windows Compilers</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">Performance Comparison with and Without Internal Promotion to long double</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">Poisson Distribution</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions">Incomplete Gamma Functions</a></p></td></tr></table></dd>
 <dt><span class="term">gamma_q_inv</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comparisons.html" title="Comparisons to Other Open Source Libraries">Comparisons to Other Open Source Libraries</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">Gamma (and Erlang) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">Incomplete Gamma Function Inverses</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">Performance Comparison of Release and Debug Settings</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comp_compilers.html" title="Comparing Compilers">Performance Comparison of Various Windows Compilers</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">Performance Comparison with and Without Internal Promotion to long double</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">Incomplete Gamma Function Inverses</a></p></td></tr></table></dd>
 <dt><span class="term">gamma_q_inva</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">Incomplete Gamma Function Inverses</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">Performance Comparison of Release and Debug Settings</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comp_compilers.html" title="Comparing Compilers">Performance Comparison of Various Windows Compilers</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">Performance Comparison with and Without Internal Promotion to long double</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">Poisson Distribution</a></p></td></tr>
-</table></dd>
-<dt><span class="term">Getting the Best Performance from this Library</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">mode</a></p></td></tr></table></dd>
-<dt><span class="term">get_user_parameter_info</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions">Graphing, Profiling, and Generating Test Data for Special Functions</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">Incomplete Gamma Function Inverses</a></p></td></tr></table></dd>
 <dt><span class="term">Graphing, Profiling, and Generating Test Data for Special Functions</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions">beta</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions">bits</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions">continued_fraction_a</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions">gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions">get_user_parameter_info</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions">lgamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions">parameter_info</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions">real_cast</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions">relative_error</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions">RR</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions">SetOutputPrecision</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions">SetPrecision</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions">test_data</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions">uniform</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions">upper_incomplete_gamma_fract</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions">value_type</a></p></td></tr>
 </table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_64"></a><span class="term">H</span>
+<a name="idx_id_52"></a><span class="term">H</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">halley_iterate</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/roots.html" title="Root Finding With Derivatives">Root Finding With Derivatives</a></p></td></tr></table></dd>
-<dt><span class="term">hazard</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">Additional Implementation Notes</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/archetypes.html" title="Conceptual Archetypes and Testing">Conceptual Archetypes and Testing</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/dist_concept.html" title="Conceptual Requirements for Distribution Types">Conceptual Requirements for Distribution Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/nmp.html" title="Non-Member Properties">Non-Member Properties</a></p></td></tr>
-</table></dd>
 <dt><span class="term">hermite</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
@@ -1659,341 +641,91 @@
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_poly/hermite.html" title="Hermite Polynomials">hermite</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_poly/hermite.html" title="Hermite Polynomials">hermite_next</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_poly/hermite.html" title="Hermite Polynomials">RR</a></p></td></tr>
 </table></dd>
 <dt><span class="term">hermite_next</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_poly/hermite.html" title="Hermite Polynomials">Hermite Polynomials</a></p></td></tr></table></dd>
-<dt><span class="term">History and What's New</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/history1.html" title="History and What's New">beta</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/history1.html" title="History and What's New">digamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/history1.html" title="History and What's New">erf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/history1.html" title="History and What's New">erfc</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/history1.html" title="History and What's New">evaluation_error</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/history1.html" title="History and What's New">factorial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/history1.html" title="History and What's New">gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/history1.html" title="History and What's New">hypergeometric</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/history1.html" title="History and What's New">lgamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/history1.html" title="History and What's New">logistic</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/history1.html" title="History and What's New">method</a></p></td></tr>
-</table></dd>
-<dt><span class="term">hypergeometric</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">Additional Implementation Notes</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/history1.html" title="History and What's New">History and What's New</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_t_dist.html" title="Noncentral T Distribution">Noncentral T Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1_ref.html" title="TR1 C Functions Quick Reference">TR1 C Functions Quick Reference</a></p></td></tr>
-</table></dd>
 <dt><span class="term">hypot</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/c99.html" title="C99 C Functions">C99 C Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/hypot.html" title="hypot"><span class="bold"><strong>hypot</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../math_toolkit/special/powers/hypot.html" title="hypot">hypot</a></p></td></tr>
 </table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_65"></a><span class="term">I</span>
+<a name="idx_id_53"></a><span class="term">I</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">ibeta</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comparisons.html" title="Comparisons to Other Open Source Libraries">Comparisons to Other Open Source Libraries</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/beta_derivative.html" title="Derivative of the Incomplete Beta Function">Derivative of the Incomplete Beta Function</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_function.html" title="Incomplete Beta Functions"><span class="bold"><strong>Errors In the Function ibeta(a,b,x)</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_function.html" title="Incomplete Beta Functions">Incomplete Beta Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">Performance Comparison of Release and Debug Settings</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comp_compilers.html" title="Comparing Compilers">Performance Comparison of Various Windows Compilers</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">Performance Comparison with and Without Internal Promotion to long double</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">Students t Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">The Incomplete Beta Function Inverses</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_function.html" title="Incomplete Beta Functions">Incomplete Beta Functions</a></p></td></tr></table></dd>
 <dt><span class="term">ibetac</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comparisons.html" title="Comparisons to Other Open Source Libraries">Comparisons to Other Open Source Libraries</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_function.html" title="Incomplete Beta Functions"><span class="bold"><strong>Errors In the Function ibetac(a,b,x)</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_function.html" title="Incomplete Beta Functions">Incomplete Beta Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">Performance Comparison of Release and Debug Settings</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comp_compilers.html" title="Comparing Compilers">Performance Comparison of Various Windows Compilers</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">Performance Comparison with and Without Internal Promotion to long double</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">Students t Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">The Incomplete Beta Function Inverses</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_function.html" title="Incomplete Beta Functions">Incomplete Beta Functions</a></p></td></tr></table></dd>
 <dt><span class="term">ibetac_inv</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comparisons.html" title="Comparisons to Other Open Source Libraries">Comparisons to Other Open Source Libraries</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">Performance Comparison of Release and Debug Settings</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comp_compilers.html" title="Comparing Compilers">Performance Comparison of Various Windows Compilers</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">Performance Comparison with and Without Internal Promotion to long double</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">The Incomplete Beta Function Inverses</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">The Incomplete Beta Function Inverses</a></p></td></tr></table></dd>
 <dt><span class="term">ibetac_inva</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">Performance Comparison of Release and Debug Settings</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comp_compilers.html" title="Comparing Compilers">Performance Comparison of Various Windows Compilers</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">Performance Comparison with and Without Internal Promotion to long double</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">The Incomplete Beta Function Inverses</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">The Incomplete Beta Function Inverses</a></p></td></tr></table></dd>
 <dt><span class="term">ibetac_invb</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">Performance Comparison of Release and Debug Settings</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comp_compilers.html" title="Comparing Compilers">Performance Comparison of Various Windows Compilers</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">Performance Comparison with and Without Internal Promotion to long double</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">The Incomplete Beta Function Inverses</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">The Incomplete Beta Function Inverses</a></p></td></tr></table></dd>
 <dt><span class="term">ibeta_derivative</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/beta_derivative.html" title="Derivative of the Incomplete Beta Function">Derivative of the Incomplete Beta Function</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/beta_derivative.html" title="Derivative of the Incomplete Beta Function">Derivative of the Incomplete Beta Function</a></p></td></tr></table></dd>
 <dt><span class="term">ibeta_inv</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comparisons.html" title="Comparisons to Other Open Source Libraries">Comparisons to Other Open Source Libraries</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">Performance Comparison of Release and Debug Settings</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comp_compilers.html" title="Comparing Compilers">Performance Comparison of Various Windows Compilers</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">Performance Comparison with and Without Internal Promotion to long double</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">Students t Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">The Incomplete Beta Function Inverses</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">The Incomplete Beta Function Inverses</a></p></td></tr></table></dd>
 <dt><span class="term">ibeta_inva</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">Performance Comparison of Release and Debug Settings</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comp_compilers.html" title="Comparing Compilers">Performance Comparison of Various Windows Compilers</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">Performance Comparison with and Without Internal Promotion to long double</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">The Incomplete Beta Function Inverses</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">The Incomplete Beta Function Inverses</a></p></td></tr></table></dd>
 <dt><span class="term">ibeta_invb</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">Performance Comparison of Release and Debug Settings</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comp_compilers.html" title="Comparing Compilers">Performance Comparison of Various Windows Compilers</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">Performance Comparison with and Without Internal Promotion to long double</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">The Incomplete Beta Function Inverses</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">The Incomplete Beta Function Inverses</a></p></td></tr></table></dd>
 <dt><span class="term">Implementation Notes</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">beta</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">binomial</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">BOOST_DEFINE_MATH_CONSTANT</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">BOOST_MATH_DOMAIN_ERROR_POLICY</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">cauchy</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">cdf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">check_triangular</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">exponential</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">hazard</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">hypergeometric</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">kurtosis</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">logistic</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">lognormal</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">mean</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">median</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">mode</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">normal</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">pdf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">quantile</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">round</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">RR</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">triangular</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">triangular_distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">uniform</a></p></td></tr>
 </table></dd>
 <dt><span class="term">Incomplete Beta Function Inverses</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">beta</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">binomial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">bits</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">ibeta</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">ibetac</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">ibetac_inv</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">ibetac_inva</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">ibetac_invb</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">ibeta_inv</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">ibeta_inva</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">ibeta_invb</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">method</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">normal</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">round</a></p></td></tr>
 </table></dd>
 <dt><span class="term">Incomplete Beta Functions</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_function.html" title="Incomplete Beta Functions">beta</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_function.html" title="Incomplete Beta Functions">betac</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_function.html" title="Incomplete Beta Functions">binomial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_function.html" title="Incomplete Beta Functions">gamma</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_function.html" title="Incomplete Beta Functions">ibeta</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_function.html" title="Incomplete Beta Functions">ibetac</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_function.html" title="Incomplete Beta Functions">mean</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_function.html" title="Incomplete Beta Functions">method</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_function.html" title="Incomplete Beta Functions">RR</a></p></td></tr>
 </table></dd>
 <dt><span class="term">Incomplete Gamma Function Inverses</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">bits</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">gamma_p</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">gamma_p_inv</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">gamma_p_inva</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">gamma_q</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">gamma_q_inv</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">gamma_q_inva</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">normal</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">round</a></p></td></tr>
 </table></dd>
 <dt><span class="term">Incomplete Gamma Functions</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions">erfc</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions">gamma</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions">gamma_p</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions">gamma_q</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions">Lanczos approximation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions">mean</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions">method</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions">powm1</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions">RR</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions">tgamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions">tgamma1pm1</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions">tgamma_lower</a></p></td></tr>
 </table></dd>
 <dt><span class="term">indeterminate_result_error_type</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">Policy Class Reference</a></p></td></tr></table></dd>
-<dt><span class="term">Integer and Fractional Part Splitting (modf)</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/rounding/modf.html" title="Integer and Fractional Part Splitting (modf)">rounding_error</a></p></td></tr></table></dd>
-<dt><span class="term">Internal Promotion Policies</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/internal_promotion.html" title="Internal Promotion Policies">gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/internal_promotion.html" title="Internal Promotion Policies">make_policy</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/internal_promotion.html" title="Internal Promotion Policies">normal</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/internal_promotion.html" title="Internal Promotion Policies">normal_distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/internal_promotion.html" title="Internal Promotion Policies">quantile</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/internal_promotion.html" title="Internal Promotion Policies">tgamma</a></p></td></tr>
-</table></dd>
-<dt><span class="term">Inverse Hyperbolic Functions Overview</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/inv_hyper/inv_hyper_over.html" title="Inverse Hyperbolic Functions Overview">exponential</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/inv_hyper/inv_hyper_over.html" title="Inverse Hyperbolic Functions Overview">factorial</a></p></td></tr>
-</table></dd>
-<dt><span class="term">iround</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/concepts.html" title="Conceptual Requirements for Real Number Types">Conceptual Requirements for Real Number Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/rounding/round.html" title="Rounding Functions">Rounding Functions</a></p></td></tr>
-</table></dd>
 <dt><span class="term">Iteration Limits Policies</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/iteration_pol.html" title="Iteration Limits Policies">BOOST_MATH_MAX_ROOT_ITERATION_POLICY</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/iteration_pol.html" title="Iteration Limits Policies">BOOST_MATH_MAX_SERIES_ITERATION_POLICY</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/iteration_pol.html" title="Iteration Limits Policies">evaluation_error</a></p></td></tr>
-</table></dd>
-<dt><span class="term">itrunc</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/concepts.html" title="Conceptual Requirements for Real Number Types">Conceptual Requirements for Real Number Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/rounding/trunc.html" title="Truncation Functions">Truncation Functions</a></p></td></tr>
 </table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_66"></a><span class="term">K</span>
+<a name="idx_id_54"></a><span class="term">K</span>
 </dt>
 <dd><div class="variablelist"><dl>
-<dt><span class="term">kahan_sum_series</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/series_evaluation.html" title="Series Evaluation">Series Evaluation</a></p></td></tr></table></dd>
 <dt><span class="term">Known Issues, and Todo List</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/status/issues.html" title="Known Issues, and Todo List">ellint_3</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/status/issues.html" title="Known Issues, and Todo List">Lanczos approximation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/status/issues.html" title="Known Issues, and Todo List">log1p</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/status/issues.html" title="Known Issues, and Todo List">normal</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/status/issues.html" title="Known Issues, and Todo List">tgamma</a></p></td></tr>
-</table></dd>
-<dt><span class="term">kurtosis</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">Additional Implementation Notes</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/bernoulli_dist.html" title="Bernoulli Distribution">Bernoulli Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/cauchy_dist.html" title="Cauchy-Lorentz Distribution">Cauchy-Lorentz Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/dist_concept.html" title="Conceptual Requirements for Distribution Types">Conceptual Requirements for Distribution Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/exp_dist.html" title="Exponential Distribution">Exponential Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/extreme_dist.html" title="Extreme Value Distribution">Extreme Value Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">Gamma (and Erlang) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/lognormal_dist.html" title="Log Normal Distribution">Log Normal Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/logistic_dist.html" title="Logistic Distribution">Logistic Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/nmp.html" title="Non-Member Properties">Non-Member Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_beta_dist.html" title="Noncentral Beta Distribution">Noncentral Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">Noncentral Chi-Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_f_dist.html" title="Noncentral F Distribution">Noncentral F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_t_dist.html" title="Noncentral T Distribution">Noncentral T Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">Normal (Gaussian) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/pareto.html" title="Pareto Distribution">Pareto Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">Poisson Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">Rayleigh Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">Students t Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">Triangular Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/uniform_dist.html" title="Uniform Distribution">Uniform Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">Weibull Distribution</a></p></td></tr>
-</table></dd>
-<dt><span class="term">kurtosis_excess</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/bernoulli_dist.html" title="Bernoulli Distribution">Bernoulli Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/cauchy_dist.html" title="Cauchy-Lorentz Distribution">Cauchy-Lorentz Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/dist_concept.html" title="Conceptual Requirements for Distribution Types">Conceptual Requirements for Distribution Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/exp_dist.html" title="Exponential Distribution">Exponential Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/extreme_dist.html" title="Extreme Value Distribution">Extreme Value Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">Gamma (and Erlang) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/lognormal_dist.html" title="Log Normal Distribution">Log Normal Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/logistic_dist.html" title="Logistic Distribution">Logistic Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/nmp.html" title="Non-Member Properties">Non-Member Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_beta_dist.html" title="Noncentral Beta Distribution">Noncentral Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">Noncentral Chi-Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_f_dist.html" title="Noncentral F Distribution">Noncentral F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_t_dist.html" title="Noncentral T Distribution">Noncentral T Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">Normal (Gaussian) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/pareto.html" title="Pareto Distribution">Pareto Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">Poisson Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">Rayleigh Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">Students t Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">Triangular Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/uniform_dist.html" title="Uniform Distribution">Uniform Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">Weibull Distribution</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/status/issues.html" title="Known Issues, and Todo List">Lanczos approximation</a></p></td></tr></table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_67"></a><span class="term">L</span>
+<a name="idx_id_55"></a><span class="term">L</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">laguerre</span></dt>
@@ -2007,56 +739,36 @@
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_poly/laguerre.html" title="Laguerre (and Associated) Polynomials">laguerre</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_poly/laguerre.html" title="Laguerre (and Associated) Polynomials">laguerre_next</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_poly/laguerre.html" title="Laguerre (and Associated) Polynomials">RR</a></p></td></tr>
 </table></dd>
 <dt><span class="term">laguerre_next</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_poly/laguerre.html" title="Laguerre (and Associated) Polynomials">Laguerre (and Associated) Polynomials</a></p></td></tr></table></dd>
-<dt><span class="term">lanczos</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/concepts.html" title="Conceptual Requirements for Real Number Types">Conceptual Requirements for Real Number Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/tgamma.html" title="Gamma">Gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/lgamma.html" title="Log Gamma">Log Gamma</a></p></td></tr>
-</table></dd>
 <dt><span class="term">Lanczos approximation</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/beta_function.html" title="Beta">Beta</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/using_udt/concepts.html" title="Conceptual Requirements for Real Number Types">Conceptual Requirements for Real Number Types</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/digamma.html" title="Digamma">Digamma</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/tgamma.html" title="Gamma">Gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/lanczos.html" title="The Lanczos Approximation">gamma_p</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions">Incomplete Gamma Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/status/issues.html" title="Known Issues, and Todo List">Known Issues, and Todo List</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/backgrounders/lanczos.html" title="The Lanczos Approximation">Lanczos approximation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/lanczos.html" title="The Lanczos Approximation">lgamma</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/lgamma.html" title="Log Gamma">Log Gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/lanczos.html" title="The Lanczos Approximation">method</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">Performance Tuning Macros</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/backgrounders/refs.html" title="References">References</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/lanczos.html" title="The Lanczos Approximation"><span class="bold"><strong>The Lanczos Approximation</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../math_toolkit/backgrounders/lanczos.html" title="The Lanczos Approximation">The Lanczos Approximation</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/using_udt/use_mpfr.html" title="Using With MPFR / GMP - a High-Precision Floating-Point Library">Using With MPFR / GMP - a High-Precision Floating-Point Library</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/using_udt/use_ntl.html" title="Using With NTL - a High-Precision Floating-Point Library">Using With NTL - a High-Precision Floating-Point Library</a></p></td></tr>
 </table></dd>
-<dt><span class="term">ldexp</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/concepts.html" title="Conceptual Requirements for Real Number Types">Conceptual Requirements for Real Number Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/roots.html" title="Root Finding With Derivatives">Root Finding With Derivatives</a></p></td></tr>
-</table></dd>
 <dt><span class="term">Legendre (and Associated) Polynomials</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_poly/legendre.html" title="Legendre (and Associated) Polynomials">legendre_next</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_poly/legendre.html" title="Legendre (and Associated) Polynomials">legendre_p</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_poly/legendre.html" title="Legendre (and Associated) Polynomials">legendre_q</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_poly/legendre.html" title="Legendre (and Associated) Polynomials">method</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_poly/legendre.html" title="Legendre (and Associated) Polynomials">RR</a></p></td></tr>
 </table></dd>
 <dt><span class="term">legendre_next</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_poly/legendre.html" title="Legendre (and Associated) Polynomials">Legendre (and Associated) Polynomials</a></p></td></tr></table></dd>
 <dt><span class="term">legendre_p</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_poly/legendre.html" title="Legendre (and Associated) Polynomials">Legendre (and Associated) Polynomials</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1_ref.html" title="TR1 C Functions Quick Reference">TR1 C Functions Quick Reference</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_poly/legendre.html" title="Legendre (and Associated) Polynomials">Legendre (and Associated) Polynomials</a></p></td></tr></table></dd>
 <dt><span class="term">legendre_q</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_poly/legendre.html" title="Legendre (and Associated) Polynomials">Legendre (and Associated) Polynomials</a></p></td></tr></table></dd>
 <dt><span class="term">lgamma</span></dt>
@@ -2064,58 +776,25 @@
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/c99.html" title="C99 C Functions">C99 C Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comparisons.html" title="Comparisons to Other Open Source Libraries">Comparisons to Other Open Source Libraries</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/directories.html" title="Directory and File Structure">Directory and File Structure</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/tgamma.html" title="Gamma">Gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions">Graphing, Profiling, and Generating Test Data for Special Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/history1.html" title="History and What's New">History and What's New</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/lgamma.html" title="Log Gamma">Log Gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/error_test.html" title="Relative Error and Testing">Relative Error and Testing</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/namespace_pol.html" title="Setting Polices at Namespace Scope">Setting Polices at Namespace Scope</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/lanczos.html" title="The Lanczos Approximation">The Lanczos Approximation</a></p></td></tr>
 </table></dd>
 <dt><span class="term">llround</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/c99.html" title="C99 C Functions">C99 C Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/concepts.html" title="Conceptual Requirements for Real Number Types">Conceptual Requirements for Real Number Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/rounding/round.html" title="Rounding Functions">Rounding Functions</a></p></td></tr>
-</table></dd>
-<dt><span class="term">lltrunc</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/concepts.html" title="Conceptual Requirements for Real Number Types">Conceptual Requirements for Real Number Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/rounding/trunc.html" title="Truncation Functions">Truncation Functions</a></p></td></tr>
 </table></dd>
-<dt><span class="term">Locating Function Minima</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/minima.html" title="Locating Function Minima">bits</a></p></td></tr></table></dd>
 <dt><span class="term">Log Gamma</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/lgamma.html" title="Log Gamma">bits</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/lgamma.html" title="Log Gamma">gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/lgamma.html" title="Log Gamma">lanczos</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/lgamma.html" title="Log Gamma">Lanczos approximation</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/lgamma.html" title="Log Gamma">lgamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/lgamma.html" title="Log Gamma">log1p</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/lgamma.html" title="Log Gamma">tgamma</a></p></td></tr>
 </table></dd>
 <dt><span class="term">Log Normal Distribution</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/lognormal_dist.html" title="Log Normal Distribution">cdf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/lognormal_dist.html" title="Log Normal Distribution">kurtosis</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/lognormal_dist.html" title="Log Normal Distribution">kurtosis_excess</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/lognormal_dist.html" title="Log Normal Distribution">lognormal</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/lognormal_dist.html" title="Log Normal Distribution">lognormal_distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/lognormal_dist.html" title="Log Normal Distribution">mean</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/lognormal_dist.html" title="Log Normal Distribution">median</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/lognormal_dist.html" title="Log Normal Distribution">mode</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/lognormal_dist.html" title="Log Normal Distribution">pdf</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/lognormal_dist.html" title="Log Normal Distribution">policy_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/lognormal_dist.html" title="Log Normal Distribution">quantile</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/lognormal_dist.html" title="Log Normal Distribution">skewness</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/lognormal_dist.html" title="Log Normal Distribution">value_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/lognormal_dist.html" title="Log Normal Distribution">variance</a></p></td></tr>
 </table></dd>
 <dt><span class="term">log1p</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
@@ -2123,53 +802,17 @@
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/c99.html" title="C99 C Functions">C99 C Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/exp_dist.html" title="Exponential Distribution">Exponential Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/extreme_dist.html" title="Extreme Value Distribution">Extreme Value Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/status/issues.html" title="Known Issues, and Todo List">Known Issues, and Todo List</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/lgamma.html" title="Log Gamma">Log Gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/log1p.html" title="log1p"><span class="bold"><strong>log1p</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/log1p.html" title="log1p">method</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">Rayleigh Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/log1p.html" title="log1p">RR</a></p></td></tr>
+<tr><td><p><a class="link" href="../math_toolkit/special/powers/log1p.html" title="log1p">log1p</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/series_evaluation.html" title="Series Evaluation">Series Evaluation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/sqrt1pm1.html" title="sqrt1pm1">sqrt1pm1</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">Weibull Distribution</a></p></td></tr>
-</table></dd>
-<dt><span class="term">log1p_series</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/series_evaluation.html" title="Series Evaluation">Series Evaluation</a></p></td></tr></table></dd>
-<dt><span class="term">logistic</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">Additional Implementation Notes</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/status/credits.html" title="Credits and Acknowledgements">Credits and Acknowledgements</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/history1.html" title="History and What's New">History and What's New</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/logistic_dist.html" title="Logistic Distribution">Logistic Distribution</a></p></td></tr>
 </table></dd>
 <dt><span class="term">Logistic Distribution</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/logistic_dist.html" title="Logistic Distribution">cdf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/logistic_dist.html" title="Logistic Distribution">kurtosis</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/logistic_dist.html" title="Logistic Distribution">kurtosis_excess</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/logistic_dist.html" title="Logistic Distribution">logistic</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/logistic_dist.html" title="Logistic Distribution">logistic_distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/logistic_dist.html" title="Logistic Distribution">mean</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/logistic_dist.html" title="Logistic Distribution">median</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/logistic_dist.html" title="Logistic Distribution">mode</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/logistic_dist.html" title="Logistic Distribution">pdf</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/logistic_dist.html" title="Logistic Distribution">policy_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/logistic_dist.html" title="Logistic Distribution">quantile</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/logistic_dist.html" title="Logistic Distribution">skewness</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/logistic_dist.html" title="Logistic Distribution">value_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/logistic_dist.html" title="Logistic Distribution">variance</a></p></td></tr>
 </table></dd>
 <dt><span class="term">logistic_distribution</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/logistic_dist.html" title="Logistic Distribution">Logistic Distribution</a></p></td></tr></table></dd>
-<dt><span class="term">lognormal</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">Additional Implementation Notes</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dist_algorithms.html" title="Distribution Algorithms">Distribution Algorithms</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">Gamma (and Erlang) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/lognormal_dist.html" title="Log Normal Distribution">Log Normal Distribution</a></p></td></tr>
-</table></dd>
 <dt><span class="term">lognormal_distribution</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/lognormal_dist.html" title="Log Normal Distribution">Log Normal Distribution</a></p></td></tr></table></dd>
 <dt><span class="term">lround</span></dt>
@@ -2177,291 +820,39 @@
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/c99.html" title="C99 C Functions">C99 C Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/concepts.html" title="Conceptual Requirements for Real Number Types">Conceptual Requirements for Real Number Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/rounding/round.html" title="Rounding Functions">Rounding Functions</a></p></td></tr>
-</table></dd>
-<dt><span class="term">ltrunc</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/concepts.html" title="Conceptual Requirements for Real Number Types">Conceptual Requirements for Real Number Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/rounding/trunc.html" title="Truncation Functions">Truncation Functions</a></p></td></tr>
 </table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_68"></a><span class="term">M</span>
+<a name="idx_id_56"></a><span class="term">M</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">make_policy</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/ad_hoc_sf_policies.html" title="Changing the Policy on an Ad Hoc Basis for the Special Functions">Changing the Policy on an Ad Hoc Basis for the Special Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/error_handling_policies.html" title="Error Handling Policies">Error Handling Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/internal_promotion.html" title="Internal Promotion Policies">Internal Promotion Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">Policy Class Reference</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/precision_pol.html" title="Precision Policies">Precision Policies</a></p></td></tr>
-</table></dd>
-<dt><span class="term">Mathematically Undefined Function Policies</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/assert_undefined.html" title="Mathematically Undefined Function Policies">cauchy</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/assert_undefined.html" title="Mathematically Undefined Function Policies">cauchy_distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/assert_undefined.html" title="Mathematically Undefined Function Policies">mean</a></p></td></tr>
-</table></dd>
-<dt><span class="term">max_factorial</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_factorial.html" title="Factorial">Factorial</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">Policy Class Reference</a></p></td></tr></table></dd>
 <dt><span class="term">mean</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">Additional Implementation Notes</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/bernoulli_dist.html" title="Bernoulli Distribution">Bernoulli Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binomial_coinflip_example.html" title="Binomial Coin-Flipping Example">Binomial Coin-Flipping Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binomial_quiz_example.html" title="Binomial Quiz Example">Binomial Quiz Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/st_eg/tut_mean_intervals.html" title="Calculating confidence intervals on the mean with the Students-t distribution"><span class="bold"><strong>Calculating confidence intervals on the mean with the Students-t distribution</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/cauchy_dist.html" title="Cauchy-Lorentz Distribution">Cauchy-Lorentz Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/changing_policy_defaults.html" title="Changing the Policy Defaults">Changing the Policy Defaults</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/st_eg/two_sample_students_t.html" title="Comparing the means of two samples with the Students-t test">Comparing the means of two samples with the Students-t test</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/st_eg/paired_st.html" title="Comparing two paired samples with the Student's t distribution">Comparing two paired samples with the Student's t distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/dist_concept.html" title="Conceptual Requirements for Distribution Types">Conceptual Requirements for Distribution Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dist_algorithms.html" title="Distribution Algorithms">Distribution Algorithms</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/dist_construct_eg.html" title="Distribution Construction Example">Distribution Construction Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/st_eg/tut_mean_size.html" title="Estimating how large a sample size would have to become in order to give a significant Students-t test result with a single sample test">Estimating how large a sample size would have to become in order to give a significant Students-t test result with a single sample test</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/exp_dist.html" title="Exponential Distribution">Exponential Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/future.html" title="Extras/Future Directions">Extras/Future Directions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/extreme_dist.html" title="Extreme Value Distribution">Extreme Value Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_location_eg.html" title="Find Location (Mean) Example">Find Location (Mean) Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_mean_and_sd_eg.html" title="Find mean and standard deviation example"><span class="bold"><strong>Find mean and standard deviation example</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_scale_eg.html" title="Find Scale (Standard Deviation) Example">Find Scale (Standard Deviation) Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/fpclass.html" title="Floating-Point Classification: Infinities and NaN's">Floating-Point Classification: Infinities and NaN's</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">Gamma (and Erlang) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_function.html" title="Incomplete Beta Functions">Incomplete Beta Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions">Incomplete Gamma Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/lognormal_dist.html" title="Log Normal Distribution">Log Normal Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/logistic_dist.html" title="Logistic Distribution">Logistic Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/assert_undefined.html" title="Mathematically Undefined Function Policies">Mathematically Undefined Function Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/nmp.html" title="Non-Member Properties">Non-Member Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_beta_dist.html" title="Noncentral Beta Distribution">Noncentral Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">Noncentral Chi-Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_f_dist.html" title="Noncentral F Distribution">Noncentral F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_t_dist.html" title="Noncentral T Distribution">Noncentral T Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">Normal (Gaussian) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/pareto.html" title="Pareto Distribution">Pareto Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">Poisson Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">Rayleigh Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/error_test.html" title="Relative Error and Testing">Relative Error and Testing</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/namespace_pol.html" title="Setting Polices at Namespace Scope">Setting Polices at Namespace Scope</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/what_is_a_policy.html" title="So Just What is a Policy Anyway?">So Just What is a Policy Anyway?</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/normal_example/normal_misc.html" title="Some Miscellaneous Examples of the Normal (Gaussian) Distribution">Some Miscellaneous Examples of the Normal (Gaussian) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">Students t Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/st_eg/tut_mean_test.html" title='Testing a sample mean for difference from a "true" mean'><span class="bold"><strong>Testing a sample mean for difference from a "true" mean</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/remez.html" title="The Remez Method">The Remez Method</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">Triangular Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/uniform_dist.html" title="Uniform Distribution">Uniform Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">Weibull Distribution</a></p></td></tr>
-</table></dd>
-<dt><span class="term">Meaning of the non-member accessors</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">binomial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">cdf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">pdf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">quantile</a></p></td></tr>
-</table></dd>
-<dt><span class="term">Meaning of the non-member accessors.</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">cdf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">negative_binomial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">pdf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">quantile</a></p></td></tr>
-</table></dd>
-<dt><span class="term">median</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">Additional Implementation Notes</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/bernoulli_dist.html" title="Bernoulli Distribution">Bernoulli Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/cauchy_dist.html" title="Cauchy-Lorentz Distribution">Cauchy-Lorentz Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/cs_eg/chi_sq_intervals.html" title="Confidence Intervals on the Standard Deviation">Confidence Intervals on the Standard Deviation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/exp_dist.html" title="Exponential Distribution">Exponential Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/extreme_dist.html" title="Extreme Value Distribution">Extreme Value Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">Gamma (and Erlang) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/lognormal_dist.html" title="Log Normal Distribution">Log Normal Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/logistic_dist.html" title="Logistic Distribution">Logistic Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/nmp.html" title="Non-Member Properties">Non-Member Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_beta_dist.html" title="Noncentral Beta Distribution">Noncentral Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">Noncentral Chi-Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_f_dist.html" title="Noncentral F Distribution">Noncentral F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_t_dist.html" title="Noncentral T Distribution">Noncentral T Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">Normal (Gaussian) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/pareto.html" title="Pareto Distribution">Pareto Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">Poisson Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">Rayleigh Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">Students t Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">Triangular Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/uniform_dist.html" title="Uniform Distribution">Uniform Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">Weibull Distribution</a></p></td></tr>
-</table></dd>
-<dt><span class="term">method</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/bessel.html" title="Bessel Functions of the First and Second Kinds">Bessel Functions of the First and Second Kinds</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binom_conf.html" title="Calculating Confidence Limits on the Frequency of Occurrence for a Binomial Distribution">Calculating Confidence Limits on the Frequency of Occurrence for a Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/changing_policy_defaults.html" title="Changing the Policy Defaults">Changing the Policy Defaults</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/ct_pow.html" title="Compile Time Power of a Runtime Base">Compile Time Power of a Runtime Base</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/pol_overview.html" title="Configuration and Policies">Configuration and Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/cf.html" title="Continued Fraction Evaluation">Continued Fraction Evaluation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/digamma.html" title="Digamma">Digamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/dist_params.html" title="Discrete Probability Distributions">Discrete Probability Distributions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/ellint/ellint_intro.html" title="Elliptic Integral Overview">Elliptic Integral Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/error_handling.html" title="Error Handling">Error Handling</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/error_handling_policies.html" title="Error Handling Policies">Error Handling Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/cs_eg/chi_sq_size.html" title="Estimating the Required Sample Sizes for a Chi-Square Test for the Standard Deviation">Estimating the Required Sample Sizes for a Chi-Square Test for the Standard Deviation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_mean_and_sd_eg.html" title="Find mean and standard deviation example">Find mean and standard deviation example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/history1.html" title="History and What's New">History and What's New</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_function.html" title="Incomplete Beta Functions">Incomplete Beta Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions">Incomplete Gamma Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_poly/legendre.html" title="Legendre (and Associated) Polynomials">Legendre (and Associated) Polynomials</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/log1p.html" title="log1p">log1p</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/minimax.html" title="Minimax Approximations and the Remez Algorithm">Minimax Approximations and the Remez Algorithm</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/mbessel.html" title="Modified Bessel Functions of the First and Second Kinds">Modified Bessel Functions of the First and Second Kinds</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">Noncentral Chi-Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_t_dist.html" title="Noncentral T Distribution">Noncentral T Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">Performance Tuning Macros</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">Poisson Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_overview.html" title="Policy Overview">Policy Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/rational.html" title="Polynomial and Rational Function Evaluation">Polynomial and Rational Function Evaluation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/roots.html" title="Root Finding With Derivatives">Root Finding With Derivatives</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/policy_usage.html" title="So How are Policies Used Anyway?">So How are Policies Used Anyway?</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/what_is_a_policy.html" title="So Just What is a Policy Anyway?">So Just What is a Policy Anyway?</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/normal_example/normal_misc.html" title="Some Miscellaneous Examples of the Normal (Gaussian) Distribution">Some Miscellaneous Examples of the Normal (Gaussian) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/st_eg/tut_mean_test.html" title='Testing a sample mean for difference from a "true" mean'>Testing a sample mean for difference from a "true" mean</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">The Incomplete Beta Function Inverses</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/lanczos.html" title="The Lanczos Approximation">The Lanczos Approximation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/remez.html" title="The Remez Method">The Remez Method</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/uniform_dist.html" title="Uniform Distribution">Uniform Distribution</a></p></td></tr>
-</table></dd>
-<dt><span class="term">Minimax Approximations and the Remez Algorithm</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/minimax.html" title="Minimax Approximations and the Remez Algorithm">method</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/minimax.html" title="Minimax Approximations and the Remez Algorithm">rescale</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/minimax.html" title="Minimax Approximations and the Remez Algorithm">rotate</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/minimax.html" title="Minimax Approximations and the Remez Algorithm">RR</a></p></td></tr>
-</table></dd>
-<dt><span class="term">mode</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">Additional Implementation Notes</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/bernoulli_dist.html" title="Bernoulli Distribution">Bernoulli Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binomial_coinflip_example.html" title="Binomial Coin-Flipping Example">Binomial Coin-Flipping Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binomial_quiz_example.html" title="Binomial Quiz Example">Binomial Quiz Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/cauchy_dist.html" title="Cauchy-Lorentz Distribution">Cauchy-Lorentz Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comparisons.html" title="Comparisons to Other Open Source Libraries">Comparisons to Other Open Source Libraries</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/dist_concept.html" title="Conceptual Requirements for Distribution Types">Conceptual Requirements for Distribution Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/exp_dist.html" title="Exponential Distribution">Exponential Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/extreme_dist.html" title="Extreme Value Distribution">Extreme Value Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">Gamma (and Erlang) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">Getting the Best Performance from this Library</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/lognormal_dist.html" title="Log Normal Distribution">Log Normal Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/logistic_dist.html" title="Logistic Distribution">Logistic Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/nmp.html" title="Non-Member Properties">Non-Member Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_beta_dist.html" title="Noncentral Beta Distribution">Noncentral Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">Noncentral Chi-Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_f_dist.html" title="Noncentral F Distribution">Noncentral F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_t_dist.html" title="Noncentral T Distribution">Noncentral T Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">Normal (Gaussian) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/pareto.html" title="Pareto Distribution">Pareto Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">Poisson Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">Rayleigh Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">Students t Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">Triangular Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/uniform_dist.html" title="Uniform Distribution">Uniform Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">Weibull Distribution</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_location_eg.html" title="Find Location (Mean) Example">Find Location (Mean) Example</a></p></td></tr></table></dd>
 <dt><span class="term">Modified Bessel Functions of the First and Second Kinds</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../math_toolkit/special/bessel/mbessel.html" title="Modified Bessel Functions of the First and Second Kinds">cyl_bessel_i</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/mbessel.html" title="Modified Bessel Functions of the First and Second Kinds">cyl_bessel_j</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/bessel/mbessel.html" title="Modified Bessel Functions of the First and Second Kinds">cyl_bessel_k</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/mbessel.html" title="Modified Bessel Functions of the First and Second Kinds">cyl_neumann</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/mbessel.html" title="Modified Bessel Functions of the First and Second Kinds">exponential</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/mbessel.html" title="Modified Bessel Functions of the First and Second Kinds">gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/mbessel.html" title="Modified Bessel Functions of the First and Second Kinds">method</a></p></td></tr>
 </table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_69"></a><span class="term">N</span>
+<a name="idx_id_57"></a><span class="term">N</span>
 </dt>
 <dd><div class="variablelist"><dl>
-<dt><span class="term">Namespaces</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/namespaces.html" title="Namespaces">students_t</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/namespaces.html" title="Namespaces">students_t_distribution</a></p></td></tr>
-</table></dd>
 <dt><span class="term">Negative Binomial Distribution</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">beta</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">binomial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">cdf</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">find_lower_bound_on_p</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">find_upper_bound_on_p</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">ibeta</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">ibetac</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">ibetac_inv</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">ibetac_inva</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">ibetac_invb</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">ibeta_derivative</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">ibeta_inv</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">ibeta_inva</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">ibeta_invb</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">kurtosis</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">kurtosis_excess</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Lanczos approximation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">lgamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">mean</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">median</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">method</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">mode</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">negative_binomial</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">negative_binomial_distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">normal</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">pdf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">poisson</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">policy_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">quantile</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">skewness</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">value_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">variance</a></p></td></tr>
 </table></dd>
 <dt><span class="term">negative_binomial</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/neg_binom_eg/neg_binom_conf.html" title="Calculating Confidence Limits on the Frequency of Occurrence for the Negative Binomial Distribution">Calculating Confidence Limits on the Frequency of Occurrence for the Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/discrete_quant_ref.html" title="Discrete Quantile Policies">Discrete Quantile Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/dist_construct_eg.html" title="Distribution Construction Example">Distribution Construction Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/neg_binom_eg/neg_binom_size_eg.html" title="Estimating Sample Sizes for the Negative Binomial.">Estimating Sample Sizes for the Negative Binomial.</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Meaning of the non-member accessors.</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/neg_binom_eg/negative_binomial_example1.html" title="Negative Binomial Sales Quota Example.">Negative Binomial Sales Quota Example.</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/dist_construct_eg.html" title="Distribution Construction Example">Distribution Construction Example</a></p></td></tr></table></dd>
 <dt><span class="term">negative_binomial_distribution</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/neg_binom_eg/neg_binom_conf.html" title="Calculating Confidence Limits on the Frequency of Occurrence for the Negative Binomial Distribution">Calculating Confidence Limits on the Frequency of Occurrence for the Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/discrete_quant_ref.html" title="Discrete Quantile Policies">Discrete Quantile Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/dist_construct_eg.html" title="Distribution Construction Example">Distribution Construction Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/neg_binom_eg/negative_binomial_example1.html" title="Negative Binomial Sales Quota Example.">Negative Binomial Sales Quota Example.</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr></table></dd>
 <dt><span class="term">newton_raphson_iterate</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/roots.html" title="Root Finding With Derivatives">Root Finding With Derivatives</a></p></td></tr></table></dd>
 <dt><span class="term">nextafter</span></dt>
@@ -2469,355 +860,71 @@
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/c99.html" title="C99 C Functions">C99 C Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/next_float/float_next.html" title="Finding the Next Greater Representable Value (float_next)">Finding the Next Greater Representable Value (float_next)</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/next_float/nextafter.html" title="Finding the Next Representable Value in a Specific Direction (nextafter)"><span class="bold"><strong>Finding the Next Representable Value in a Specific Direction (nextafter)</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/next_float/float_prior.html" title="Finding the Next Smaller Representable Value (float_prior)">Finding the Next Smaller Representable Value (float_prior)</a></p></td></tr>
-</table></dd>
-<dt><span class="term">Non-Member Properties</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/nmp.html" title="Non-Member Properties">cdf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/nmp.html" title="Non-Member Properties">chf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/nmp.html" title="Non-Member Properties">hazard</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/nmp.html" title="Non-Member Properties">kurtosis</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/nmp.html" title="Non-Member Properties">kurtosis_excess</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/nmp.html" title="Non-Member Properties">mean</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/nmp.html" title="Non-Member Properties">median</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/nmp.html" title="Non-Member Properties">mode</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/nmp.html" title="Non-Member Properties">norm</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/nmp.html" title="Non-Member Properties">normal</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/nmp.html" title="Non-Member Properties">pdf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/nmp.html" title="Non-Member Properties">quantile</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/nmp.html" title="Non-Member Properties">skewness</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/nmp.html" title="Non-Member Properties">standard_deviation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/nmp.html" title="Non-Member Properties">variance</a></p></td></tr>
+<tr><td><p><a class="link" href="../math_toolkit/special/next_float/nextafter.html" title="Finding the Next Representable Value in a Specific Direction (nextafter)">Finding the Next Representable Value in a Specific Direction (nextafter)</a></p></td></tr>
 </table></dd>
 <dt><span class="term">Noncentral Beta Distribution</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_beta_dist.html" title="Noncentral Beta Distribution">beta</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_beta_dist.html" title="Noncentral Beta Distribution">kurtosis</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_beta_dist.html" title="Noncentral Beta Distribution">kurtosis_excess</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_beta_dist.html" title="Noncentral Beta Distribution">mean</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_beta_dist.html" title="Noncentral Beta Distribution">median</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_beta_dist.html" title="Noncentral Beta Distribution">mode</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_beta_dist.html" title="Noncentral Beta Distribution">non_central_beta</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_beta_dist.html" title="Noncentral Beta Distribution">non_central_beta_distribution</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_beta_dist.html" title="Noncentral Beta Distribution">policy_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_beta_dist.html" title="Noncentral Beta Distribution">quantile</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_beta_dist.html" title="Noncentral Beta Distribution">skewness</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_beta_dist.html" title="Noncentral Beta Distribution">value_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_beta_dist.html" title="Noncentral Beta Distribution">variance</a></p></td></tr>
 </table></dd>
 <dt><span class="term">Noncentral Chi-Squared Distribution</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">cdf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">complemented3_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">cyl_bessel_i</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">find_degrees_of_freedom</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">find_non_centrality</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">gamma_p_derivative</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">kurtosis</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">kurtosis_excess</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">mean</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">median</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">method</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">mode</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">non_central_chi_squared</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">non_central_chi_squared_distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">normal</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">policy_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">quantile</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">skewness</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">value_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">variance</a></p></td></tr>
 </table></dd>
 <dt><span class="term">Noncentral F Distribution</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_f_dist.html" title="Noncentral F Distribution">beta</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_f_dist.html" title="Noncentral F Distribution">cdf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_f_dist.html" title="Noncentral F Distribution">kurtosis</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_f_dist.html" title="Noncentral F Distribution">kurtosis_excess</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_f_dist.html" title="Noncentral F Distribution">mean</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_f_dist.html" title="Noncentral F Distribution">median</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_f_dist.html" title="Noncentral F Distribution">mode</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_f_dist.html" title="Noncentral F Distribution">non_central_f</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_f_dist.html" title="Noncentral F Distribution">non_central_f_distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_f_dist.html" title="Noncentral F Distribution">pdf</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_f_dist.html" title="Noncentral F Distribution">policy_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_f_dist.html" title="Noncentral F Distribution">quantile</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_f_dist.html" title="Noncentral F Distribution">skewness</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_f_dist.html" title="Noncentral F Distribution">value_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_f_dist.html" title="Noncentral F Distribution">variance</a></p></td></tr>
 </table></dd>
 <dt><span class="term">Noncentral T Distribution</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_t_dist.html" title="Noncentral T Distribution">beta</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_t_dist.html" title="Noncentral T Distribution">hypergeometric</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_t_dist.html" title="Noncentral T Distribution">kurtosis</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_t_dist.html" title="Noncentral T Distribution">kurtosis_excess</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_t_dist.html" title="Noncentral T Distribution">mean</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_t_dist.html" title="Noncentral T Distribution">median</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_t_dist.html" title="Noncentral T Distribution">method</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_t_dist.html" title="Noncentral T Distribution">mode</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_t_dist.html" title="Noncentral T Distribution">non_central_t</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_t_dist.html" title="Noncentral T Distribution">non_central_t_distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_t_dist.html" title="Noncentral T Distribution">normal</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_t_dist.html" title="Noncentral T Distribution">policy_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_t_dist.html" title="Noncentral T Distribution">quantile</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_t_dist.html" title="Noncentral T Distribution">skewness</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_t_dist.html" title="Noncentral T Distribution">value_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_t_dist.html" title="Noncentral T Distribution">variance</a></p></td></tr>
 </table></dd>
-<dt><span class="term">non_central_beta</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_beta_dist.html" title="Noncentral Beta Distribution">Noncentral Beta Distribution</a></p></td></tr></table></dd>
 <dt><span class="term">non_central_beta_distribution</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_beta_dist.html" title="Noncentral Beta Distribution">Noncentral Beta Distribution</a></p></td></tr></table></dd>
-<dt><span class="term">non_central_chi_squared</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">Noncentral Chi-Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/nccs_eg/nccs_power_eg.html" title="Tables of the power function of the &#967;2 test.">Tables of the power function of the &#967; 2 test.</a></p></td></tr>
-</table></dd>
 <dt><span class="term">non_central_chi_squared_distribution</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">Noncentral Chi-Squared Distribution</a></p></td></tr></table></dd>
-<dt><span class="term">non_central_f</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_f_dist.html" title="Noncentral F Distribution">Noncentral F Distribution</a></p></td></tr></table></dd>
 <dt><span class="term">non_central_f_distribution</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_f_dist.html" title="Noncentral F Distribution">Noncentral F Distribution</a></p></td></tr></table></dd>
-<dt><span class="term">non_central_t</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_t_dist.html" title="Noncentral T Distribution">Noncentral T Distribution</a></p></td></tr></table></dd>
 <dt><span class="term">non_central_t_distribution</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_t_dist.html" title="Noncentral T Distribution">Noncentral T Distribution</a></p></td></tr></table></dd>
 <dt><span class="term">norm</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/nmp.html" title="Non-Member Properties">Non-Member Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/namespace_policies.html" title="Setting Policies at Namespace or Translation Unit Scope">Setting Policies at Namespace or Translation Unit Scope</a></p></td></tr>
-</table></dd>
-<dt><span class="term">normal</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/perf/comparisons.html" title="Comparisons to Other Open Source Libraries">A Comparison to the R Statistical Library on Linux</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comparisons.html" title="Comparisons to Other Open Source Libraries">A Comparison to the R Statistical Library on Windows XP</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/intro.html" title="About the Math Toolkit">About the Math Toolkit</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">Additional Implementation Notes</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/st_eg/tut_mean_intervals.html" title="Calculating confidence intervals on the mean with the Students-t distribution">Calculating confidence intervals on the mean with the Students-t distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dist_algorithms.html" title="Distribution Algorithms">Distribution Algorithms</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/dist_construct_eg.html" title="Distribution Construction Example">Distribution Construction Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/error_handling_policies.html" title="Error Handling Policies">Error Handling Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_location_eg.html" title="Find Location (Mean) Example">Find Location (Mean) Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_mean_and_sd_eg.html" title="Find mean and standard deviation example">Find mean and standard deviation example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_scale_eg.html" title="Find Scale (Standard Deviation) Example">Find Scale (Standard Deviation) Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/fpclass.html" title="Floating-Point Classification: Infinities and NaN's">Floating-Point Classification: Infinities and NaN's</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">Incomplete Gamma Function Inverses</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/internal_promotion.html" title="Internal Promotion Policies">Internal Promotion Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/status/issues.html" title="Known Issues, and Todo List">Known Issues, and Todo List</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/nmp.html" title="Non-Member Properties">Non-Member Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">Noncentral Chi-Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_t_dist.html" title="Noncentral T Distribution">Noncentral T Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">Normal (Gaussian) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/precision_pol.html" title="Precision Policies">Precision Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">Rayleigh Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/namespace_policies.html" title="Setting Policies at Namespace or Translation Unit Scope">Setting Policies at Namespace or Translation Unit Scope</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/normal_example/normal_misc.html" title="Some Miscellaneous Examples of the Normal (Gaussian) Distribution">Some Miscellaneous Examples of the Normal (Gaussian) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">Students t Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">The Incomplete Beta Function Inverses</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">Triangular Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/policy_defaults.html" title="Using macros to Change the Policy Defaults">Using macros to Change the Policy Defaults</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">Weibull Distribution</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/namespace_policies.html" title="Setting Policies at Namespace or Translation Unit Scope">Setting Policies at Namespace or Translation Unit Scope</a></p></td></tr></table></dd>
 <dt><span class="term">Normal (Gaussian) Distribution</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">cdf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">erfc</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">erfc_inv</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">find_location</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">find_scale</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">kurtosis</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">kurtosis_excess</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">mean</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">median</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">mode</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">normal</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">normal_distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">pdf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">policy_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">quantile</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">skewness</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">standard_deviation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">value_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">variance</a></p></td></tr>
-</table></dd>
-<dt><span class="term">normalise</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">Policy Class Reference</a></p></td></tr></table></dd>
-<dt><span class="term">normal_distribution</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/dist_construct_eg.html" title="Distribution Construction Example">Distribution Construction Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/error_handling_policies.html" title="Error Handling Policies">Error Handling Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_location_eg.html" title="Find Location (Mean) Example">Find Location (Mean) Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_mean_and_sd_eg.html" title="Find mean and standard deviation example">Find mean and standard deviation example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_scale_eg.html" title="Find Scale (Standard Deviation) Example">Find Scale (Standard Deviation) Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/internal_promotion.html" title="Internal Promotion Policies">Internal Promotion Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">Normal (Gaussian) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/precision_pol.html" title="Precision Policies">Precision Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/namespace_policies.html" title="Setting Policies at Namespace or Translation Unit Scope">Setting Policies at Namespace or Translation Unit Scope</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/normal_example/normal_misc.html" title="Some Miscellaneous Examples of the Normal (Gaussian) Distribution">Some Miscellaneous Examples of the Normal (Gaussian) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/policy_defaults.html" title="Using macros to Change the Policy Defaults">Using macros to Change the Policy Defaults</a></p></td></tr>
-</table></dd>
-</dl></div></dd>
-<dt>
-<a name="idx_id_70"></a><span class="term">O</span>
-</dt>
-<dd><div class="variablelist"><dl>
-<dt><span class="term">overflow_error_type</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">Policy Class Reference</a></p></td></tr></table></dd>
-<dt><span class="term">Overview</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">beta</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">beta_distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">binomial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">binomial_distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">cdf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">find_degrees_of_freedom</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">mean</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">method</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">normal</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">pdf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">quantile</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">students_t</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">students_t_distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">triangular</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">uniform</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">weibull</a></p></td></tr>
-</table></dd>
-</dl></div></dd>
-<dt>
-<a name="idx_id_71"></a><span class="term">P</span>
-</dt>
-<dd><div class="variablelist"><dl>
-<dt><span class="term">parameter_info</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions">Graphing, Profiling, and Generating Test Data for Special Functions</a></p></td></tr></table></dd>
-<dt><span class="term">pareto</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/pareto.html" title="Pareto Distribution">Pareto Distribution</a></p></td></tr></table></dd>
-<dt><span class="term">Pareto Distribution</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/pareto.html" title="Pareto Distribution">cdf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/pareto.html" title="Pareto Distribution">expm1</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/pareto.html" title="Pareto Distribution">kurtosis</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/pareto.html" title="Pareto Distribution">kurtosis_excess</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/pareto.html" title="Pareto Distribution">mean</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/pareto.html" title="Pareto Distribution">median</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/pareto.html" title="Pareto Distribution">mode</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/pareto.html" title="Pareto Distribution">pareto</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/pareto.html" title="Pareto Distribution">pareto_distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/pareto.html" title="Pareto Distribution">pdf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/pareto.html" title="Pareto Distribution">quantile</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/pareto.html" title="Pareto Distribution">skewness</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/pareto.html" title="Pareto Distribution">value_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/pareto.html" title="Pareto Distribution">variance</a></p></td></tr>
-</table></dd>
-<dt><span class="term">pareto_distribution</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/pareto.html" title="Pareto Distribution">Pareto Distribution</a></p></td></tr></table></dd>
-<dt><span class="term">pdf</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">Additional Implementation Notes</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/bernoulli_dist.html" title="Bernoulli Distribution">Bernoulli Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binomial_coinflip_example.html" title="Binomial Coin-Flipping Example">Binomial Coin-Flipping Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binomial_quiz_example.html" title="Binomial Quiz Example">Binomial Quiz Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/cauchy_dist.html" title="Cauchy-Lorentz Distribution">Cauchy-Lorentz Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/nag_library.html" title="Comparison with C, R, FORTRAN-style Free Functions">Comparison with C, R, FORTRAN-style Free Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/archetypes.html" title="Conceptual Archetypes and Testing">Conceptual Archetypes and Testing</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/dist_concept.html" title="Conceptual Requirements for Distribution Types">Conceptual Requirements for Distribution Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/status/credits.html" title="Credits and Acknowledgements">Credits and Acknowledgements</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/directories.html" title="Directory and File Structure">Directory and File Structure</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/exp_dist.html" title="Exponential Distribution">Exponential Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/extreme_dist.html" title="Extreme Value Distribution">Extreme Value Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">Gamma (and Erlang) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/lognormal_dist.html" title="Log Normal Distribution">Log Normal Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/logistic_dist.html" title="Logistic Distribution">Logistic Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Meaning of the non-member accessors</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Meaning of the non-member accessors.</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/neg_binom_eg/negative_binomial_example1.html" title="Negative Binomial Sales Quota Example.">Negative Binomial Sales Quota Example.</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/neg_binom_eg/negative_binomial_example2.html" title="Negative Binomial Table Printing Example.">Negative Binomial Table Printing Example.</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/nmp.html" title="Non-Member Properties">Non-Member Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_f_dist.html" title="Noncentral F Distribution">Noncentral F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">Normal (Gaussian) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/pareto.html" title="Pareto Distribution">Pareto Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">Poisson Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/variates.html" title="Random Variates and Distribution Parameters">Random Variates and Distribution Parameters</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">Rayleigh Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/refs.html" title="References">References</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/normal_example/normal_misc.html" title="Some Miscellaneous Examples of the Normal (Gaussian) Distribution">Some Miscellaneous Examples of the Normal (Gaussian) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">Students t Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">Triangular Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/uniform_dist.html" title="Uniform Distribution">Uniform Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">Weibull Distribution</a></p></td></tr>
+<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">normal_distribution</a></p></td></tr>
+<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">policy_type</a></p></td></tr>
+<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">value_type</a></p></td></tr>
 </table></dd>
-<dt><span class="term">Performance Comparison of Release and Debug Settings</span></dt>
+<dt><span class="term">normal_distribution</span></dt>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">Normal (Gaussian) Distribution</a></p></td></tr></table></dd>
+</dl></div></dd>
+<dt>
+<a name="idx_id_58"></a><span class="term">O</span>
+</dt>
+<dd><div class="variablelist"><dl>
+<dt><span class="term">overflow_error_type</span></dt>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">Policy Class Reference</a></p></td></tr></table></dd>
+</dl></div></dd>
+<dt>
+<a name="idx_id_59"></a><span class="term">P</span>
+</dt>
+<dd><div class="variablelist"><dl>
+<dt><span class="term">Pareto Distribution</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">erf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">erf_inv</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">gamma_p</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">gamma_p_inv</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">gamma_p_inva</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">gamma_q</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">gamma_q_inv</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">gamma_q_inva</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">ibeta</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">ibetac</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">ibetac_inv</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">ibetac_inva</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">ibetac_invb</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">ibeta_inv</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">ibeta_inva</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/getting_best.html" title="Getting the Best Performance from this Library">ibeta_invb</a></p></td></tr>
-</table></dd>
-<dt><span class="term">Performance Comparison of Various Windows Compilers</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/perf/comp_compilers.html" title="Comparing Compilers">erf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comp_compilers.html" title="Comparing Compilers">erf_inv</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comp_compilers.html" title="Comparing Compilers">gamma_p</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comp_compilers.html" title="Comparing Compilers">gamma_p_inv</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comp_compilers.html" title="Comparing Compilers">gamma_p_inva</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comp_compilers.html" title="Comparing Compilers">gamma_q</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comp_compilers.html" title="Comparing Compilers">gamma_q_inv</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comp_compilers.html" title="Comparing Compilers">gamma_q_inva</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comp_compilers.html" title="Comparing Compilers">ibeta</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comp_compilers.html" title="Comparing Compilers">ibetac</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comp_compilers.html" title="Comparing Compilers">ibetac_inv</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comp_compilers.html" title="Comparing Compilers">ibetac_inva</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comp_compilers.html" title="Comparing Compilers">ibetac_invb</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comp_compilers.html" title="Comparing Compilers">ibeta_inv</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comp_compilers.html" title="Comparing Compilers">ibeta_inva</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comp_compilers.html" title="Comparing Compilers">ibeta_invb</a></p></td></tr>
-</table></dd>
-<dt><span class="term">Performance Comparison with and Without Internal Promotion to long double</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">erf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">erf_inv</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">gamma_p</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">gamma_p_inv</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">gamma_p_inva</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">gamma_q</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">gamma_q_inv</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">gamma_q_inva</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">ibeta</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">ibetac</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">ibetac_inv</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">ibetac_inva</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">ibetac_invb</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">ibeta_inv</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">ibeta_inva</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">ibeta_invb</a></p></td></tr>
+<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/pareto.html" title="Pareto Distribution">pareto_distribution</a></p></td></tr>
+<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/pareto.html" title="Pareto Distribution">value_type</a></p></td></tr>
 </table></dd>
+<dt><span class="term">pareto_distribution</span></dt>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/pareto.html" title="Pareto Distribution">Pareto Distribution</a></p></td></tr></table></dd>
 <dt><span class="term">Performance Tuning Macros</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">BOOST_MATH_INT_TABLE_TYPE</a></p></td></tr>
@@ -2825,75 +932,35 @@
 <tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">BOOST_MATH_POLY_METHOD</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">BOOST_MATH_PROMOTE_DOUBLE_POLICY</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">BOOST_MATH_RATIONAL_METHOD</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">evaluate_rational</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">Lanczos approximation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/tuning.html" title="Performance Tuning Macros">method</a></p></td></tr>
-</table></dd>
-<dt><span class="term">poisson</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">Poisson Distribution</a></p></td></tr>
 </table></dd>
 <dt><span class="term">Poisson Distribution</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">cdf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">gamma_p</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">gamma_p_inva</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">gamma_q</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">gamma_q_inva</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">kurtosis</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">kurtosis_excess</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">mean</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">median</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">method</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">mode</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">pdf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">poisson</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">poisson_distribution</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">policy_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">quantile</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">skewness</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">value_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">variance</a></p></td></tr>
 </table></dd>
 <dt><span class="term">poisson_distribution</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">Poisson Distribution</a></p></td></tr></table></dd>
 <dt><span class="term">pole_error_type</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">Policy Class Reference</a></p></td></tr></table></dd>
-<dt><span class="term">Policies Have Sensible Defaults</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/policy_tut_defaults.html" title="Policies Have Sensible Defaults">evaluation_error</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/policy_tut_defaults.html" title="Policies Have Sensible Defaults">quantile</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/policy_tut_defaults.html" title="Policies Have Sensible Defaults">rounding_error</a></p></td></tr>
-</table></dd>
 <dt><span class="term">Policy Class Reference</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">assert_undefined_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">default_policy</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">denorm_error_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">discrete_quantile_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">domain_error_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">evaluation_error</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">evaluation_error_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">indeterminate_result_error_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">make_policy</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">normalise</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">overflow_error_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">pole_error_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">precision_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">promote_double_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">promote_float_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">rounding_error</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">rounding_error_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">underflow_error_type</a></p></td></tr>
 </table></dd>
-<dt><span class="term">Policy Overview</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_overview.html" title="Policy Overview">binomial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_overview.html" title="Policy Overview">evaluation_error</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_overview.html" title="Policy Overview">method</a></p></td></tr>
-</table></dd>
 <dt><span class="term">policy_type</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/bernoulli_dist.html" title="Bernoulli Distribution">Bernoulli Distribution</a></p></td></tr>
@@ -2901,7 +968,6 @@
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/cauchy_dist.html" title="Cauchy-Lorentz Distribution">Cauchy-Lorentz Distribution</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/dist_concept.html" title="Conceptual Requirements for Distribution Types">Conceptual Requirements for Distribution Types</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/exp_dist.html" title="Exponential Distribution">Exponential Distribution</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">Gamma (and Erlang) Distribution</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/lognormal_dist.html" title="Log Normal Distribution">Log Normal Distribution</a></p></td></tr>
@@ -2924,446 +990,103 @@
 <tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/rational.html" title="Polynomial and Rational Function Evaluation">evaluate_odd_polynomial</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/rational.html" title="Polynomial and Rational Function Evaluation">evaluate_polynomial</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/rational.html" title="Polynomial and Rational Function Evaluation">evaluate_rational</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/rational.html" title="Polynomial and Rational Function Evaluation">method</a></p></td></tr>
 </table></dd>
-<dt><span class="term">Polynomials</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/polynomials.html" title="Polynomials">value_type</a></p></td></tr></table></dd>
-<dt><span class="term">Possible Actions for Internal Evaluation Errors</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/main_overview/error_handling.html" title="Error Handling">evaluation_error</a></p></td></tr></table></dd>
-<dt><span class="term">Possible Actions for Rounding Errors</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/main_overview/error_handling.html" title="Error Handling">rounding_error</a></p></td></tr></table></dd>
 <dt><span class="term">powm1</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/powm1.html" title="powm1">expm1</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions">Incomplete Gamma Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/powm1.html" title="powm1"><span class="bold"><strong>powm1</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/powm1.html" title="powm1">RR</a></p></td></tr>
-</table></dd>
-<dt><span class="term">Precision Policies</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/precision_pol.html" title="Precision Policies">gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/precision_pol.html" title="Precision Policies">make_policy</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/precision_pol.html" title="Precision Policies">normal</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/precision_pol.html" title="Precision Policies">normal_distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/precision_pol.html" title="Precision Policies">quantile</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/precision_pol.html" title="Precision Policies">tgamma</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/powers/powm1.html" title="powm1">powm1</a></p></td></tr></table></dd>
 <dt><span class="term">precision_type</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">Policy Class Reference</a></p></td></tr></table></dd>
-<dt><span class="term">promote_args</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/user_def_err_pol.html" title="Calling User Defined Error Handlers">Calling User Defined Error Handlers</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/namespace_policies.html" title="Setting Policies at Namespace or Translation Unit Scope">Setting Policies at Namespace or Translation Unit Scope</a></p></td></tr>
-</table></dd>
 <dt><span class="term">promote_double_type</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">Policy Class Reference</a></p></td></tr></table></dd>
 <dt><span class="term">promote_float_type</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">Policy Class Reference</a></p></td></tr></table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_72"></a><span class="term">Q</span>
+<a name="idx_id_60"></a><span class="term">Q</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">quantile</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">Additional Implementation Notes</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/bernoulli_dist.html" title="Bernoulli Distribution">Bernoulli Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binomial_quiz_example.html" title="Binomial Quiz Example">Binomial Quiz Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/st_eg/tut_mean_intervals.html" title="Calculating confidence intervals on the mean with the Students-t distribution">Calculating confidence intervals on the mean with the Students-t distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/cauchy_dist.html" title="Cauchy-Lorentz Distribution">Cauchy-Lorentz Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/cs_eg/chi_sq_test.html" title="Chi-Square Test for the Standard Deviation">Chi-Square Test for the Standard Deviation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/dist_concept.html" title="Conceptual Requirements for Distribution Types">Conceptual Requirements for Distribution Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/cs_eg/chi_sq_intervals.html" title="Confidence Intervals on the Standard Deviation">Confidence Intervals on the Standard Deviation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/dist_params.html" title="Discrete Probability Distributions">Discrete Probability Distributions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/discrete_quant_ref.html" title="Discrete Quantile Policies">Discrete Quantile Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/error_handling_policies.html" title="Error Handling Policies">Error Handling Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/exp_dist.html" title="Exponential Distribution">Exponential Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/extreme_dist.html" title="Extreme Value Distribution">Extreme Value Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/f_eg.html" title="F Distribution Examples">F Distribution Examples</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_mean_and_sd_eg.html" title="Find mean and standard deviation example">Find mean and standard deviation example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">Gamma (and Erlang) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/internal_promotion.html" title="Internal Promotion Policies">Internal Promotion Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/lognormal_dist.html" title="Log Normal Distribution">Log Normal Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/logistic_dist.html" title="Logistic Distribution">Logistic Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Meaning of the non-member accessors</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Meaning of the non-member accessors.</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/neg_binom_eg/negative_binomial_example1.html" title="Negative Binomial Sales Quota Example.">Negative Binomial Sales Quota Example.</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/nmp.html" title="Non-Member Properties">Non-Member Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_beta_dist.html" title="Noncentral Beta Distribution">Noncentral Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">Noncentral Chi-Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_f_dist.html" title="Noncentral F Distribution">Noncentral F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_t_dist.html" title="Noncentral T Distribution">Noncentral T Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">Normal (Gaussian) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/pareto.html" title="Pareto Distribution">Pareto Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">Poisson Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/policy_tut_defaults.html" title="Policies Have Sensible Defaults">Policies Have Sensible Defaults</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/precision_pol.html" title="Precision Policies">Precision Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">Rayleigh Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/namespace_policies.html" title="Setting Policies at Namespace or Translation Unit Scope">Setting Policies at Namespace or Translation Unit Scope</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/ad_hoc_dist_policies.html" title="Setting Policies for Distributions on an Ad Hoc Basis">Setting Policies for Distributions on an Ad Hoc Basis</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/what_is_a_policy.html" title="So Just What is a Policy Anyway?">So Just What is a Policy Anyway?</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/normal_example/normal_misc.html" title="Some Miscellaneous Examples of the Normal (Gaussian) Distribution">Some Miscellaneous Examples of the Normal (Gaussian) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">Students t Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/nccs_eg/nccs_power_eg.html" title="Tables of the power function of the &#967;2 test.">Tables of the power function of the &#967; 2 test.</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">Triangular Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/understand_dis_quant.html" title="Understanding Quantiles of Discrete Distributions">Understanding Quantiles of Discrete Distributions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/uniform_dist.html" title="Uniform Distribution">Uniform Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">Weibull Distribution</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/neg_binom_eg/negative_binomial_example1.html" title="Negative Binomial Sales Quota Example.">Negative Binomial Sales Quota Example.</a></p></td></tr></table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_73"></a><span class="term">R</span>
+<a name="idx_id_61"></a><span class="term">R</span>
 </dt>
 <dd><div class="variablelist"><dl>
-<dt><span class="term">raise_denorm_error</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/main_overview/error_handling.html" title="Error Handling">Error Handling</a></p></td></tr></table></dd>
-<dt><span class="term">raise_domain_error</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/main_overview/error_handling.html" title="Error Handling">Error Handling</a></p></td></tr></table></dd>
-<dt><span class="term">raise_evaluation_error</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/main_overview/error_handling.html" title="Error Handling">Error Handling</a></p></td></tr></table></dd>
-<dt><span class="term">raise_overflow_error</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/main_overview/error_handling.html" title="Error Handling">Error Handling</a></p></td></tr></table></dd>
-<dt><span class="term">raise_pole_error</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/main_overview/error_handling.html" title="Error Handling">Error Handling</a></p></td></tr></table></dd>
-<dt><span class="term">raise_rounding_error</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/main_overview/error_handling.html" title="Error Handling">Error Handling</a></p></td></tr></table></dd>
-<dt><span class="term">raise_underflow_error</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/main_overview/error_handling.html" title="Error Handling">Error Handling</a></p></td></tr></table></dd>
-<dt><span class="term">Random Variates and Distribution Parameters</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/variates.html" title="Random Variates and Distribution Parameters">binomial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/variates.html" title="Random Variates and Distribution Parameters">binomial_distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/variates.html" title="Random Variates and Distribution Parameters">pdf</a></p></td></tr>
-</table></dd>
 <dt><span class="term">Ratios of Gamma Functions</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/gamma_ratios.html" title="Ratios of Gamma Functions">beta</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/gamma_ratios.html" title="Ratios of Gamma Functions">factorial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/gamma_ratios.html" title="Ratios of Gamma Functions">gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/gamma_ratios.html" title="Ratios of Gamma Functions">RR</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/gamma_ratios.html" title="Ratios of Gamma Functions">tgamma_delta_ratio</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/gamma_ratios.html" title="Ratios of Gamma Functions">tgamma_ratio</a></p></td></tr>
 </table></dd>
-<dt><span class="term">rayleigh</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">Rayleigh Distribution</a></p></td></tr></table></dd>
 <dt><span class="term">Rayleigh Distribution</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">cdf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">expm1</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">kurtosis</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">kurtosis_excess</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">log1p</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">mean</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">median</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">mode</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">normal</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">pdf</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">policy_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">quantile</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">rayleigh</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">rayleigh_distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">RR</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">skewness</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">value_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">variance</a></p></td></tr>
 </table></dd>
 <dt><span class="term">rayleigh_distribution</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">Rayleigh Distribution</a></p></td></tr></table></dd>
-<dt><span class="term">real_cast</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions">Graphing, Profiling, and Generating Test Data for Special Functions</a></p></td></tr></table></dd>
-<dt><span class="term">real_concept</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/archetypes.html" title="Conceptual Archetypes and Testing">Conceptual Archetypes and Testing</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/directories.html" title="Directory and File Structure">Directory and File Structure</a></p></td></tr>
-</table></dd>
 <dt><span class="term">References</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/refs.html" title="References">gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/refs.html" title="References">Lanczos approximation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/refs.html" title="References">pdf</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/backgrounders/refs.html" title="References">Lanczos approximation</a></p></td></tr></table></dd>
 <dt><span class="term">Relative Error and Testing</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/error_test.html" title="Relative Error and Testing">lgamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/error_test.html" title="Relative Error and Testing">mean</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/error_test.html" title="Relative Error and Testing">relative_error</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/error_test.html" title="Relative Error and Testing">test_result</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/error_test.html" title="Relative Error and Testing">tgamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/error_test.html" title="Relative Error and Testing">value_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/error_test.html" title="Relative Error and Testing">variance</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/error_test.html" title="Relative Error and Testing">relative_error</a></p></td></tr></table></dd>
 <dt><span class="term">relative_error</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions">Graphing, Profiling, and Generating Test Data for Special Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/error_test.html" title="Relative Error and Testing">Relative Error and Testing</a></p></td></tr>
-</table></dd>
-<dt><span class="term">Remez Method</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/remez.html" title="The Remez Method">erfc</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/remez.html" title="The Remez Method">mean</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/remez.html" title="The Remez Method">method</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/remez.html" title="The Remez Method">rescale</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/remez.html" title="The Remez Method">rotate</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/remez.html" title="The Remez Method">round</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/error_test.html" title="Relative Error and Testing">Relative Error and Testing</a></p></td></tr></table></dd>
 <dt><span class="term">Representation Distance Between Two Floating Point Values (ULP) float_distance</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/next_float/float_distance.html" title="Calculating the Representation Distance Between Two Floating Point Values (ULP) float_distance">bits</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/next_float/float_distance.html" title="Calculating the Representation Distance Between Two Floating Point Values (ULP) float_distance">float_distance</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/next_float/float_distance.html" title="Calculating the Representation Distance Between Two Floating Point Values (ULP) float_distance">float_next</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/next_float/float_distance.html" title="Calculating the Representation Distance Between Two Floating Point Values (ULP) float_distance">float_prior</a></p></td></tr>
-</table></dd>
-<dt><span class="term">rescale</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/minimax.html" title="Minimax Approximations and the Remez Algorithm">Minimax Approximations and the Remez Algorithm</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/remez.html" title="The Remez Method">The Remez Method</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/next_float/float_distance.html" title="Calculating the Representation Distance Between Two Floating Point Values (ULP) float_distance">float_distance</a></p></td></tr></table></dd>
 <dt><span class="term">Riemann Zeta Function</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/zetas/zeta.html" title="Riemann Zeta Function">RR</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/zetas/zeta.html" title="Riemann Zeta Function">zeta</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/zetas/zeta.html" title="Riemann Zeta Function">zeta</a></p></td></tr></table></dd>
 <dt><span class="term">Rising Factorial</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_rising_factorial.html" title="Rising Factorial">factorial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_rising_factorial.html" title="Rising Factorial">gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_rising_factorial.html" title="Rising Factorial">rising_factorial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_rising_factorial.html" title="Rising Factorial">tgamma_delta_ratio</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_rising_factorial.html" title="Rising Factorial">rising_factorial</a></p></td></tr></table></dd>
 <dt><span class="term">rising_factorial</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_rising_factorial.html" title="Rising Factorial">Rising Factorial</a></p></td></tr></table></dd>
 <dt><span class="term">Root Finding With Derivatives</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/roots.html" title="Root Finding With Derivatives">cbrt</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/roots.html" title="Root Finding With Derivatives">cbrt_functor</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/roots.html" title="Root Finding With Derivatives">halley_iterate</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/roots.html" title="Root Finding With Derivatives">ldexp</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/roots.html" title="Root Finding With Derivatives">method</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/roots.html" title="Root Finding With Derivatives">newton_raphson_iterate</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/roots.html" title="Root Finding With Derivatives">RR</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/roots.html" title="Root Finding With Derivatives">schroeder_iterate</a></p></td></tr>
 </table></dd>
-<dt><span class="term">Root Finding Without Derivatives</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/roots2.html" title="Root Finding Without Derivatives">bits</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/roots2.html" title="Root Finding Without Derivatives">eps_tolerance</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/roots2.html" title="Root Finding Without Derivatives">equal_ceil</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/roots2.html" title="Root Finding Without Derivatives">equal_floor</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/roots2.html" title="Root Finding Without Derivatives">equal_nearest_integer</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/roots2.html" title="Root Finding Without Derivatives">round</a></p></td></tr>
-</table></dd>
-<dt><span class="term">rotate</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/minimax.html" title="Minimax Approximations and the Remez Algorithm">Minimax Approximations and the Remez Algorithm</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/remez.html" title="The Remez Method">The Remez Method</a></p></td></tr>
-</table></dd>
 <dt><span class="term">round</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">Additional Implementation Notes</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/c99.html" title="C99 C Functions">C99 C Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/concepts.html" title="Conceptual Requirements for Real Number Types">Conceptual Requirements for Real Number Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/discrete_quant_ref.html" title="Discrete Quantile Policies">Discrete Quantile Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_erf/error_inv.html" title="Error Function Inverses">Error Function Inverses</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_erf/error_function.html" title="Error Functions">Error Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/error_handling.html" title="Error Handling">Error Handling</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/error_handling_policies.html" title="Error Handling Policies">Error Handling Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_scale_eg.html" title="Find Scale (Standard Deviation) Example">Find Scale (Standard Deviation) Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">Incomplete Gamma Function Inverses</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/roots2.html" title="Root Finding Without Derivatives">Root Finding Without Derivatives</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/rounding/round.html" title="Rounding Functions">Rounding Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">The Incomplete Beta Function Inverses</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/remez.html" title="The Remez Method">The Remez Method</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/rounding/trunc.html" title="Truncation Functions">Truncation Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/understand_dis_quant.html" title="Understanding Quantiles of Discrete Distributions">Understanding Quantiles of Discrete Distributions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/policy_defaults.html" title="Using macros to Change the Policy Defaults">Using macros to Change the Policy Defaults</a></p></td></tr>
-</table></dd>
-<dt><span class="term">Rounding Functions</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/rounding/round.html" title="Rounding Functions">iround</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/rounding/round.html" title="Rounding Functions">llround</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/rounding/round.html" title="Rounding Functions">lround</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/rounding/round.html" title="Rounding Functions">round</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/rounding/round.html" title="Rounding Functions">rounding_error</a></p></td></tr>
-</table></dd>
-<dt><span class="term">rounding_error</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/error_handling.html" title="Error Handling">Error Handling</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/error_handling_policies.html" title="Error Handling Policies">Error Handling Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/rounding/modf.html" title="Integer and Fractional Part Splitting (modf)">Integer and Fractional Part Splitting (modf)</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/policy_tut_defaults.html" title="Policies Have Sensible Defaults">Policies Have Sensible Defaults</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">Policy Class Reference</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/error_handling.html" title="Error Handling">Possible Actions for Rounding Errors</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/rounding/round.html" title="Rounding Functions">Rounding Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/rounding/trunc.html" title="Truncation Functions">Truncation Functions</a></p></td></tr>
 </table></dd>
 <dt><span class="term">rounding_error_type</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">Policy Class Reference</a></p></td></tr></table></dd>
-<dt><span class="term">RR</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">Additional Implementation Notes</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/beta_function.html" title="Beta">Beta</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/result_type.html" title="Calculation of the Type of the Result">Calculation of the Type of the Result</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/cbrt.html" title="cbrt">cbrt</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/archetypes.html" title="Conceptual Archetypes and Testing">Conceptual Archetypes and Testing</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/concepts.html" title="Conceptual Requirements for Real Number Types">Conceptual Requirements for Real Number Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/directories.html" title="Directory and File Structure">Directory and File Structure</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/dist_construct_eg.html" title="Distribution Construction Example">Distribution Construction Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/ellint/ellint_carlson.html" title="Elliptic Integrals - Carlson Form">Elliptic Integrals - Carlson Form</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/ellint/ellint_1.html" title="Elliptic Integrals of the First Kind - Legendre Form">Elliptic Integrals of the First Kind - Legendre Form</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/ellint/ellint_2.html" title="Elliptic Integrals of the Second Kind - Legendre Form">Elliptic Integrals of the Second Kind - Legendre Form</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/ellint/ellint_3.html" title="Elliptic Integrals of the Third Kind - Legendre Form">Elliptic Integrals of the Third Kind - Legendre Form</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_erf/error_function.html" title="Error Functions">Error Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/expm1.html" title="expm1">expm1</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/expint/expint_i.html" title="Exponential Integral Ei">Exponential Integral Ei</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/expint/expint_n.html" title="Exponential Integral En">Exponential Integral En</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/next_float.html" title="Floating-Point Representation Distance (ULP), and Finding Adjacent Floating-Point Values">Floating-Point Representation Distance (ULP), and Finding Adjacent Floating-Point Values</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions">Graphing, Profiling, and Generating Test Data for Special Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_poly/hermite.html" title="Hermite Polynomials">Hermite Polynomials</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_beta/ibeta_function.html" title="Incomplete Beta Functions">Incomplete Beta Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions">Incomplete Gamma Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_poly/laguerre.html" title="Laguerre (and Associated) Polynomials">Laguerre (and Associated) Polynomials</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_poly/legendre.html" title="Legendre (and Associated) Polynomials">Legendre (and Associated) Polynomials</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/log1p.html" title="log1p">log1p</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/minimax.html" title="Minimax Approximations and the Remez Algorithm">Minimax Approximations and the Remez Algorithm</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/powm1.html" title="powm1">powm1</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/gamma_ratios.html" title="Ratios of Gamma Functions">Ratios of Gamma Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">Rayleigh Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/zetas/zeta.html" title="Riemann Zeta Function">Riemann Zeta Function</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/roots.html" title="Root Finding With Derivatives">Root Finding With Derivatives</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_poly/sph_harm.html" title="Spherical Harmonics">Spherical Harmonics</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/sqrt1pm1.html" title="sqrt1pm1">sqrt1pm1</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/use_ntl.html" title="Using With NTL - a High-Precision Floating-Point Library">Using With NTL - a High-Precision Floating-Point Library</a></p></td></tr>
-</table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_74"></a><span class="term">S</span>
+<a name="idx_id_62"></a><span class="term">S</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">schroeder_iterate</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/roots.html" title="Root Finding With Derivatives">Root Finding With Derivatives</a></p></td></tr></table></dd>
 <dt><span class="term">Series Evaluation</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/series_evaluation.html" title="Series Evaluation">bits</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/series_evaluation.html" title="Series Evaluation">kahan_sum_series</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/series_evaluation.html" title="Series Evaluation">log1p</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/series_evaluation.html" title="Series Evaluation">log1p_series</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/series_evaluation.html" title="Series Evaluation">sum_series</a></p></td></tr>
-</table></dd>
-<dt><span class="term">SetOutputPrecision</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions">Graphing, Profiling, and Generating Test Data for Special Functions</a></p></td></tr></table></dd>
-<dt><span class="term">SetPrecision</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions">Graphing, Profiling, and Generating Test Data for Special Functions</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/series_evaluation.html" title="Series Evaluation">log1p</a></p></td></tr></table></dd>
 <dt><span class="term">Setting Polices at Namespace Scope</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/namespace_pol.html" title="Setting Polices at Namespace Scope">BOOST_MATH_DECLARE_DISTRIBUTIONS</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/namespace_pol.html" title="Setting Polices at Namespace Scope">BOOST_MATH_DECLARE_SPECIAL_FUNCTIONS</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/namespace_pol.html" title="Setting Polices at Namespace Scope">cauchy</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/namespace_pol.html" title="Setting Polices at Namespace Scope">cauchy_distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/namespace_pol.html" title="Setting Polices at Namespace Scope">gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/namespace_pol.html" title="Setting Polices at Namespace Scope">gamma_distribution</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/namespace_pol.html" title="Setting Polices at Namespace Scope">lgamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/namespace_pol.html" title="Setting Polices at Namespace Scope">mean</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/namespace_pol.html" title="Setting Polices at Namespace Scope">tgamma</a></p></td></tr>
 </table></dd>
 <dt><span class="term">Setting Policies at Namespace or Translation Unit Scope</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/namespace_policies.html" title="Setting Policies at Namespace or Translation Unit Scope">binomial</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/namespace_policies.html" title="Setting Policies at Namespace or Translation Unit Scope">BOOST_MATH_DECLARE_DISTRIBUTIONS</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/namespace_policies.html" title="Setting Policies at Namespace or Translation Unit Scope">BOOST_MATH_DECLARE_SPECIAL_FUNCTIONS</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/namespace_policies.html" title="Setting Policies at Namespace or Translation Unit Scope">cauchy</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/namespace_policies.html" title="Setting Policies at Namespace or Translation Unit Scope">cauchy_distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/namespace_policies.html" title="Setting Policies at Namespace or Translation Unit Scope">evaluation_error</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/namespace_policies.html" title="Setting Policies at Namespace or Translation Unit Scope">gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/namespace_policies.html" title="Setting Policies at Namespace or Translation Unit Scope">gamma_distribution</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/namespace_policies.html" title="Setting Policies at Namespace or Translation Unit Scope">norm</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/namespace_policies.html" title="Setting Policies at Namespace or Translation Unit Scope">normal</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/namespace_policies.html" title="Setting Policies at Namespace or Translation Unit Scope">normal_distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/namespace_policies.html" title="Setting Policies at Namespace or Translation Unit Scope">promote_args</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/namespace_policies.html" title="Setting Policies at Namespace or Translation Unit Scope">quantile</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/namespace_policies.html" title="Setting Policies at Namespace or Translation Unit Scope">tgamma</a></p></td></tr>
 </table></dd>
-<dt><span class="term">Setting Policies for Distributions on an Ad Hoc Basis</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/ad_hoc_dist_policies.html" title="Setting Policies for Distributions on an Ad Hoc Basis">binomial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/ad_hoc_dist_policies.html" title="Setting Policies for Distributions on an Ad Hoc Basis">binomial_distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/ad_hoc_dist_policies.html" title="Setting Policies for Distributions on an Ad Hoc Basis">fisher_f</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/ad_hoc_dist_policies.html" title="Setting Policies for Distributions on an Ad Hoc Basis">fisher_f_distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/ad_hoc_dist_policies.html" title="Setting Policies for Distributions on an Ad Hoc Basis">quantile</a></p></td></tr>
-</table></dd>
 <dt><span class="term">sinc_pi</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/sinc/sinc_pi.html" title="sinc_pi"><span class="bold"><strong>sinc_pi</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sinc/sinc_overview.html" title="Sinus Cardinal and Hyperbolic Sinus Cardinal Functions Overview">Sinus Cardinal and Hyperbolic Sinus Cardinal Functions Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/sph_bessel.html" title="Spherical Bessel Functions of the First and Second Kinds">Spherical Bessel Functions of the First and Second Kinds</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sinc/sinc_pi.html" title="sinc_pi">sinc_pi</a></p></td></tr></table></dd>
 <dt><span class="term">sinhc_pi</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/sinc/sinhc_pi.html" title="sinhc_pi"><span class="bold"><strong>sinhc_pi</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sinc/sinc_overview.html" title="Sinus Cardinal and Hyperbolic Sinus Cardinal Functions Overview">Sinus Cardinal and Hyperbolic Sinus Cardinal Functions Overview</a></p></td></tr>
-</table></dd>
-<dt><span class="term">Sinus Cardinal and Hyperbolic Sinus Cardinal Functions Overview</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/sinc/sinc_overview.html" title="Sinus Cardinal and Hyperbolic Sinus Cardinal Functions Overview">sinc_pi</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sinc/sinc_overview.html" title="Sinus Cardinal and Hyperbolic Sinus Cardinal Functions Overview">sinhc_pi</a></p></td></tr>
-</table></dd>
-<dt><span class="term">skewness</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/bernoulli_dist.html" title="Bernoulli Distribution">Bernoulli Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binomial_coinflip_example.html" title="Binomial Coin-Flipping Example">Binomial Coin-Flipping Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binomial_quiz_example.html" title="Binomial Quiz Example">Binomial Quiz Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/cauchy_dist.html" title="Cauchy-Lorentz Distribution">Cauchy-Lorentz Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/dist_concept.html" title="Conceptual Requirements for Distribution Types">Conceptual Requirements for Distribution Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/exp_dist.html" title="Exponential Distribution">Exponential Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/extreme_dist.html" title="Extreme Value Distribution">Extreme Value Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">Gamma (and Erlang) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/lognormal_dist.html" title="Log Normal Distribution">Log Normal Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/logistic_dist.html" title="Logistic Distribution">Logistic Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/nmp.html" title="Non-Member Properties">Non-Member Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_beta_dist.html" title="Noncentral Beta Distribution">Noncentral Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">Noncentral Chi-Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_f_dist.html" title="Noncentral F Distribution">Noncentral F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_t_dist.html" title="Noncentral T Distribution">Noncentral T Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">Normal (Gaussian) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/pareto.html" title="Pareto Distribution">Pareto Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">Poisson Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">Rayleigh Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">Students t Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">Triangular Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/uniform_dist.html" title="Uniform Distribution">Uniform Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">Weibull Distribution</a></p></td></tr>
-</table></dd>
-<dt><span class="term">So How are Policies Used Anyway?</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/policy_usage.html" title="So How are Policies Used Anyway?">method</a></p></td></tr></table></dd>
-<dt><span class="term">So Just What is a Policy Anyway?</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/what_is_a_policy.html" title="So Just What is a Policy Anyway?">mean</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/what_is_a_policy.html" title="So Just What is a Policy Anyway?">method</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/what_is_a_policy.html" title="So Just What is a Policy Anyway?">quantile</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sinc/sinhc_pi.html" title="sinhc_pi">sinhc_pi</a></p></td></tr></table></dd>
 <dt><span class="term">Spherical Bessel Functions of the First and Second Kinds</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/sph_bessel.html" title="Spherical Bessel Functions of the First and Second Kinds">cyl_bessel_j</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/sph_bessel.html" title="Spherical Bessel Functions of the First and Second Kinds">cyl_neumann</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/sph_bessel.html" title="Spherical Bessel Functions of the First and Second Kinds">sinc_pi</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/bessel/sph_bessel.html" title="Spherical Bessel Functions of the First and Second Kinds">sph_bessel</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/bessel/sph_bessel.html" title="Spherical Bessel Functions of the First and Second Kinds">sph_neumann</a></p></td></tr>
 </table></dd>
 <dt><span class="term">Spherical Harmonics</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_poly/sph_harm.html" title="Spherical Harmonics">RR</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_poly/sph_harm.html" title="Spherical Harmonics">spherical_harmonic_i</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_poly/sph_harm.html" title="Spherical Harmonics">spherical_harmonic_r</a></p></td></tr>
 </table></dd>
@@ -3373,99 +1096,38 @@
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_poly/sph_harm.html" title="Spherical Harmonics">Spherical Harmonics</a></p></td></tr></table></dd>
 <dt><span class="term">sph_bessel</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/bessel_over.html" title="Bessel Function Overview">Bessel Function Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/result_type.html" title="Calculation of the Type of the Result">Calculation of the Type of the Result</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/bessel/sph_bessel.html" title="Spherical Bessel Functions of the First and Second Kinds">Spherical Bessel Functions of the First and Second Kinds</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1_ref.html" title="TR1 C Functions Quick Reference">TR1 C Functions Quick Reference</a></p></td></tr>
 </table></dd>
 <dt><span class="term">sph_neumann</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/bessel/bessel_over.html" title="Bessel Function Overview">Bessel Function Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/bessel/sph_bessel.html" title="Spherical Bessel Functions of the First and Second Kinds">Spherical Bessel Functions of the First and Second Kinds</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1_ref.html" title="TR1 C Functions Quick Reference">TR1 C Functions Quick Reference</a></p></td></tr>
 </table></dd>
 <dt><span class="term">sqrt1pm1</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/sqrt1pm1.html" title="sqrt1pm1">expm1</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/sqrt1pm1.html" title="sqrt1pm1">log1p</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/sqrt1pm1.html" title="sqrt1pm1">RR</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/powers/sqrt1pm1.html" title="sqrt1pm1"><span class="bold"><strong>sqrt1pm1</strong></span></a></p></td></tr>
-</table></dd>
-<dt><span class="term">standard_deviation</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binomial_coinflip_example.html" title="Binomial Coin-Flipping Example">Binomial Coin-Flipping Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/binom_eg/binomial_quiz_example.html" title="Binomial Quiz Example">Binomial Quiz Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/dist_concept.html" title="Conceptual Requirements for Distribution Types">Conceptual Requirements for Distribution Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_location_eg.html" title="Find Location (Mean) Example">Find Location (Mean) Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_mean_and_sd_eg.html" title="Find mean and standard deviation example">Find mean and standard deviation example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/find_eg/find_scale_eg.html" title="Find Scale (Standard Deviation) Example">Find Scale (Standard Deviation) Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/nmp.html" title="Non-Member Properties">Non-Member Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">Normal (Gaussian) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/normal_example/normal_misc.html" title="Some Miscellaneous Examples of the Normal (Gaussian) Distribution">Some Miscellaneous Examples of the Normal (Gaussian) Distribution</a></p></td></tr>
-</table></dd>
-<dt><span class="term">std_real_concept</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/using_udt/archetypes.html" title="Conceptual Archetypes and Testing">Conceptual Archetypes and Testing</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/powers/sqrt1pm1.html" title="sqrt1pm1">sqrt1pm1</a></p></td></tr></table></dd>
 <dt><span class="term">Students t Distribution</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">beta</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">cdf</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">find_degrees_of_freedom</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">ibeta</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">ibetac</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">ibeta_inv</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">kurtosis</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">kurtosis_excess</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">mean</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">median</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">mode</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">normal</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">pdf</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">policy_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">quantile</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">skewness</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">students_t</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">students_t_distribution</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">value_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">variance</a></p></td></tr>
-</table></dd>
-<dt><span class="term">students_t</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/st_eg/tut_mean_intervals.html" title="Calculating confidence intervals on the mean with the Students-t distribution">Calculating confidence intervals on the mean with the Students-t distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/changing_policy_defaults.html" title="Changing the Policy Defaults">Changing the Policy Defaults</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/st_eg/two_sample_students_t.html" title="Comparing the means of two samples with the Students-t test">Comparing the means of two samples with the Students-t test</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/error_eg.html" title="Error Handling Example">Error Handling Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/st_eg/tut_mean_size.html" title="Estimating how large a sample size would have to become in order to give a significant Students-t test result with a single sample test">Estimating how large a sample size would have to become in order to give a significant Students-t test result with a single sample test</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/namespaces.html" title="Namespaces">Namespaces</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">Students t Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/st_eg/tut_mean_test.html" title='Testing a sample mean for difference from a "true" mean'>Testing a sample mean for difference from a "true" mean</a></p></td></tr>
 </table></dd>
 <dt><span class="term">students_t_distribution</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/changing_policy_defaults.html" title="Changing the Policy Defaults">Changing the Policy Defaults</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/error_eg.html" title="Error Handling Example">Error Handling Example</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/st_eg/tut_mean_size.html" title="Estimating how large a sample size would have to become in order to give a significant Students-t test result with a single sample test">Estimating how large a sample size would have to become in order to give a significant Students-t test result with a single sample test</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/namespaces.html" title="Namespaces">Namespaces</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">Students t Distribution</a></p></td></tr>
-</table></dd>
-<dt><span class="term">sum_series</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals1/series_evaluation.html" title="Series Evaluation">Series Evaluation</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">Students t Distribution</a></p></td></tr></table></dd>
 <dt><span class="term">Supported/Tested Compilers</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/main_overview/compilers_overview.html" title="Compilers">BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS</a></p></td></tr></table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_75"></a><span class="term">T</span>
+<a name="idx_id_63"></a><span class="term">T</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">test_data</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions">Graphing, Profiling, and Generating Test Data for Special Functions</a></p></td></tr></table></dd>
-<dt><span class="term">test_result</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/error_test.html" title="Relative Error and Testing">Relative Error and Testing</a></p></td></tr></table></dd>
 <dt><span class="term">tgamma</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
@@ -3473,48 +1135,21 @@
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/c99.html" title="C99 C Functions">C99 C Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/user_def_err_pol.html" title="Calling User Defined Error Handlers">Calling User Defined Error Handlers</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/ad_hoc_sf_policies.html" title="Changing the Policy on an Ad Hoc Basis for the Special Functions">Changing the Policy on an Ad Hoc Basis for the Special Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/perf/comparisons.html" title="Comparisons to Other Open Source Libraries">Comparisons to Other Open Source Libraries</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/directories.html" title="Directory and File Structure">Directory and File Structure</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/error_handling.html" title="Error Handling">Error Handling</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/error_handling_policies.html" title="Error Handling Policies">Error Handling Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions"><span class="bold"><strong>Errors In the Function tgamma(a,z)</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_factorial.html" title="Factorial">Factorial</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/tgamma.html" title="Gamma">Gamma</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions">Incomplete Gamma Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/internal_promotion.html" title="Internal Promotion Policies">Internal Promotion Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/status/issues.html" title="Known Issues, and Todo List">Known Issues, and Todo List</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/lgamma.html" title="Log Gamma">Log Gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/precision_pol.html" title="Precision Policies">Precision Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/error_test.html" title="Relative Error and Testing">Relative Error and Testing</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/namespace_pol.html" title="Setting Polices at Namespace Scope">Setting Polices at Namespace Scope</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/namespace_policies.html" title="Setting Policies at Namespace or Translation Unit Scope">Setting Policies at Namespace or Translation Unit Scope</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/use_mpfr.html" title="Using With MPFR / GMP - a High-Precision Floating-Point Library">Using With MPFR / GMP - a High-Precision Floating-Point Library</a></p></td></tr>
 </table></dd>
 <dt><span class="term">tgamma1pm1</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/tgamma.html" title="Gamma">Gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions">Incomplete Gamma Functions</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/tgamma.html" title="Gamma">Gamma</a></p></td></tr></table></dd>
 <dt><span class="term">tgamma_delta_ratio</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/gamma_ratios.html" title="Ratios of Gamma Functions"><span class="bold"><strong>Errors In the Function tgamma_delta_ratio(a, delta)</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_falling_factorial.html" title="Falling Factorial">Falling Factorial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/gamma_ratios.html" title="Ratios of Gamma Functions">Ratios of Gamma Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/factorials/sf_rising_factorial.html" title="Rising Factorial">Rising Factorial</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/gamma_ratios.html" title="Ratios of Gamma Functions">Ratios of Gamma Functions</a></p></td></tr></table></dd>
 <dt><span class="term">tgamma_lower</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions"><span class="bold"><strong>Errors In the Function tgamma_lower(a,z)</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions">Incomplete Gamma Functions</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/igamma.html" title="Incomplete Gamma Functions">Incomplete Gamma Functions</a></p></td></tr></table></dd>
 <dt><span class="term">tgamma_ratio</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/gamma_ratios.html" title="Ratios of Gamma Functions"><span class="bold"><strong>Errors In the Function tgamma_ratio(a, b)</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/gamma_ratios.html" title="Ratios of Gamma Functions">Ratios of Gamma Functions</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/sf_gamma/gamma_ratios.html" title="Ratios of Gamma Functions">Ratios of Gamma Functions</a></p></td></tr></table></dd>
 <dt><span class="term">TR1 C Functions Quick Reference</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1_ref.html" title="TR1 C Functions Quick Reference">beta</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1_ref.html" title="TR1 C Functions Quick Reference">comp_ellint_2</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1_ref.html" title="TR1 C Functions Quick Reference">comp_ellint_3</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1_ref.html" title="TR1 C Functions Quick Reference">cyl_bessel_i</a></p></td></tr>
@@ -3525,112 +1160,39 @@
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1_ref.html" title="TR1 C Functions Quick Reference">ellint_2</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1_ref.html" title="TR1 C Functions Quick Reference">ellint_3</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1_ref.html" title="TR1 C Functions Quick Reference">expint</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1_ref.html" title="TR1 C Functions Quick Reference">exponential</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1_ref.html" title="TR1 C Functions Quick Reference">hermite</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1_ref.html" title="TR1 C Functions Quick Reference">hypergeometric</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1_ref.html" title="TR1 C Functions Quick Reference">laguerre</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1_ref.html" title="TR1 C Functions Quick Reference">legendre_p</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1_ref.html" title="TR1 C Functions Quick Reference">sph_bessel</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1_ref.html" title="TR1 C Functions Quick Reference">sph_neumann</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1_ref.html" title="TR1 C Functions Quick Reference">zeta</a></p></td></tr>
-</table></dd>
-<dt><span class="term">triangular</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">Additional Implementation Notes</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dist_algorithms.html" title="Distribution Algorithms">Distribution Algorithms</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">Triangular Distribution</a></p></td></tr>
 </table></dd>
 <dt><span class="term">Triangular Distribution</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">beta</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">cdf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">kurtosis</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">kurtosis_excess</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">mean</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">median</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">mode</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">normal</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">pdf</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">policy_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">quantile</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">skewness</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">triangular</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">triangular_distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">uniform</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">value_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">variance</a></p></td></tr>
 </table></dd>
 <dt><span class="term">triangular_distribution</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">Additional Implementation Notes</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">Triangular Distribution</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">Triangular Distribution</a></p></td></tr></table></dd>
 <dt><span class="term">trunc</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/special/extern_c/c99.html" title="C99 C Functions">C99 C Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/concepts.html" title="Conceptual Requirements for Real Number Types">Conceptual Requirements for Real Number Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/error_handling.html" title="Error Handling">Error Handling</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/error_handling_policies.html" title="Error Handling Policies">Error Handling Policies</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/rounding/trunc.html" title="Truncation Functions">Truncation Functions</a></p></td></tr>
-</table></dd>
-<dt><span class="term">Truncation Functions</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/special/rounding/trunc.html" title="Truncation Functions">itrunc</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/rounding/trunc.html" title="Truncation Functions">lltrunc</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/rounding/trunc.html" title="Truncation Functions">ltrunc</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/rounding/trunc.html" title="Truncation Functions">round</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/rounding/trunc.html" title="Truncation Functions">rounding_error</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/rounding/trunc.html" title="Truncation Functions">trunc</a></p></td></tr>
 </table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_76"></a><span class="term">U</span>
+<a name="idx_id_64"></a><span class="term">U</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">underflow_error_type</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/pol_ref_ref.html" title="Policy Class Reference">Policy Class Reference</a></p></td></tr></table></dd>
-<dt><span class="term">Understanding Quantiles of Discrete Distributions</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/understand_dis_quant.html" title="Understanding Quantiles of Discrete Distributions">binomial</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/understand_dis_quant.html" title="Understanding Quantiles of Discrete Distributions">binomial_distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/understand_dis_quant.html" title="Understanding Quantiles of Discrete Distributions">cdf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/understand_dis_quant.html" title="Understanding Quantiles of Discrete Distributions">quantile</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_tutorial/understand_dis_quant.html" title="Understanding Quantiles of Discrete Distributions">round</a></p></td></tr>
-</table></dd>
-<dt><span class="term">uniform</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/backgrounders/implementation.html" title="Additional Implementation Notes">Additional Implementation Notes</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions">Graphing, Profiling, and Generating Test Data for Special Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">Triangular Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/uniform_dist.html" title="Uniform Distribution">Uniform Distribution</a></p></td></tr>
-</table></dd>
 <dt><span class="term">Uniform Distribution</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/uniform_dist.html" title="Uniform Distribution">cdf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/uniform_dist.html" title="Uniform Distribution">kurtosis</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/uniform_dist.html" title="Uniform Distribution">kurtosis_excess</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/uniform_dist.html" title="Uniform Distribution">mean</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/uniform_dist.html" title="Uniform Distribution">median</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/uniform_dist.html" title="Uniform Distribution">method</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/uniform_dist.html" title="Uniform Distribution">mode</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/uniform_dist.html" title="Uniform Distribution">pdf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/uniform_dist.html" title="Uniform Distribution">quantile</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/uniform_dist.html" title="Uniform Distribution">skewness</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/uniform_dist.html" title="Uniform Distribution">uniform</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/uniform_dist.html" title="Uniform Distribution">uniform_distribution</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/uniform_dist.html" title="Uniform Distribution">value_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/uniform_dist.html" title="Uniform Distribution">variance</a></p></td></tr>
 </table></dd>
 <dt><span class="term">uniform_distribution</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/uniform_dist.html" title="Uniform Distribution">Uniform Distribution</a></p></td></tr></table></dd>
-<dt><span class="term">upper_incomplete_gamma_fract</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions">Graphing, Profiling, and Generating Test Data for Special Functions</a></p></td></tr></table></dd>
 <dt><span class="term">Using macros to Change the Policy Defaults</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/policy_defaults.html" title="Using macros to Change the Policy Defaults">BOOST_MATH_ASSERT_UNDEFINED_POLICY</a></p></td></tr>
@@ -3648,25 +1210,14 @@
 <tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/policy_defaults.html" title="Using macros to Change the Policy Defaults">BOOST_MATH_PROMOTE_FLOAT_POLICY</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/policy_defaults.html" title="Using macros to Change the Policy Defaults">BOOST_MATH_ROUNDING_ERROR_POLICY</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/policy_defaults.html" title="Using macros to Change the Policy Defaults">BOOST_MATH_UNDERFLOW_ERROR_POLICY</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/policy_defaults.html" title="Using macros to Change the Policy Defaults">evaluation_error</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/policy_defaults.html" title="Using macros to Change the Policy Defaults">normal</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/policy_defaults.html" title="Using macros to Change the Policy Defaults">normal_distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/policy/pol_ref/policy_defaults.html" title="Using macros to Change the Policy Defaults">round</a></p></td></tr>
 </table></dd>
 <dt><span class="term">Using With MPFR / GMP - a High-Precision Floating-Point Library</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/use_mpfr.html" title="Using With MPFR / GMP - a High-Precision Floating-Point Library">gamma</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/use_mpfr.html" title="Using With MPFR / GMP - a High-Precision Floating-Point Library">Lanczos approximation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/use_mpfr.html" title="Using With MPFR / GMP - a High-Precision Floating-Point Library">tgamma</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/using_udt/use_mpfr.html" title="Using With MPFR / GMP - a High-Precision Floating-Point Library">Lanczos approximation</a></p></td></tr></table></dd>
 <dt><span class="term">Using With NTL - a High-Precision Floating-Point Library</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/use_ntl.html" title="Using With NTL - a High-Precision Floating-Point Library">Lanczos approximation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/use_ntl.html" title="Using With NTL - a High-Precision Floating-Point Library">RR</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/using_udt/use_ntl.html" title="Using With NTL - a High-Precision Floating-Point Library">Lanczos approximation</a></p></td></tr></table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_77"></a><span class="term">V</span>
+<a name="idx_id_65"></a><span class="term">V</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">value_type</span></dt>
@@ -3676,11 +1227,7 @@
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/cauchy_dist.html" title="Cauchy-Lorentz Distribution">Cauchy-Lorentz Distribution</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/archetypes.html" title="Conceptual Archetypes and Testing">Conceptual Archetypes and Testing</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/dist_concept.html" title="Conceptual Requirements for Distribution Types">Conceptual Requirements for Distribution Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dist_algorithms.html" title="Distribution Algorithms">Distribution Algorithms</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/exp_dist.html" title="Exponential Distribution">Exponential Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/future.html" title="Extras/Future Directions">Extras/Future Directions</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/extreme_dist.html" title="Extreme Value Distribution">Extreme Value Distribution</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">F Distribution</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">Gamma (and Erlang) Distribution</a></p></td></tr>
@@ -3695,41 +1242,7 @@
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">Normal (Gaussian) Distribution</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/pareto.html" title="Pareto Distribution">Pareto Distribution</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">Poisson Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/polynomials.html" title="Polynomials">Polynomials</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">Rayleigh Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/error_test.html" title="Relative Error and Testing">Relative Error and Testing</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">Students t Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">Triangular Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/uniform_dist.html" title="Uniform Distribution">Uniform Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">Weibull Distribution</a></p></td></tr>
-</table></dd>
-<dt><span class="term">variance</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/bernoulli_dist.html" title="Bernoulli Distribution">Bernoulli Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/beta_dist.html" title="Beta Distribution">Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/cauchy_dist.html" title="Cauchy-Lorentz Distribution">Cauchy-Lorentz Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/st_eg/two_sample_students_t.html" title="Comparing the means of two samples with the Students-t test">Comparing the means of two samples with the Students-t test</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/using_udt/dist_concept.html" title="Conceptual Requirements for Distribution Types">Conceptual Requirements for Distribution Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/weg/cs_eg/chi_sq_size.html" title="Estimating the Required Sample Sizes for a Chi-Square Test for the Standard Deviation">Estimating the Required Sample Sizes for a Chi-Square Test for the Standard Deviation</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/exp_dist.html" title="Exponential Distribution">Exponential Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/extreme_dist.html" title="Extreme Value Distribution">Extreme Value Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/f_dist.html" title="F Distribution">F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">Gamma (and Erlang) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/lognormal_dist.html" title="Log Normal Distribution">Log Normal Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/logistic_dist.html" title="Logistic Distribution">Logistic Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/nmp.html" title="Non-Member Properties">Non-Member Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_beta_dist.html" title="Noncentral Beta Distribution">Noncentral Beta Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">Noncentral Chi-Squared Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_f_dist.html" title="Noncentral F Distribution">Noncentral F Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/nc_t_dist.html" title="Noncentral T Distribution">Noncentral T Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/normal_dist.html" title="Normal (Gaussian) Distribution">Normal (Gaussian) Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/pareto.html" title="Pareto Distribution">Pareto Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/poisson_dist.html" title="Poisson Distribution">Poisson Distribution</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution">Rayleigh Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/toolkit/internals2/error_test.html" title="Relative Error and Testing">Relative Error and Testing</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/students_t_dist.html" title="Students t Distribution">Students t Distribution</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/triangular_dist.html" title="Triangular Distribution">Triangular Distribution</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/uniform_dist.html" title="Uniform Distribution">Uniform Distribution</a></p></td></tr>
@@ -3737,53 +1250,24 @@
 </table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_78"></a><span class="term">W</span>
+<a name="idx_id_66"></a><span class="term">W</span>
 </dt>
 <dd><div class="variablelist"><dl>
-<dt><span class="term">weibull</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/stat_tut/overview.html" title="Overview">Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">Weibull Distribution</a></p></td></tr>
-</table></dd>
 <dt><span class="term">Weibull Distribution</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">beta</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">cdf</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">expm1</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">exponential</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">kurtosis</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">kurtosis_excess</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">log1p</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">mean</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">median</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">mode</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">normal</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">pdf</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">policy_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">quantile</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">skewness</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">value_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">variance</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">weibull</a></p></td></tr>
 <tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">weibull_distribution</a></p></td></tr>
 </table></dd>
 <dt><span class="term">weibull_distribution</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/weibull.html" title="Weibull Distribution">Weibull Distribution</a></p></td></tr></table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_79"></a><span class="term">Z</span>
+<a name="idx_id_67"></a><span class="term">Z</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">zeta</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../math_toolkit/main_overview/tr1.html" title="C99 and TR1 C Functions">C99 and TR1 C Functions</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/zetas/zeta.html" title="Riemann Zeta Function"><span class="bold"><strong>Errors In the Function zeta(z)</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/expint/expint_i.html" title="Exponential Integral Ei">Exponential Integral Ei</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/dist/dist_ref/dists/extreme_dist.html" title="Extreme Value Distribution">Extreme Value Distribution</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/zetas/zeta.html" title="Riemann Zeta Function">Riemann Zeta Function</a></p></td></tr>
-<tr><td><p><a class="link" href="../math_toolkit/special/extern_c/tr1_ref.html" title="TR1 C Functions Quick Reference">TR1 C Functions Quick Reference</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../math_toolkit/special/zetas/zeta.html" title="Riemann Zeta Function">Riemann Zeta Function</a></p></td></tr></table></dd>
 </dl></div></dd>
 </dl></div>
 </div>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/backgrounders/implementation.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/backgrounders/implementation.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/backgrounders/implementation.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -33,7 +33,7 @@
         and reflect more the general implementation philosophy used.
       </p>
 <a name="math_toolkit.backgrounders.implementation.implemention_philosophy"></a><h5>
-<a name="id1015104"></a>
+<a name="id1009643"></a>
         <a class="link" href="implementation.html#math_toolkit.backgrounders.implementation.implemention_philosophy">Implemention
         philosophy</a>
       </h5>
@@ -85,7 +85,7 @@
         These could still provide sufficient accuracy for some speed-critical applications.
       </p>
 <a name="math_toolkit.backgrounders.implementation.accuracy_and_representation_of_test_values"></a><h5>
-<a name="id1015168"></a>
+<a name="id1009706"></a>
         <a class="link" href="implementation.html#math_toolkit.backgrounders.implementation.accuracy_and_representation_of_test_values">Accuracy
         and Representation of Test Values</a>
       </h5>
@@ -130,7 +130,7 @@
         binary value).
       </p>
 <a name="math_toolkit.backgrounders.implementation.tolerance_of_tests"></a><h5>
-<a name="id1015312"></a>
+<a name="id1009850"></a>
         <a class="link" href="implementation.html#math_toolkit.backgrounders.implementation.tolerance_of_tests">Tolerance
         of Tests</a>
       </h5>
@@ -156,7 +156,7 @@
         first that the suffix L is present, and then that the tolerance is big enough.
       </p>
 <a name="math_toolkit.backgrounders.implementation.handling_unsuitable_arguments"></a><h5>
-<a name="id1015349"></a>
+<a name="id1009888"></a>
         <a class="link" href="implementation.html#math_toolkit.backgrounders.implementation.handling_unsuitable_arguments">Handling
         Unsuitable Arguments</a>
       </h5>
@@ -242,7 +242,7 @@
         </p></td></tr>
 </table></div>
 <a name="math_toolkit.backgrounders.implementation.handling_of_functions_that_are_not_mathematically_defined"></a><h5>
-<a name="id1015487"></a>
+<a name="id1010026"></a>
         <a class="link" href="implementation.html#math_toolkit.backgrounders.implementation.handling_of_functions_that_are_not_mathematically_defined">Handling
         of Functions that are Not Mathematically defined</a>
       </h5>
@@ -276,7 +276,7 @@
         </p></td></tr>
 </table></div>
 <a name="math_toolkit.backgrounders.implementation.median_of_distributions"></a><h5>
-<a name="id1015573"></a>
+<a name="id1010112"></a>
         <a class="link" href="implementation.html#math_toolkit.backgrounders.implementation.median_of_distributions">Median
         of distributions</a>
       </h5>
@@ -309,7 +309,7 @@
         Basic Statistics.</a> give more detail, in particular for discrete distributions.
       </p>
 <a name="math_toolkit.backgrounders.implementation.handling_of_floating_point_infinity"></a><h5>
-<a name="id1015673"></a>
+<a name="id1010212"></a>
         <a class="link" href="implementation.html#math_toolkit.backgrounders.implementation.handling_of_floating_point_infinity">Handling
         of Floating-Point Infinity</a>
       </h5>
@@ -353,7 +353,7 @@
         handling policies</a>.
       </p>
 <a name="math_toolkit.backgrounders.implementation.scale__shape_and_location"></a><h5>
-<a name="id1015762"></a>
+<a name="id1010300"></a>
         <a class="link" href="implementation.html#math_toolkit.backgrounders.implementation.scale__shape_and_location">Scale,
         Shape and Location</a>
       </h5>
@@ -380,7 +380,7 @@
         functions, they can be added if required.
       </p>
 <a name="math_toolkit.backgrounders.implementation.notes_on_implementation_of_specific_functions__amp__distributions"></a><h5>
-<a name="id1016156"></a>
+<a name="id1010695"></a>
         <a class="link" href="implementation.html#math_toolkit.backgrounders.implementation.notes_on_implementation_of_specific_functions__amp__distributions">Notes
         on Implementation of Specific Functions &amp; Distributions</a>
       </h5>
@@ -392,7 +392,7 @@
           0 and upper = 1 would be more suitable.
         </li></ul></div>
 <a name="math_toolkit.backgrounders.implementation.rational_approximations_used"></a><h5>
-<a name="id1016177"></a>
+<a name="id1010716"></a>
         <a class="link" href="implementation.html#math_toolkit.backgrounders.implementation.rational_approximations_used">Rational
         Approximations Used</a>
       </h5>
@@ -435,7 +435,7 @@
         to the "true" minimax solution.
       </p>
 <a name="math_toolkit.backgrounders.implementation.representation_of_mathematical_constants"></a><h5>
-<a name="id1016221"></a>
+<a name="id1010760"></a>
         <a class="link" href="implementation.html#math_toolkit.backgrounders.implementation.representation_of_mathematical_constants">Representation
         of Mathematical Constants</a>
       </h5>
@@ -496,7 +496,7 @@
 </span><span class="keyword">double</span> <span class="identifier">p</span> <span class="special">=</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">math</span><span class="special">::</span><span class="identifier">constants</span><span class="special">::</span><span class="identifier">pi</span><span class="special">();</span> <span class="comment">// Context does not allow for disambiguation of overloaded function
 </span></pre>
 <a name="math_toolkit.backgrounders.implementation.thread_safety"></a><h5>
-<a name="id1016609"></a>
+<a name="id1011148"></a>
         <a class="link" href="implementation.html#math_toolkit.backgrounders.implementation.thread_safety">Thread
         safety</a>
       </h5>
@@ -521,7 +521,7 @@
         the right thing here at some point.
       </p>
 <a name="math_toolkit.backgrounders.implementation.sources_of_test_data"></a><h5>
-<a name="id1016645"></a>
+<a name="id1011184"></a>
         <a class="link" href="implementation.html#math_toolkit.backgrounders.implementation.sources_of_test_data">Sources
         of Test Data</a>
       </h5>
@@ -565,7 +565,7 @@
         the underlying special function is known to be difficult to implement.
       </p>
 <a name="math_toolkit.backgrounders.implementation.creating_and_managing_the_equations"></a><h5>
-<a name="id1016713"></a>
+<a name="id1011252"></a>
         <a class="link" href="implementation.html#math_toolkit.backgrounders.implementation.creating_and_managing_the_equations">Creating
         and Managing the Equations</a>
       </h5>
@@ -726,7 +726,7 @@
         HTML: this needs further investigation.
       </p>
 <a name="math_toolkit.backgrounders.implementation.producing_graphs"></a><h5>
-<a name="id1016896"></a>
+<a name="id1011434"></a>
         <a class="link" href="implementation.html#math_toolkit.backgrounders.implementation.producing_graphs">Producing
         Graphs</a>
       </h5>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/backgrounders/lanczos.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/backgrounders/lanczos.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/backgrounders/lanczos.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -27,7 +27,7 @@
 <a name="math_toolkit.backgrounders.lanczos"></a><a class="link" href="lanczos.html" title="The Lanczos Approximation"> The Lanczos Approximation</a>
 </h3></div></div></div>
 <a name="math_toolkit.backgrounders.lanczos.motivation"></a><h5>
-<a name="id1017120"></a>
+<a name="id1011659"></a>
         <a class="link" href="lanczos.html#math_toolkit.backgrounders.lanczos.motivation">Motivation</a>
       </h5>
 <p>
@@ -98,7 +98,7 @@
         functions divided by large powers into single (simpler) expressions.
       </p>
 <a name="math_toolkit.backgrounders.lanczos.the_approximation"></a><h5>
-<a name="id1017368"></a>
+<a name="id1011907"></a>
         <a class="link" href="lanczos.html#math_toolkit.backgrounders.lanczos.the_approximation">The
         Approximation</a>
       </h5>
@@ -160,7 +160,7 @@
         </p></td></tr>
 </table></div>
 <a name="math_toolkit.backgrounders.lanczos.computing_the_coefficients"></a><h5>
-<a name="id1017560"></a>
+<a name="id1012099"></a>
         <a class="link" href="lanczos.html#math_toolkit.backgrounders.lanczos.computing_the_coefficients">Computing
         the Coefficients</a>
       </h5>
@@ -204,7 +204,7 @@
         multiplied by <span class="emphasis"><em>F</em></span> as the last step.
       </p>
 <a name="math_toolkit.backgrounders.lanczos.choosing_the_right_parameters"></a><h5>
-<a name="id1017718"></a>
+<a name="id1012256"></a>
         <a class="link" href="lanczos.html#math_toolkit.backgrounders.lanczos.choosing_the_right_parameters">Choosing
         the Right Parameters</a>
       </h5>
@@ -228,7 +228,7 @@
         computing to float precision with double precision arithmetic.
       </p>
 <div class="table">
-<a name="id1017772"></a><p class="title"><b>Table 53. Optimal choices for N and g when computing with
+<a name="id1012310"></a><p class="title"><b>Table 53. Optimal choices for N and g when computing with
       guard digits (source: Pugh)</b></p>
 <div class="table-contents"><table class="table" summary="Optimal choices for N and g when computing with
       guard digits (source: Pugh)">
@@ -371,7 +371,7 @@
         exactly matches the machine epsilon for the type in question.
       </p>
 <div class="table">
-<a name="id1017991"></a><p class="title"><b>Table 54. Optimum value for N and g when computing at fixed
+<a name="id1012530"></a><p class="title"><b>Table 54. Optimum value for N and g when computing at fixed
       precision</b></p>
 <div class="table-contents"><table class="table" summary="Optimum value for N and g when computing at fixed
       precision">
@@ -536,7 +536,7 @@
         is exact, and so isn't used for the gamma function.
       </p>
 <a name="math_toolkit.backgrounders.lanczos.references"></a><h5>
-<a name="id1018236"></a>
+<a name="id1012775"></a>
         <a class="link" href="lanczos.html#math_toolkit.backgrounders.lanczos.references">References</a>
       </h5>
 <a name="godfrey"></a><a name="pugh"></a><div class="orderedlist"><ol type="1">

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/backgrounders/refs.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/backgrounders/refs.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/backgrounders/refs.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -27,7 +27,7 @@
 <a name="math_toolkit.backgrounders.refs"></a><a class="link" href="refs.html" title="References"> References</a>
 </h3></div></div></div>
 <a name="math_toolkit.backgrounders.refs.general_references"></a><h5>
-<a name="id1021311"></a>
+<a name="id1015850"></a>
         <a class="link" href="refs.html#math_toolkit.backgrounders.refs.general_references">General
         references</a>
       </h5>
@@ -91,7 +91,7 @@
         Library (version 2), Walter E. Brown</a>
       </p>
 <a name="math_toolkit.backgrounders.refs.calculators__that_we_found__and_used_to_cross_check___as_far_as_their_widely_varying_accuracy_allowed__"></a><h5>
-<a name="id1021402"></a>
+<a name="id1015941"></a>
         <a class="link" href="refs.html#math_toolkit.backgrounders.refs.calculators__that_we_found__and_used_to_cross_check___as_far_as_their_widely_varying_accuracy_allowed__">Calculators*
         that we found (and used to cross-check - as far as their widely-varying accuracy
         allowed).</a>
@@ -101,7 +101,7 @@
         Binomial Probability Distribution Calculator.
       </p>
 <a name="math_toolkit.backgrounders.refs.other_libraries"></a><h5>
-<a name="id1021426"></a>
+<a name="id1015965"></a>
         <a class="link" href="refs.html#math_toolkit.backgrounders.refs.other_libraries">Other Libraries</a>
       </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/backgrounders/relative_error.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/backgrounders/relative_error.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/backgrounders/relative_error.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -81,7 +81,7 @@
 <a name="zero_error"></a><p>
       </p>
 <a name="math_toolkit.backgrounders.relative_error.the_impossibility_of_zero_error"></a><h5>
-<a name="id1017077"></a>
+<a name="id1011616"></a>
         <a class="link" href="relative_error.html#math_toolkit.backgrounders.relative_error.the_impossibility_of_zero_error">The
         Impossibility of Zero Error</a>
       </h5>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/backgrounders/remez.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/backgrounders/remez.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/backgrounders/remez.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -94,7 +94,7 @@
         are located!</em></span>
       </p>
 <a name="math_toolkit.backgrounders.remez.the_remez_method"></a><h5>
-<a name="id1020601"></a>
+<a name="id1015139"></a>
         <a class="link" href="remez.html#math_toolkit.backgrounders.remez.the_remez_method">The Remez
         Method</a>
       </h5>
@@ -174,7 +174,7 @@
 </td></tr>
 </table></div>
 <a name="math_toolkit.backgrounders.remez.remez_step_1"></a><h5>
-<a name="id1020753"></a>
+<a name="id1015292"></a>
         <a class="link" href="remez.html#math_toolkit.backgrounders.remez.remez_step_1">Remez Step
         1</a>
       </h5>
@@ -205,7 +205,7 @@
         to 5.6x10<sup>-4</sup>.
       </p>
 <a name="math_toolkit.backgrounders.remez.remez_step_2"></a><h5>
-<a name="id1020828"></a>
+<a name="id1015366"></a>
         <a class="link" href="remez.html#math_toolkit.backgrounders.remez.remez_step_2">Remez Step
         2</a>
       </h5>
@@ -234,7 +234,7 @@
         In our example we perform multi-point exchange.
       </p>
 <a name="math_toolkit.backgrounders.remez.iteration"></a><h5>
-<a name="id1020859"></a>
+<a name="id1015397"></a>
         <a class="link" href="remez.html#math_toolkit.backgrounders.remez.iteration">Iteration</a>
       </h5>
 <p>
@@ -250,7 +250,7 @@
         <span class="inlinemediaobject"><img src="../../../graphs/remez-4.png" alt="remez-4"></span>
       </p>
 <a name="math_toolkit.backgrounders.remez.rational_approximations"></a><h5>
-<a name="id1020903"></a>
+<a name="id1015442"></a>
         <a class="link" href="remez.html#math_toolkit.backgrounders.remez.rational_approximations">Rational
         Approximations</a>
       </h5>
@@ -299,7 +299,7 @@
         number of terms overall.
       </p>
 <a name="math_toolkit.backgrounders.remez.practical_considerations"></a><h5>
-<a name="id1020984"></a>
+<a name="id1015522"></a>
         <a class="link" href="remez.html#math_toolkit.backgrounders.remez.practical_considerations">Practical
         Considerations</a>
       </h5>
@@ -407,7 +407,7 @@
         desired minimax solution (5x10<sup>-4</sup>).
       </p>
 <a name="math_toolkit.backgrounders.remez.remez_method_checklist"></a><h5>
-<a name="id1021138"></a>
+<a name="id1015677"></a>
         <a class="link" href="remez.html#math_toolkit.backgrounders.remez.remez_method_checklist">Remez
         Method Checklist</a>
       </h5>
@@ -461,7 +461,7 @@
         </li>
 </ul></div>
 <a name="math_toolkit.backgrounders.remez.references"></a><h5>
-<a name="id1021192"></a>
+<a name="id1015731"></a>
         <a class="link" href="remez.html#math_toolkit.backgrounders.remez.references">References</a>
       </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dist_algorithms.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dist_algorithms.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dist_algorithms.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -28,7 +28,7 @@
         Algorithms</a>
 </h4></div></div></div>
 <a name="math_toolkit.dist.dist_ref.dist_algorithms.finding_the_location_and_scale_for_normal_and_similar_distributions"></a><h5>
-<a name="id799361"></a>
+<a name="id793900"></a>
           <a class="link" href="dist_algorithms.html#math_toolkit.dist.dist_ref.dist_algorithms.finding_the_location_and_scale_for_normal_and_similar_distributions">Finding
           the Location and Scale for Normal and similar distributions</a>
         </h5>
@@ -50,7 +50,7 @@
 </span><span class="keyword">using</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">math</span><span class="special">::</span><span class="identifier">complement</span><span class="special">;</span> <span class="comment">// Will be needed by users who want to use complements.
 </span></pre>
 <a name="math_toolkit.dist.dist_ref.dist_algorithms.find_location_function"></a><h5>
-<a name="id799458"></a>
+<a name="id793997"></a>
           <a class="link" href="dist_algorithms.html#math_toolkit.dist.dist_ref.dist_algorithms.find_location_function">find_location
           function</a>
         </h5>
@@ -80,7 +80,7 @@
   <span class="special">}}</span> <span class="comment">// namespaces
 </span></pre>
 <a name="math_toolkit.dist.dist_ref.dist_algorithms.find_scale_function"></a><h5>
-<a name="id799903"></a>
+<a name="id794442"></a>
           <a class="link" href="dist_algorithms.html#math_toolkit.dist.dist_ref.dist_algorithms.find_scale_function">find_scale
           function</a>
         </h5>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/bernoulli_dist.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/bernoulli_dist.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/bernoulli_dist.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -87,7 +87,7 @@
             <span class="inlinemediaobject"><img src="../../../../../graphs/bernoulli_cdf.png" align="middle"></span>
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.bernoulli_dist.member_functions"></a><h5>
-<a name="id747730"></a>
+<a name="id742268"></a>
             <a class="link" href="bernoulli_dist.html#math_toolkit.dist.dist_ref.dists.bernoulli_dist.member_functions">Member
             Functions</a>
           </h5>
@@ -103,7 +103,7 @@
             Returns the <span class="emphasis"><em>success_fraction</em></span> parameter of this distribution.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.bernoulli_dist.non_member_accessors"></a><h5>
-<a name="id748029"></a>
+<a name="id742568"></a>
             <a class="link" href="bernoulli_dist.html#math_toolkit.dist.dist_ref.dists.bernoulli_dist.non_member_accessors">Non-member
             Accessors</a>
           </h5>
@@ -128,7 +128,7 @@
             exception and make an error message available.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.bernoulli_dist.accuracy"></a><h5>
-<a name="id748132"></a>
+<a name="id742671"></a>
             <a class="link" href="bernoulli_dist.html#math_toolkit.dist.dist_ref.dists.bernoulli_dist.accuracy">Accuracy</a>
           </h5>
 <p>
@@ -136,7 +136,7 @@
             and so should have errors within an epsilon or two.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.bernoulli_dist.implementation"></a><h5>
-<a name="id748154"></a>
+<a name="id742693"></a>
             <a class="link" href="bernoulli_dist.html#math_toolkit.dist.dist_ref.dists.bernoulli_dist.implementation">Implementation</a>
           </h5>
 <p>
@@ -327,7 +327,7 @@
 </tbody>
 </table></div>
 <a name="math_toolkit.dist.dist_ref.dists.bernoulli_dist.references"></a><h5>
-<a name="id748464"></a>
+<a name="id743002"></a>
             <a class="link" href="bernoulli_dist.html#math_toolkit.dist.dist_ref.dists.bernoulli_dist.references">References</a>
           </h5>
 <div class="itemizedlist"><ul type="disc">

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/beta_dist.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/beta_dist.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/beta_dist.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -133,12 +133,12 @@
             from the centre (where x = half).
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.beta_dist.member_functions"></a><h5>
-<a name="id749282"></a>
+<a name="id743821"></a>
             <a class="link" href="beta_dist.html#math_toolkit.dist.dist_ref.dists.beta_dist.member_functions">Member
             Functions</a>
           </h5>
 <a name="math_toolkit.dist.dist_ref.dists.beta_dist.constructor"></a><h6>
-<a name="id749299"></a>
+<a name="id743838"></a>
             <a class="link" href="beta_dist.html#math_toolkit.dist.dist_ref.dists.beta_dist.constructor">Constructor</a>
           </h6>
 <pre class="programlisting"><span class="identifier">beta_distribution</span><span class="special">(</span><span class="identifier">RealType</span> <span class="identifier">alpha</span><span class="special">,</span> <span class="identifier">RealType</span> <span class="identifier">beta</span><span class="special">);</span>
@@ -165,7 +165,7 @@
             yellow in the graph above).
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.beta_dist.parameter_accessors"></a><h6>
-<a name="id749414"></a>
+<a name="id743953"></a>
             <a class="link" href="beta_dist.html#math_toolkit.dist.dist_ref.dists.beta_dist.parameter_accessors">Parameter
             Accessors</a>
           </h6>
@@ -189,7 +189,7 @@
 </span><span class="identifier">assert</span><span class="special">(</span><span class="identifier">mybeta</span><span class="special">.</span><span class="identifier">beta</span><span class="special">()</span> <span class="special">==</span> <span class="number">5.</span><span class="special">);</span> <span class="comment">// mybeta.beta() returns 5
 </span></pre>
 <a name="math_toolkit.dist.dist_ref.dists.beta_dist.parameter_estimators"></a><h5>
-<a name="id749619"></a>
+<a name="id744158"></a>
             <a class="link" href="beta_dist.html#math_toolkit.dist.dist_ref.dists.beta_dist.parameter_estimators">Parameter
             Estimators</a>
           </h5>
@@ -242,7 +242,7 @@
             Returns the value of &#946; that gives: <code class="computeroutput"><span class="identifier">cdf</span><span class="special">(</span><span class="identifier">beta_distribution</span><span class="special">&lt;</span><span class="identifier">RealType</span><span class="special">&gt;(</span><span class="identifier">alpha</span><span class="special">,</span> <span class="identifier">beta</span><span class="special">),</span> <span class="identifier">x</span><span class="special">)</span> <span class="special">==</span> <span class="identifier">probability</span></code>.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.beta_dist.non_member_accessor_functions"></a><h5>
-<a name="id750072"></a>
+<a name="id744610"></a>
             <a class="link" href="beta_dist.html#math_toolkit.dist.dist_ref.dists.beta_dist.non_member_accessor_functions">Non-member
             Accessor Functions</a>
           </h5>
@@ -264,7 +264,7 @@
             Mathworld</a>.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.beta_dist.applications"></a><h5>
-<a name="id751578"></a>
+<a name="id746117"></a>
             <a class="link" href="beta_dist.html#math_toolkit.dist.dist_ref.dists.beta_dist.applications">Applications</a>
           </h5>
 <p>
@@ -277,7 +277,7 @@
             statistical inference</a>.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.beta_dist.related_distributions"></a><h5>
-<a name="id751603"></a>
+<a name="id746142"></a>
             <a class="link" href="beta_dist.html#math_toolkit.dist.dist_ref.dists.beta_dist.related_distributions">Related
             distributions</a>
           </h5>
@@ -303,7 +303,7 @@
             Distribution</a> with its p parameter set to x.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.beta_dist.accuracy"></a><h5>
-<a name="id751650"></a>
+<a name="id746189"></a>
             <a class="link" href="beta_dist.html#math_toolkit.dist.dist_ref.dists.beta_dist.accuracy">Accuracy</a>
           </h5>
 <p>
@@ -315,7 +315,7 @@
             please refer to these functions for information on accuracy.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.beta_dist.implementation"></a><h5>
-<a name="id751694"></a>
+<a name="id746233"></a>
             <a class="link" href="beta_dist.html#math_toolkit.dist.dist_ref.dists.beta_dist.implementation">Implementation</a>
           </h5>
 <p>
@@ -597,7 +597,7 @@
 </tbody>
 </table></div>
 <a name="math_toolkit.dist.dist_ref.dists.beta_dist.references"></a><h5>
-<a name="id752704"></a>
+<a name="id747242"></a>
             <a class="link" href="beta_dist.html#math_toolkit.dist.dist_ref.dists.beta_dist.references">References</a>
           </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/binomial_dist.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/binomial_dist.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/binomial_dist.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -167,12 +167,12 @@
 <p>
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.binomial_dist.member_functions"></a><h5>
-<a name="id753658"></a>
+<a name="id748196"></a>
             <a class="link" href="binomial_dist.html#math_toolkit.dist.dist_ref.dists.binomial_dist.member_functions">Member
             Functions</a>
           </h5>
 <a name="math_toolkit.dist.dist_ref.dists.binomial_dist.construct"></a><h6>
-<a name="id753677"></a>
+<a name="id748216"></a>
             <a class="link" href="binomial_dist.html#math_toolkit.dist.dist_ref.dists.binomial_dist.construct">Construct</a>
           </h6>
 <pre class="programlisting"><span class="identifier">binomial_distribution</span><span class="special">(</span><span class="identifier">RealType</span> <span class="identifier">n</span><span class="special">,</span> <span class="identifier">RealType</span> <span class="identifier">p</span><span class="special">);</span>
@@ -189,7 +189,7 @@
             otherwise calls <a class="link" href="../../../main_overview/error_handling.html#domain_error">domain_error</a>.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.binomial_dist.accessors"></a><h6>
-<a name="id755601"></a>
+<a name="id750140"></a>
             <a class="link" href="binomial_dist.html#math_toolkit.dist.dist_ref.dists.binomial_dist.accessors">Accessors</a>
           </h6>
 <pre class="programlisting"><span class="identifier">RealType</span> <span class="identifier">success_fraction</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -205,7 +205,7 @@
             was constructed.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.binomial_dist.lower_bound_on_the_success_fraction"></a><h6>
-<a name="id755682"></a>
+<a name="id750220"></a>
             <a class="link" href="binomial_dist.html#math_toolkit.dist.dist_ref.dists.binomial_dist.lower_bound_on_the_success_fraction">Lower
             Bound on the Success Fraction</a>
           </h6>
@@ -311,7 +311,7 @@
             limits illustrated in the case of the binomial. Biometrika 26 404-413.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.binomial_dist.upper_bound_on_the_success_fraction"></a><h6>
-<a name="id756132"></a>
+<a name="id750670"></a>
             <a class="link" href="binomial_dist.html#math_toolkit.dist.dist_ref.dists.binomial_dist.upper_bound_on_the_success_fraction">Upper
             Bound on the Success Fraction</a>
           </h6>
@@ -389,7 +389,7 @@
 </td></tr>
 </table></div>
 <a name="math_toolkit.dist.dist_ref.dists.binomial_dist.estimating_the_number_of_trials_required_for_a_certain_number_of_successes"></a><h6>
-<a name="id756442"></a>
+<a name="id750981"></a>
             <a class="link" href="binomial_dist.html#math_toolkit.dist.dist_ref.dists.binomial_dist.estimating_the_number_of_trials_required_for_a_certain_number_of_successes">Estimating
             the Number of Trials Required for a Certain Number of Successes</a>
           </h6>
@@ -431,7 +431,7 @@
             of seeing 10 events that occur with frequency one half.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.binomial_dist.estimating_the_maximum_number_of_trials_to_ensure_no_more_than_a_certain_number_of_successes"></a><h6>
-<a name="id756640"></a>
+<a name="id751179"></a>
             <a class="link" href="binomial_dist.html#math_toolkit.dist.dist_ref.dists.binomial_dist.estimating_the_maximum_number_of_trials_to_ensure_no_more_than_a_certain_number_of_successes">Estimating
             the Maximum Number of Trials to Ensure no more than a Certain Number
             of Successes</a>
@@ -479,7 +479,7 @@
             Worked Example.</a>
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.binomial_dist.non_member_accessors"></a><h5>
-<a name="id756848"></a>
+<a name="id751387"></a>
             <a class="link" href="binomial_dist.html#math_toolkit.dist.dist_ref.dists.binomial_dist.non_member_accessors">Non-member
             Accessors</a>
           </h5>
@@ -504,7 +504,7 @@
             in the context of this distribution:
           </p>
 <div class="table">
-<a name="id756980"></a><p class="title"><b>Table 11. Meaning of the non-member accessors</b></p>
+<a name="id751519"></a><p class="title"><b>Table 11. Meaning of the non-member accessors</b></p>
 <div class="table-contents"><table class="table" summary="Meaning of the non-member accessors">
 <colgroup>
 <col>
@@ -627,7 +627,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="math_toolkit.dist.dist_ref.dists.binomial_dist.examples"></a><h5>
-<a name="id757395"></a>
+<a name="id751934"></a>
             <a class="link" href="binomial_dist.html#math_toolkit.dist.dist_ref.dists.binomial_dist.examples">Examples</a>
           </h5>
 <p>
@@ -635,7 +635,7 @@
             examples</a> are available illustrating the use of the binomial distribution.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.binomial_dist.accuracy"></a><h5>
-<a name="id757417"></a>
+<a name="id751956"></a>
             <a class="link" href="binomial_dist.html#math_toolkit.dist.dist_ref.dists.binomial_dist.accuracy">Accuracy</a>
           </h5>
 <p>
@@ -645,7 +645,7 @@
             please refer to these functions for information on accuracy.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.binomial_dist.implementation"></a><h5>
-<a name="id757446"></a>
+<a name="id751984"></a>
             <a class="link" href="binomial_dist.html#math_toolkit.dist.dist_ref.dists.binomial_dist.implementation">Implementation</a>
           </h5>
 <p>
@@ -886,7 +886,7 @@
 </tbody>
 </table></div>
 <a name="math_toolkit.dist.dist_ref.dists.binomial_dist.references"></a><h5>
-<a name="id758644"></a>
+<a name="id753183"></a>
             <a class="link" href="binomial_dist.html#math_toolkit.dist.dist_ref.dists.binomial_dist.references">References</a>
           </h5>
 <div class="itemizedlist"><ul type="disc">

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/cauchy_dist.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/cauchy_dist.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/cauchy_dist.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -88,7 +88,7 @@
             <span class="inlinemediaobject"><img src="../../../../../graphs/cauchy_pdf2.png" align="middle"></span>
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.cauchy_dist.member_functions"></a><h5>
-<a name="id759152"></a>
+<a name="id753690"></a>
             <a class="link" href="cauchy_dist.html#math_toolkit.dist.dist_ref.dists.cauchy_dist.member_functions">Member
             Functions</a>
           </h5>
@@ -114,7 +114,7 @@
             Returns the scale parameter of the distribution.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.cauchy_dist.non_member_accessors"></a><h5>
-<a name="id759300"></a>
+<a name="id753839"></a>
             <a class="link" href="cauchy_dist.html#math_toolkit.dist.dist_ref.dists.cauchy_dist.non_member_accessors">Non-member
             Accessors</a>
           </h5>
@@ -151,7 +151,7 @@
             The domain of the random variable is [-[max_value], +[min_value]].
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.cauchy_dist.accuracy"></a><h5>
-<a name="id759447"></a>
+<a name="id753985"></a>
             <a class="link" href="cauchy_dist.html#math_toolkit.dist.dist_ref.dists.cauchy_dist.accuracy">Accuracy</a>
           </h5>
 <p>
@@ -160,7 +160,7 @@
             have very low error rates.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.cauchy_dist.implementation"></a><h5>
-<a name="id759480"></a>
+<a name="id754019"></a>
             <a class="link" href="cauchy_dist.html#math_toolkit.dist.dist_ref.dists.cauchy_dist.implementation">Implementation</a>
           </h5>
 <p>
@@ -276,7 +276,7 @@
 </tbody>
 </table></div>
 <a name="math_toolkit.dist.dist_ref.dists.cauchy_dist.references"></a><h5>
-<a name="id759701"></a>
+<a name="id754240"></a>
             <a class="link" href="cauchy_dist.html#math_toolkit.dist.dist_ref.dists.cauchy_dist.references">References</a>
           </h5>
 <div class="itemizedlist"><ul type="disc">

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/chi_squared_dist.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/chi_squared_dist.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/chi_squared_dist.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -87,7 +87,7 @@
             <span class="inlinemediaobject"><img src="../../../../../graphs/chi_squared_pdf.png" align="middle"></span>
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.chi_squared_dist.member_functions"></a><h5>
-<a name="id760939"></a>
+<a name="id755477"></a>
             <a class="link" href="chi_squared_dist.html#math_toolkit.dist.dist_ref.dists.chi_squared_dist.member_functions">Member
             Functions</a>
           </h5>
@@ -170,7 +170,7 @@
             NIST Engineering Statistics Handbook, Section 7.2.3.2</a>.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.chi_squared_dist.non_member_accessors"></a><h5>
-<a name="id761264"></a>
+<a name="id755803"></a>
             <a class="link" href="chi_squared_dist.html#math_toolkit.dist.dist_ref.dists.chi_squared_dist.non_member_accessors">Non-member
             Accessors</a>
           </h5>
@@ -196,7 +196,7 @@
             The domain of the random variable is [0, +&#8734;].
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.chi_squared_dist.examples"></a><h5>
-<a name="id761367"></a>
+<a name="id755906"></a>
             <a class="link" href="chi_squared_dist.html#math_toolkit.dist.dist_ref.dists.chi_squared_dist.examples">Examples</a>
           </h5>
 <p>
@@ -204,7 +204,7 @@
             are available illustrating the use of the Chi Squared Distribution.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.chi_squared_dist.accuracy"></a><h5>
-<a name="id761394"></a>
+<a name="id755932"></a>
             <a class="link" href="chi_squared_dist.html#math_toolkit.dist.dist_ref.dists.chi_squared_dist.accuracy">Accuracy</a>
           </h5>
 <p>
@@ -212,7 +212,7 @@
             gamma functions</a>: please refer to the accuracy data for those functions.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.chi_squared_dist.implementation"></a><h5>
-<a name="id761418"></a>
+<a name="id755956"></a>
             <a class="link" href="chi_squared_dist.html#math_toolkit.dist.dist_ref.dists.chi_squared_dist.implementation">Implementation</a>
           </h5>
 <p>
@@ -379,7 +379,7 @@
 </tbody>
 </table></div>
 <a name="math_toolkit.dist.dist_ref.dists.chi_squared_dist.references"></a><h5>
-<a name="id761696"></a>
+<a name="id756235"></a>
             <a class="link" href="chi_squared_dist.html#math_toolkit.dist.dist_ref.dists.chi_squared_dist.references">References</a>
           </h5>
 <div class="itemizedlist"><ul type="disc">

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/exp_dist.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/exp_dist.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/exp_dist.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -71,7 +71,7 @@
             <span class="inlinemediaobject"><img src="../../../../../graphs/exponential_pdf.png" align="middle"></span>
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.exp_dist.member_functions"></a><h5>
-<a name="id762120"></a>
+<a name="id756658"></a>
             <a class="link" href="exp_dist.html#math_toolkit.dist.dist_ref.dists.exp_dist.member_functions">Member
             Functions</a>
           </h5>
@@ -91,7 +91,7 @@
             Accessor function returns the lambda parameter of the distribution.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.exp_dist.non_member_accessors"></a><h5>
-<a name="id762222"></a>
+<a name="id756760"></a>
             <a class="link" href="exp_dist.html#math_toolkit.dist.dist_ref.dists.exp_dist.non_member_accessors">Non-member
             Accessors</a>
           </h5>
@@ -111,7 +111,7 @@
             The domain of the random variable is [0, +&#8734;].
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.exp_dist.accuracy"></a><h5>
-<a name="id762321"></a>
+<a name="id756860"></a>
             <a class="link" href="exp_dist.html#math_toolkit.dist.dist_ref.dists.exp_dist.accuracy">Accuracy</a>
           </h5>
 <p>
@@ -122,7 +122,7 @@
             should have very low error rates.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.exp_dist.implementation"></a><h5>
-<a name="id762369"></a>
+<a name="id756908"></a>
             <a class="link" href="exp_dist.html#math_toolkit.dist.dist_ref.dists.exp_dist.implementation">Implementation</a>
           </h5>
 <p>
@@ -283,7 +283,7 @@
 </tbody>
 </table></div>
 <a name="math_toolkit.dist.dist_ref.dists.exp_dist.references"></a><h5>
-<a name="id762618"></a>
+<a name="id757156"></a>
             <a class="link" href="exp_dist.html#math_toolkit.dist.dist_ref.dists.exp_dist.references">references</a>
           </h5>
 <div class="itemizedlist"><ul type="disc">

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/extreme_dist.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/extreme_dist.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/extreme_dist.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -100,7 +100,7 @@
             <span class="inlinemediaobject"><img src="../../../../../graphs/extreme_value_pdf2.png" align="middle"></span>
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.extreme_dist.member_functions"></a><h5>
-<a name="id766053"></a>
+<a name="id760592"></a>
             <a class="link" href="extreme_dist.html#math_toolkit.dist.dist_ref.dists.extreme_dist.member_functions">Member
             Functions</a>
           </h5>
@@ -125,7 +125,7 @@
             Returns the scale parameter of the distribution.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.extreme_dist.non_member_accessors"></a><h5>
-<a name="id766210"></a>
+<a name="id760749"></a>
             <a class="link" href="extreme_dist.html#math_toolkit.dist.dist_ref.dists.extreme_dist.non_member_accessors">Non-member
             Accessors</a>
           </h5>
@@ -145,7 +145,7 @@
             The domain of the random parameter is [-&#8734;, +&#8734;].
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.extreme_dist.accuracy"></a><h5>
-<a name="id766307"></a>
+<a name="id760846"></a>
             <a class="link" href="extreme_dist.html#math_toolkit.dist.dist_ref.dists.extreme_dist.accuracy">Accuracy</a>
           </h5>
 <p>
@@ -154,7 +154,7 @@
             very low error rates.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.extreme_dist.implementation"></a><h5>
-<a name="id766341"></a>
+<a name="id760880"></a>
             <a class="link" href="extreme_dist.html#math_toolkit.dist.dist_ref.dists.extreme_dist.implementation">Implementation</a>
           </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/f_dist.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/f_dist.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/f_dist.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -80,7 +80,7 @@
             <span class="inlinemediaobject"><img src="../../../../../graphs/fisher_f_pdf.png" align="middle"></span>
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.f_dist.member_functions"></a><h5>
-<a name="id767084"></a>
+<a name="id761622"></a>
             <a class="link" href="f_dist.html#math_toolkit.dist.dist_ref.dists.f_dist.member_functions">Member
             Functions</a>
           </h5>
@@ -106,7 +106,7 @@
             Returns the denominator degrees of freedom parameter of the distribution.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.f_dist.non_member_accessors"></a><h5>
-<a name="id767238"></a>
+<a name="id761777"></a>
             <a class="link" href="f_dist.html#math_toolkit.dist.dist_ref.dists.f_dist.non_member_accessors">Non-member
             Accessors</a>
           </h5>
@@ -126,7 +126,7 @@
             The domain of the random variable is [0, +&#8734;].
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.f_dist.examples"></a><h5>
-<a name="id767338"></a>
+<a name="id761877"></a>
             <a class="link" href="f_dist.html#math_toolkit.dist.dist_ref.dists.f_dist.examples">Examples</a>
           </h5>
 <p>
@@ -134,7 +134,7 @@
             are available illustrating the use of the F Distribution.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.f_dist.accuracy"></a><h5>
-<a name="id767360"></a>
+<a name="id761898"></a>
             <a class="link" href="f_dist.html#math_toolkit.dist.dist_ref.dists.f_dist.accuracy">Accuracy</a>
           </h5>
 <p>
@@ -143,7 +143,7 @@
             refer to those functions for accuracy data.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.f_dist.implementation"></a><h5>
-<a name="id767386"></a>
+<a name="id761925"></a>
             <a class="link" href="f_dist.html#math_toolkit.dist.dist_ref.dists.f_dist.implementation">Implementation</a>
           </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/gamma_dist.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/gamma_dist.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/gamma_dist.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -137,7 +137,7 @@
             than a dedicated Erlang Distribution.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.gamma_dist.member_functions"></a><h5>
-<a name="id770430"></a>
+<a name="id764968"></a>
             <a class="link" href="gamma_dist.html#math_toolkit.dist.dist_ref.dists.gamma_dist.member_functions">Member
             Functions</a>
           </h5>
@@ -162,7 +162,7 @@
             Returns the <span class="emphasis"><em>scale</em></span> parameter of this distribution.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.gamma_dist.non_member_accessors"></a><h5>
-<a name="id770576"></a>
+<a name="id765115"></a>
             <a class="link" href="gamma_dist.html#math_toolkit.dist.dist_ref.dists.gamma_dist.non_member_accessors">Non-member
             Accessors</a>
           </h5>
@@ -182,7 +182,7 @@
             The domain of the random variable is [0,+&#8734;].
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.gamma_dist.accuracy"></a><h5>
-<a name="id770673"></a>
+<a name="id765212"></a>
             <a class="link" href="gamma_dist.html#math_toolkit.dist.dist_ref.dists.gamma_dist.accuracy">Accuracy</a>
           </h5>
 <p>
@@ -194,7 +194,7 @@
             refer to the accuracy data for those functions for more information.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.gamma_dist.implementation"></a><h5>
-<a name="id770712"></a>
+<a name="id765250"></a>
             <a class="link" href="gamma_dist.html#math_toolkit.dist.dist_ref.dists.gamma_dist.implementation">Implementation</a>
           </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/logistic_dist.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/logistic_dist.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/logistic_dist.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -72,7 +72,7 @@
             <span class="inlinemediaobject"><img src="../../../../../graphs/logistic_pdf.png" align="middle"></span>
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.logistic_dist.member_functions"></a><h5>
-<a name="id771441"></a>
+<a name="id765980"></a>
             <a class="link" href="logistic_dist.html#math_toolkit.dist.dist_ref.dists.logistic_dist.member_functions">Member
             Functions</a>
           </h5>
@@ -98,7 +98,7 @@
             Returns the scale of this distribution.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.logistic_dist.non_member_accessors"></a><h5>
-<a name="id771607"></a>
+<a name="id766145"></a>
             <a class="link" href="logistic_dist.html#math_toolkit.dist.dist_ref.dists.logistic_dist.non_member_accessors">Non-member
             Accessors</a>
           </h5>
@@ -128,7 +128,7 @@
             and +<a class="link" href="../../../main_overview/error_handling.html#overflow_error">overflow_error</a> respectively.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.logistic_dist.accuracy"></a><h5>
-<a name="id771756"></a>
+<a name="id766294"></a>
             <a class="link" href="logistic_dist.html#math_toolkit.dist.dist_ref.dists.logistic_dist.accuracy">Accuracy</a>
           </h5>
 <p>
@@ -140,7 +140,7 @@
             can be guarenteed.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.logistic_dist.implementation"></a><h5>
-<a name="id771807"></a>
+<a name="id766346"></a>
             <a class="link" href="logistic_dist.html#math_toolkit.dist.dist_ref.dists.logistic_dist.implementation">Implementation</a>
           </h5>
 <div class="informaltable"><table class="table">

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/lognormal_dist.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/lognormal_dist.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/lognormal_dist.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -88,7 +88,7 @@
             <span class="inlinemediaobject"><img src="../../../../../graphs/lognormal_pdf2.png" align="middle"></span>
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.lognormal_dist.member_functions"></a><h5>
-<a name="id772541"></a>
+<a name="id767080"></a>
             <a class="link" href="lognormal_dist.html#math_toolkit.dist.dist_ref.dists.lognormal_dist.member_functions">Member
             Functions</a>
           </h5>
@@ -121,7 +121,7 @@
             Returns the <span class="emphasis"><em>scale</em></span> parameter of this distribution.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.lognormal_dist.non_member_accessors"></a><h5>
-<a name="id772702"></a>
+<a name="id767240"></a>
             <a class="link" href="lognormal_dist.html#math_toolkit.dist.dist_ref.dists.lognormal_dist.non_member_accessors">Non-member
             Accessors</a>
           </h5>
@@ -141,7 +141,7 @@
             The domain of the random variable is [0,+&#8734;].
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.lognormal_dist.accuracy"></a><h5>
-<a name="id772801"></a>
+<a name="id767340"></a>
             <a class="link" href="lognormal_dist.html#math_toolkit.dist.dist_ref.dists.lognormal_dist.accuracy">Accuracy</a>
           </h5>
 <p>
@@ -150,7 +150,7 @@
             function</a>, and as such should have very low error rates.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.lognormal_dist.implementation"></a><h5>
-<a name="id772828"></a>
+<a name="id767366"></a>
             <a class="link" href="lognormal_dist.html#math_toolkit.dist.dist_ref.dists.lognormal_dist.implementation">Implementation</a>
           </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/nc_beta_dist.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/nc_beta_dist.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/nc_beta_dist.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -96,7 +96,7 @@
             <span class="inlinemediaobject"><img src="../../../../../graphs/nc_beta_pdf.png" align="middle"></span>
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.nc_beta_dist.member_functions"></a><h5>
-<a name="id779518"></a>
+<a name="id774057"></a>
             <a class="link" href="nc_beta_dist.html#math_toolkit.dist.dist_ref.dists.nc_beta_dist.member_functions">Member
             Functions</a>
           </h5>
@@ -128,7 +128,7 @@
             was constructed.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.nc_beta_dist.non_member_accessors"></a><h5>
-<a name="id779702"></a>
+<a name="id774240"></a>
             <a class="link" href="nc_beta_dist.html#math_toolkit.dist.dist_ref.dists.nc_beta_dist.non_member_accessors">Non-member
             Accessors</a>
           </h5>
@@ -152,7 +152,7 @@
             The domain of the random variable is [0, 1].
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.nc_beta_dist.accuracy"></a><h5>
-<a name="id779804"></a>
+<a name="id774342"></a>
             <a class="link" href="nc_beta_dist.html#math_toolkit.dist.dist_ref.dists.nc_beta_dist.accuracy">Accuracy</a>
           </h5>
 <p>
@@ -168,7 +168,7 @@
             zero error</a>.
           </p>
 <div class="table">
-<a name="id779839"></a><p class="title"><b>Table 13. Errors In CDF of the Noncentral Beta</b></p>
+<a name="id774377"></a><p class="title"><b>Table 13. Errors In CDF of the Noncentral Beta</b></p>
 <div class="table-contents"><table class="table" summary="Errors In CDF of the Noncentral Beta">
 <colgroup>
 <col>
@@ -295,7 +295,7 @@
             functions are broadly similar.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.nc_beta_dist.tests"></a><h5>
-<a name="id780020"></a>
+<a name="id774558"></a>
             <a class="link" href="nc_beta_dist.html#math_toolkit.dist.dist_ref.dists.nc_beta_dist.tests">Tests</a>
           </h5>
 <p>
@@ -307,7 +307,7 @@
             tests.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.nc_beta_dist.implementation"></a><h5>
-<a name="id780044"></a>
+<a name="id774582"></a>
             <a class="link" href="nc_beta_dist.html#math_toolkit.dist.dist_ref.dists.nc_beta_dist.implementation">Implementation</a>
           </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/nc_chi_squared_dist.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -110,7 +110,7 @@
             <span class="inlinemediaobject"><img src="../../../../../graphs/nccs_pdf.png" align="middle"></span>
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.nc_chi_squared_dist.member_functions"></a><h5>
-<a name="id781061"></a>
+<a name="id775600"></a>
             <a class="link" href="nc_chi_squared_dist.html#math_toolkit.dist.dist_ref.dists.nc_chi_squared_dist.member_functions">Member
             Functions</a>
           </h5>
@@ -183,7 +183,7 @@
             <span class="special">==</span> <span class="identifier">q</span></code>.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.nc_chi_squared_dist.non_member_accessors"></a><h5>
-<a name="id782104"></a>
+<a name="id776643"></a>
             <a class="link" href="nc_chi_squared_dist.html#math_toolkit.dist.dist_ref.dists.nc_chi_squared_dist.non_member_accessors">Non-member
             Accessors</a>
           </h5>
@@ -203,7 +203,7 @@
             The domain of the random variable is [0, +&#8734;].
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.nc_chi_squared_dist.examples"></a><h5>
-<a name="id782204"></a>
+<a name="id776742"></a>
             <a class="link" href="nc_chi_squared_dist.html#math_toolkit.dist.dist_ref.dists.nc_chi_squared_dist.examples">Examples</a>
           </h5>
 <p>
@@ -211,7 +211,7 @@
             example</a> for the noncentral chi-squared distribution.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.nc_chi_squared_dist.accuracy"></a><h5>
-<a name="id782230"></a>
+<a name="id776769"></a>
             <a class="link" href="nc_chi_squared_dist.html#math_toolkit.dist.dist_ref.dists.nc_chi_squared_dist.accuracy">Accuracy</a>
           </h5>
 <p>
@@ -223,7 +223,7 @@
             zero error</a>.
           </p>
 <div class="table">
-<a name="id782260"></a><p class="title"><b>Table 14. Errors In CDF of the Noncentral Chi-Squared</b></p>
+<a name="id776799"></a><p class="title"><b>Table 14. Errors In CDF of the Noncentral Chi-Squared</b></p>
 <div class="table-contents"><table class="table" summary="Errors In CDF of the Noncentral Chi-Squared">
 <colgroup>
 <col>
@@ -359,7 +359,7 @@
             produce an accuracy greater than the square root of the machine epsilon.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.nc_chi_squared_dist.tests"></a><h5>
-<a name="id782456"></a>
+<a name="id776994"></a>
             <a class="link" href="nc_chi_squared_dist.html#math_toolkit.dist.dist_ref.dists.nc_chi_squared_dist.tests">Tests</a>
           </h5>
 <p>
@@ -373,7 +373,7 @@
             to at least 50 decimal digits - and is the used for our accuracy tests.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.nc_chi_squared_dist.implementation"></a><h5>
-<a name="id782475"></a>
+<a name="id777014"></a>
             <a class="link" href="nc_chi_squared_dist.html#math_toolkit.dist.dist_ref.dists.nc_chi_squared_dist.implementation">Implementation</a>
           </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/nc_f_dist.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/nc_f_dist.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/nc_f_dist.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -95,7 +95,7 @@
             <span class="inlinemediaobject"><img src="../../../../../graphs/nc_f_pdf.png" align="middle"></span>
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.nc_f_dist.member_functions"></a><h5>
-<a name="id783328"></a>
+<a name="id777867"></a>
             <a class="link" href="nc_f_dist.html#math_toolkit.dist.dist_ref.dists.nc_f_dist.member_functions">Member
             Functions</a>
           </h5>
@@ -127,7 +127,7 @@
             which this object was constructed.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.nc_f_dist.non_member_accessors"></a><h5>
-<a name="id784832"></a>
+<a name="id779371"></a>
             <a class="link" href="nc_f_dist.html#math_toolkit.dist.dist_ref.dists.nc_f_dist.non_member_accessors">Non-member
             Accessors</a>
           </h5>
@@ -147,7 +147,7 @@
             The domain of the random variable is [0, +&#8734;].
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.nc_f_dist.accuracy"></a><h5>
-<a name="id784932"></a>
+<a name="id779471"></a>
             <a class="link" href="nc_f_dist.html#math_toolkit.dist.dist_ref.dists.nc_f_dist.accuracy">Accuracy</a>
           </h5>
 <p>
@@ -155,7 +155,7 @@
             beta distribution</a>: refer to that distribution for accuracy data.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.nc_f_dist.tests"></a><h5>
-<a name="id784955"></a>
+<a name="id779494"></a>
             <a class="link" href="nc_f_dist.html#math_toolkit.dist.dist_ref.dists.nc_f_dist.tests">Tests</a>
           </h5>
 <p>
@@ -164,7 +164,7 @@
             Math library statistical package</a> and its pbeta and dbeta functions.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.nc_f_dist.implementation"></a><h5>
-<a name="id784979"></a>
+<a name="id779518"></a>
             <a class="link" href="nc_f_dist.html#math_toolkit.dist.dist_ref.dists.nc_f_dist.implementation">Implementation</a>
           </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/nc_t_dist.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/nc_t_dist.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/nc_t_dist.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -85,7 +85,7 @@
             <span class="inlinemediaobject"><img src="../../../../../graphs/nc_t_pdf.png" align="middle"></span>
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.nc_t_dist.member_functions"></a><h5>
-<a name="id785849"></a>
+<a name="id780388"></a>
             <a class="link" href="nc_t_dist.html#math_toolkit.dist.dist_ref.dists.nc_t_dist.member_functions">Member
             Functions</a>
           </h5>
@@ -111,7 +111,7 @@
             which this object was constructed.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.nc_t_dist.non_member_accessors"></a><h5>
-<a name="id785987"></a>
+<a name="id780526"></a>
             <a class="link" href="nc_t_dist.html#math_toolkit.dist.dist_ref.dists.nc_t_dist.non_member_accessors">Non-member
             Accessors</a>
           </h5>
@@ -131,7 +131,7 @@
             The domain of the random variable is [-&#8734;, +&#8734;].
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.nc_t_dist.accuracy"></a><h5>
-<a name="id786086"></a>
+<a name="id780625"></a>
             <a class="link" href="nc_t_dist.html#math_toolkit.dist.dist_ref.dists.nc_t_dist.accuracy">Accuracy</a>
           </h5>
 <p>
@@ -141,7 +141,7 @@
             one shown will have <a class="link" href="../../../backgrounders/relative_error.html#zero_error">effectively zero error</a>.
           </p>
 <div class="table">
-<a name="id786109"></a><p class="title"><b>Table 15. Errors In CDF of the Noncentral T Distribution</b></p>
+<a name="id780648"></a><p class="title"><b>Table 15. Errors In CDF of the Noncentral T Distribution</b></p>
 <div class="table-contents"><table class="table" summary="Errors In CDF of the Noncentral T Distribution">
 <colgroup>
 <col>
@@ -255,7 +255,7 @@
             epsilon.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.nc_t_dist.tests"></a><h5>
-<a name="id786265"></a>
+<a name="id780804"></a>
             <a class="link" href="nc_t_dist.html#math_toolkit.dist.dist_ref.dists.nc_t_dist.tests">Tests</a>
           </h5>
 <p>
@@ -270,7 +270,7 @@
             least 50 decimal places.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.nc_t_dist.implementation"></a><h5>
-<a name="id786284"></a>
+<a name="id780823"></a>
             <a class="link" href="nc_t_dist.html#math_toolkit.dist.dist_ref.dists.nc_t_dist.implementation">Implementation</a>
           </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -123,7 +123,7 @@
             <span class="inlinemediaobject"><img src="../../../../../graphs/negative_binomial_pdf_2.png" align="middle"></span>
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.negative_binomial_dist.related_distributions"></a><h5>
-<a name="id773958"></a>
+<a name="id768497"></a>
             <a class="link" href="negative_binomial_dist.html#math_toolkit.dist.dist_ref.dists.negative_binomial_dist.related_distributions">Related
             Distributions</a>
           </h5>
@@ -200,12 +200,12 @@
 <p>
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.negative_binomial_dist.member_functions"></a><h5>
-<a name="id774071"></a>
+<a name="id768610"></a>
             <a class="link" href="negative_binomial_dist.html#math_toolkit.dist.dist_ref.dists.negative_binomial_dist.member_functions">Member
             Functions</a>
           </h5>
 <a name="math_toolkit.dist.dist_ref.dists.negative_binomial_dist.construct"></a><h6>
-<a name="id774085"></a>
+<a name="id768624"></a>
             <a class="link" href="negative_binomial_dist.html#math_toolkit.dist.dist_ref.dists.negative_binomial_dist.construct">Construct</a>
           </h6>
 <pre class="programlisting"><span class="identifier">negative_binomial_distribution</span><span class="special">(</span><span class="identifier">RealType</span> <span class="identifier">r</span><span class="special">,</span> <span class="identifier">RealType</span> <span class="identifier">p</span><span class="special">);</span>
@@ -221,7 +221,7 @@
             <span class="special">&lt;=</span> <span class="number">1</span></code>.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.negative_binomial_dist.accessors"></a><h6>
-<a name="id774193"></a>
+<a name="id768732"></a>
             <a class="link" href="negative_binomial_dist.html#math_toolkit.dist.dist_ref.dists.negative_binomial_dist.accessors">Accessors</a>
           </h6>
 <pre class="programlisting"><span class="identifier">RealType</span> <span class="identifier">success_fraction</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span> <span class="comment">// successes / trials (0 &lt;= p &lt;= 1)
@@ -237,7 +237,7 @@
             was constructed.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.negative_binomial_dist.lower_bound_on_parameter_p"></a><h6>
-<a name="id774278"></a>
+<a name="id768817"></a>
             <a class="link" href="negative_binomial_dist.html#math_toolkit.dist.dist_ref.dists.negative_binomial_dist.lower_bound_on_parameter_p">Lower
             Bound on Parameter p</a>
           </h6>
@@ -298,7 +298,7 @@
             vol. 48, no3, 605-621</a>.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.negative_binomial_dist.upper_bound_on_parameter_p"></a><h6>
-<a name="id776774"></a>
+<a name="id771313"></a>
             <a class="link" href="negative_binomial_dist.html#math_toolkit.dist.dist_ref.dists.negative_binomial_dist.upper_bound_on_parameter_p">Upper
             Bound on Parameter p</a>
           </h6>
@@ -358,7 +358,7 @@
             vol. 48, no3, 605-621</a>.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.negative_binomial_dist.estimating_number_of_trials_to_ensure_at_least_a_certain_number_of_failures"></a><h6>
-<a name="id777034"></a>
+<a name="id771572"></a>
             <a class="link" href="negative_binomial_dist.html#math_toolkit.dist.dist_ref.dists.negative_binomial_dist.estimating_number_of_trials_to_ensure_at_least_a_certain_number_of_failures">Estimating
             Number of Trials to Ensure at Least a Certain Number of Failures</a>
           </h6>
@@ -409,7 +409,7 @@
             probability of observing k failures or fewer.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.negative_binomial_dist.estimating_number_of_trials_to_ensure_a_maximum_number_of_failures_or_less"></a><h6>
-<a name="id777256"></a>
+<a name="id771794"></a>
             <a class="link" href="negative_binomial_dist.html#math_toolkit.dist.dist_ref.dists.negative_binomial_dist.estimating_number_of_trials_to_ensure_a_maximum_number_of_failures_or_less">Estimating
             Number of Trials to Ensure a Maximum Number of Failures or Less</a>
           </h6>
@@ -457,7 +457,7 @@
             probability of observing more than k failures.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.negative_binomial_dist.non_member_accessors"></a><h5>
-<a name="id777485"></a>
+<a name="id772024"></a>
             <a class="link" href="negative_binomial_dist.html#math_toolkit.dist.dist_ref.dists.negative_binomial_dist.non_member_accessors">Non-member
             Accessors</a>
           </h5>
@@ -478,7 +478,7 @@
             in the context of this distribution:
           </p>
 <div class="table">
-<a name="id777578"></a><p class="title"><b>Table 12. Meaning of the non-member accessors.</b></p>
+<a name="id772117"></a><p class="title"><b>Table 12. Meaning of the non-member accessors.</b></p>
 <div class="table-contents"><table class="table" summary="Meaning of the non-member accessors.">
 <colgroup>
 <col>
@@ -603,7 +603,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="math_toolkit.dist.dist_ref.dists.negative_binomial_dist.accuracy"></a><h5>
-<a name="id777990"></a>
+<a name="id772529"></a>
             <a class="link" href="negative_binomial_dist.html#math_toolkit.dist.dist_ref.dists.negative_binomial_dist.accuracy">Accuracy</a>
           </h5>
 <p>
@@ -613,7 +613,7 @@
             please refer to these functions for information on accuracy.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.negative_binomial_dist.implementation"></a><h5>
-<a name="id778016"></a>
+<a name="id772555"></a>
             <a class="link" href="negative_binomial_dist.html#math_toolkit.dist.dist_ref.dists.negative_binomial_dist.implementation">Implementation</a>
           </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/normal_dist.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/normal_dist.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/normal_dist.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -79,7 +79,7 @@
             <span class="inlinemediaobject"><img src="../../../../../graphs/normal_pdf.png" align="middle"></span>
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.normal_dist.member_functions"></a><h5>
-<a name="id787918"></a>
+<a name="id782457"></a>
             <a class="link" href="normal_dist.html#math_toolkit.dist.dist_ref.dists.normal_dist.member_functions">Member
             Functions</a>
           </h5>
@@ -109,7 +109,7 @@
             be used generically).
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.normal_dist.non_member_accessors"></a><h5>
-<a name="id788115"></a>
+<a name="id782654"></a>
             <a class="link" href="normal_dist.html#math_toolkit.dist.dist_ref.dists.normal_dist.non_member_accessors">Non-member
             Accessors</a>
           </h5>
@@ -131,7 +131,7 @@
             and complement cdf -&#8734; = 1 and +&#8734; = 0, if RealType permits.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.normal_dist.accuracy"></a><h5>
-<a name="id788212"></a>
+<a name="id782751"></a>
             <a class="link" href="normal_dist.html#math_toolkit.dist.dist_ref.dists.normal_dist.accuracy">Accuracy</a>
           </h5>
 <p>
@@ -139,7 +139,7 @@
             function</a>, and as such should have very low error rates.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.normal_dist.implementation"></a><h5>
-<a name="id788236"></a>
+<a name="id782775"></a>
             <a class="link" href="normal_dist.html#math_toolkit.dist.dist_ref.dists.normal_dist.implementation">Implementation</a>
           </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/pareto.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/pareto.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/pareto.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -86,12 +86,12 @@
             <span class="inlinemediaobject"><img src="../../../../../graphs/pareto_pdf2.png" align="middle"></span>
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.pareto.related_distributions"></a><h5>
-<a name="id789010"></a>
+<a name="id783549"></a>
             <a class="link" href="pareto.html#math_toolkit.dist.dist_ref.dists.pareto.related_distributions">Related
             distributions</a>
           </h5>
 <a name="math_toolkit.dist.dist_ref.dists.pareto.member_functions"></a><h5>
-<a name="id789028"></a>
+<a name="id783567"></a>
             <a class="link" href="pareto.html#math_toolkit.dist.dist_ref.dists.pareto.member_functions">Member
             Functions</a>
           </h5>
@@ -117,7 +117,7 @@
             Returns the <span class="emphasis"><em>shape</em></span> parameter of this distribution.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.pareto.non_member_accessors"></a><h5>
-<a name="id789198"></a>
+<a name="id783737"></a>
             <a class="link" href="pareto.html#math_toolkit.dist.dist_ref.dists.pareto.non_member_accessors">Non-member
             Accessors</a>
           </h5>
@@ -137,7 +137,7 @@
             The supported domain of the random variable is [location, &#8734;].
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.pareto.accuracy"></a><h5>
-<a name="id789298"></a>
+<a name="id783837"></a>
             <a class="link" href="pareto.html#math_toolkit.dist.dist_ref.dists.pareto.accuracy">Accuracy</a>
           </h5>
 <p>
@@ -147,7 +147,7 @@
             to unity.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.pareto.implementation"></a><h5>
-<a name="id789327"></a>
+<a name="id783866"></a>
             <a class="link" href="pareto.html#math_toolkit.dist.dist_ref.dists.pareto.implementation">Implementation</a>
           </h5>
 <p>
@@ -315,7 +315,7 @@
 </tbody>
 </table></div>
 <a name="math_toolkit.dist.dist_ref.dists.pareto.references"></a><h5>
-<a name="id789617"></a>
+<a name="id784156"></a>
             <a class="link" href="pareto.html#math_toolkit.dist.dist_ref.dists.pareto.references">References</a>
           </h5>
 <div class="itemizedlist"><ul type="disc">

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/poisson_dist.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/poisson_dist.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/poisson_dist.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -122,7 +122,7 @@
 <p>
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.poisson_dist.member_functions"></a><h5>
-<a name="id790191"></a>
+<a name="id784729"></a>
             <a class="link" href="poisson_dist.html#math_toolkit.dist.dist_ref.dists.poisson_dist.member_functions">Member
             Functions</a>
           </h5>
@@ -137,7 +137,7 @@
             Returns the <span class="emphasis"><em>mean</em></span> of this distribution.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.poisson_dist.non_member_accessors"></a><h5>
-<a name="id790281"></a>
+<a name="id784819"></a>
             <a class="link" href="poisson_dist.html#math_toolkit.dist.dist_ref.dists.poisson_dist.non_member_accessors">Non-member
             Accessors</a>
           </h5>
@@ -157,7 +157,7 @@
             The domain of the random variable is [0, &#8734;].
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.poisson_dist.accuracy"></a><h5>
-<a name="id790378"></a>
+<a name="id784916"></a>
             <a class="link" href="poisson_dist.html#math_toolkit.dist.dist_ref.dists.poisson_dist.accuracy">Accuracy</a>
           </h5>
 <p>
@@ -171,7 +171,7 @@
             using an iterative method with a lower tolerance to avoid excessive computation.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.poisson_dist.implementation"></a><h5>
-<a name="id790407"></a>
+<a name="id784945"></a>
             <a class="link" href="poisson_dist.html#math_toolkit.dist.dist_ref.dists.poisson_dist.implementation">Implementation</a>
           </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/rayleigh.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/rayleigh.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/rayleigh.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -86,7 +86,7 @@
             <span class="inlinemediaobject"><img src="../../../../../graphs/rayleigh_cdf.png" align="middle"></span>
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.rayleigh.related_distributions"></a><h5>
-<a name="id791112"></a>
+<a name="id785651"></a>
             <a class="link" href="rayleigh.html#math_toolkit.dist.dist_ref.dists.rayleigh.related_distributions">Related
             distributions</a>
           </h5>
@@ -102,7 +102,7 @@
             distribution</a>.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.rayleigh.member_functions"></a><h5>
-<a name="id791164"></a>
+<a name="id785702"></a>
             <a class="link" href="rayleigh.html#math_toolkit.dist.dist_ref.dists.rayleigh.member_functions">Member
             Functions</a>
           </h5>
@@ -121,7 +121,7 @@
             Returns the <span class="emphasis"><em>sigma</em></span> parameter of this distribution.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.rayleigh.non_member_accessors"></a><h5>
-<a name="id791268"></a>
+<a name="id785807"></a>
             <a class="link" href="rayleigh.html#math_toolkit.dist.dist_ref.dists.rayleigh.non_member_accessors">Non-member
             Accessors</a>
           </h5>
@@ -141,7 +141,7 @@
             The domain of the random variable is [0, max_value].
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.rayleigh.accuracy"></a><h5>
-<a name="id791368"></a>
+<a name="id785906"></a>
             <a class="link" href="rayleigh.html#math_toolkit.dist.dist_ref.dists.rayleigh.accuracy">Accuracy</a>
           </h5>
 <p>
@@ -151,7 +151,7 @@
             using NTL RR type with 150-bit accuracy, about 50 decimal digits.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.rayleigh.implementation"></a><h5>
-<a name="id791401"></a>
+<a name="id785940"></a>
             <a class="link" href="rayleigh.html#math_toolkit.dist.dist_ref.dists.rayleigh.implementation">Implementation</a>
           </h5>
 <p>
@@ -320,7 +320,7 @@
 </tbody>
 </table></div>
 <a name="math_toolkit.dist.dist_ref.dists.rayleigh.references"></a><h5>
-<a name="id791719"></a>
+<a name="id786258"></a>
             <a class="link" href="rayleigh.html#math_toolkit.dist.dist_ref.dists.rayleigh.references">References</a>
           </h5>
 <div class="itemizedlist"><ul type="disc">

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/students_t_dist.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/students_t_dist.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/students_t_dist.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -97,7 +97,7 @@
             <span class="inlinemediaobject"><img src="../../../../../graphs/students_t_pdf.png" align="middle"></span>
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.students_t_dist.member_functions"></a><h5>
-<a name="id792293"></a>
+<a name="id786832"></a>
             <a class="link" href="students_t_dist.html#math_toolkit.dist.dist_ref.dists.students_t_dist.member_functions">Member
             Functions</a>
           </h5>
@@ -174,7 +174,7 @@
             Engineering Statistics Handbook</a>.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.students_t_dist.non_member_accessors"></a><h5>
-<a name="id793876"></a>
+<a name="id788415"></a>
             <a class="link" href="students_t_dist.html#math_toolkit.dist.dist_ref.dists.students_t_dist.non_member_accessors">Non-member
             Accessors</a>
           </h5>
@@ -194,7 +194,7 @@
             The domain of the random variable is [-&#8734;, +&#8734;].
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.students_t_dist.examples"></a><h5>
-<a name="id793976"></a>
+<a name="id788514"></a>
             <a class="link" href="students_t_dist.html#math_toolkit.dist.dist_ref.dists.students_t_dist.examples">Examples</a>
           </h5>
 <p>
@@ -202,7 +202,7 @@
             are available illustrating the use of the Student's t distribution.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.students_t_dist.accuracy"></a><h5>
-<a name="id794002"></a>
+<a name="id788541"></a>
             <a class="link" href="students_t_dist.html#math_toolkit.dist.dist_ref.dists.students_t_dist.accuracy">Accuracy</a>
           </h5>
 <p>
@@ -211,7 +211,7 @@
             inverses</a>, refer to accuracy data on those functions for more information.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.students_t_dist.implementation"></a><h5>
-<a name="id794033"></a>
+<a name="id788572"></a>
             <a class="link" href="students_t_dist.html#math_toolkit.dist.dist_ref.dists.students_t_dist.implementation">Implementation</a>
           </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/triangular_dist.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/triangular_dist.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/triangular_dist.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -128,7 +128,7 @@
             <span class="inlinemediaobject"><img src="../../../../../graphs/triangular_cdf.png" align="middle"></span>
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.triangular_dist.member_functions"></a><h5>
-<a name="id795039"></a>
+<a name="id789578"></a>
             <a class="link" href="triangular_dist.html#math_toolkit.dist.dist_ref.dists.triangular_dist.member_functions">Member
             Functions</a>
           </h5>
@@ -163,7 +163,7 @@
             (default+1).
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.triangular_dist.non_member_accessors"></a><h5>
-<a name="id795257"></a>
+<a name="id789796"></a>
             <a class="link" href="triangular_dist.html#math_toolkit.dist.dist_ref.dists.triangular_dist.non_member_accessors">Non-member
             Accessors</a>
           </h5>
@@ -184,7 +184,7 @@
             range is lower &lt;= x &lt;= upper.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.triangular_dist.accuracy"></a><h5>
-<a name="id795357"></a>
+<a name="id789896"></a>
             <a class="link" href="triangular_dist.html#math_toolkit.dist.dist_ref.dists.triangular_dist.accuracy">Accuracy</a>
           </h5>
 <p>
@@ -193,7 +193,7 @@
             with arguments nearing the extremes of zero and unity.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.triangular_dist.implementation"></a><h5>
-<a name="id795379"></a>
+<a name="id789917"></a>
             <a class="link" href="triangular_dist.html#math_toolkit.dist.dist_ref.dists.triangular_dist.implementation">Implementation</a>
           </h5>
 <p>
@@ -378,7 +378,7 @@
             Calculate and plot probability distributions</a>
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.triangular_dist.references"></a><h5>
-<a name="id795697"></a>
+<a name="id790235"></a>
             <a class="link" href="triangular_dist.html#math_toolkit.dist.dist_ref.dists.triangular_dist.references">References</a>
           </h5>
 <div class="itemizedlist"><ul type="disc">

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/uniform_dist.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/uniform_dist.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/uniform_dist.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -117,7 +117,7 @@
             <span class="inlinemediaobject"><img src="../../../../../graphs/uniform_cdf.png" align="middle"></span>
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.uniform_dist.member_functions"></a><h5>
-<a name="id797916"></a>
+<a name="id792454"></a>
             <a class="link" href="uniform_dist.html#math_toolkit.dist.dist_ref.dists.uniform_dist.member_functions">Member
             Functions</a>
           </h5>
@@ -144,7 +144,7 @@
             Returns the <span class="emphasis"><em>upper</em></span> parameter of this distribution.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.uniform_dist.non_member_accessors"></a><h5>
-<a name="id798082"></a>
+<a name="id792621"></a>
             <a class="link" href="uniform_dist.html#math_toolkit.dist.dist_ref.dists.uniform_dist.non_member_accessors">Non-member
             Accessors</a>
           </h5>
@@ -165,7 +165,7 @@
             range is only <span class="emphasis"><em>lower</em></span> &lt;= x &lt;= <span class="emphasis"><em>upper</em></span>.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.uniform_dist.accuracy"></a><h5>
-<a name="id798187"></a>
+<a name="id792726"></a>
             <a class="link" href="uniform_dist.html#math_toolkit.dist.dist_ref.dists.uniform_dist.accuracy">Accuracy</a>
           </h5>
 <p>
@@ -173,7 +173,7 @@
             and so should have errors within an epsilon or two.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.uniform_dist.implementation"></a><h5>
-<a name="id798206"></a>
+<a name="id792745"></a>
             <a class="link" href="uniform_dist.html#math_toolkit.dist.dist_ref.dists.uniform_dist.implementation">Implementation</a>
           </h5>
 <p>
@@ -337,7 +337,7 @@
 </tbody>
 </table></div>
 <a name="math_toolkit.dist.dist_ref.dists.uniform_dist.references"></a><h5>
-<a name="id799304"></a>
+<a name="id793843"></a>
             <a class="link" href="uniform_dist.html#math_toolkit.dist.dist_ref.dists.uniform_dist.references">References</a>
           </h5>
 <div class="itemizedlist"><ul type="disc">

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/weibull.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/weibull.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/weibull.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -100,7 +100,7 @@
             <span class="inlinemediaobject"><img src="../../../../../graphs/weibull_pdf2.png" align="middle"></span>
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.weibull.related_distributions"></a><h5>
-<a name="id796635"></a>
+<a name="id791174"></a>
             <a class="link" href="weibull.html#math_toolkit.dist.dist_ref.dists.weibull.related_distributions">Related
             distributions</a>
           </h5>
@@ -114,7 +114,7 @@
             Distributions, Theory and Applications Samuel Kotz &amp; Saralees Nadarajah</a>.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.weibull.member_functions"></a><h5>
-<a name="id796678"></a>
+<a name="id791217"></a>
             <a class="link" href="weibull.html#math_toolkit.dist.dist_ref.dists.weibull.member_functions">Member
             Functions</a>
           </h5>
@@ -140,7 +140,7 @@
             Returns the <span class="emphasis"><em>scale</em></span> parameter of this distribution.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.weibull.non_member_accessors"></a><h5>
-<a name="id796838"></a>
+<a name="id791377"></a>
             <a class="link" href="weibull.html#math_toolkit.dist.dist_ref.dists.weibull.non_member_accessors">Non-member
             Accessors</a>
           </h5>
@@ -160,7 +160,7 @@
             The domain of the random variable is [0, &#8734;].
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.weibull.accuracy"></a><h5>
-<a name="id796938"></a>
+<a name="id791476"></a>
             <a class="link" href="weibull.html#math_toolkit.dist.dist_ref.dists.weibull.accuracy">Accuracy</a>
           </h5>
 <p>
@@ -170,7 +170,7 @@
             as such should have very low error rates.
           </p>
 <a name="math_toolkit.dist.dist_ref.dists.weibull.implementation"></a><h5>
-<a name="id796978"></a>
+<a name="id791517"></a>
             <a class="link" href="weibull.html#math_toolkit.dist.dist_ref.dists.weibull.implementation">Implementation</a>
           </h5>
 <p>
@@ -337,7 +337,7 @@
 </tbody>
 </table></div>
 <a name="math_toolkit.dist.dist_ref.dists.weibull.references"></a><h5>
-<a name="id797290"></a>
+<a name="id791829"></a>
             <a class="link" href="weibull.html#math_toolkit.dist.dist_ref.dists.weibull.references">References</a>
           </h5>
 <div class="itemizedlist"><ul type="disc">

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/nmp.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/nmp.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/nmp.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -37,7 +37,7 @@
           the function you want if you already know its name.
         </p>
 <a name="function_index"></a><a name="math_toolkit.dist.dist_ref.nmp.function_index"></a><h5>
-<a name="id742419"></a>
+<a name="id736957"></a>
           <a class="link" href="nmp.html#math_toolkit.dist.dist_ref.nmp.function_index">Function
           Index</a>
         </h5>
@@ -93,7 +93,7 @@
           </li>
 </ul></div>
 <a name="concept_index"></a><a name="math_toolkit.dist.dist_ref.nmp.conceptual_index"></a><h5>
-<a name="id742582"></a>
+<a name="id737120"></a>
           <a class="link" href="nmp.html#math_toolkit.dist.dist_ref.nmp.conceptual_index">Conceptual
           Index</a>
         </h5>
@@ -174,7 +174,7 @@
           </li>
 </ul></div>
 <a name="math.dist.cdf"></a><a name="math_toolkit.dist.dist_ref.nmp.cumulative_distribution_function"></a><h5>
-<a name="id742823"></a>
+<a name="id737362"></a>
           <a class="link" href="nmp.html#math_toolkit.dist.dist_ref.nmp.cumulative_distribution_function">Cumulative
           Distribution Function</a>
         </h5>
@@ -198,7 +198,7 @@
           <span class="inlinemediaobject"><img src="../../../../graphs/cdf.png" alt="cdf"></span>
         </p>
 <a name="math.dist.ccdf"></a><a name="math_toolkit.dist.dist_ref.nmp.complement_of_the_cumulative_distribution_function"></a><h5>
-<a name="id742993"></a>
+<a name="id737532"></a>
           <a class="link" href="nmp.html#math_toolkit.dist.dist_ref.nmp.complement_of_the_cumulative_distribution_function">Complement
           of the Cumulative Distribution Function</a>
         </h5>
@@ -239,7 +239,7 @@
           complement is useful and when it should be used.
         </p>
 <a name="math.dist.hazard"></a><a name="math_toolkit.dist.dist_ref.nmp.hazard_function"></a><h5>
-<a name="id743281"></a>
+<a name="id737820"></a>
           <a class="link" href="nmp.html#math_toolkit.dist.dist_ref.nmp.hazard_function">Hazard Function</a>
         </h5>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">RealType</span><span class="special">,</span> <span class="keyword">class</span> <a class="link" href="../../policy.html" title="Policies">Policy</a><span class="special">&gt;</span>
@@ -267,7 +267,7 @@
           </p></td></tr>
 </table></div>
 <a name="math.dist.chf"></a><a name="math_toolkit.dist.dist_ref.nmp.cumulative_hazard_function"></a><h5>
-<a name="id743464"></a>
+<a name="id738002"></a>
           <a class="link" href="nmp.html#math_toolkit.dist.dist_ref.nmp.cumulative_hazard_function">Cumulative
           Hazard Function</a>
         </h5>
@@ -295,7 +295,7 @@
           </p></td></tr>
 </table></div>
 <a name="math.dist.mean"></a><a name="math_toolkit.dist.dist_ref.nmp.mean"></a><h5>
-<a name="id743646"></a>
+<a name="id738185"></a>
           <a class="link" href="nmp.html#math_toolkit.dist.dist_ref.nmp.mean">mean</a>
         </h5>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">RealType</span><span class="special">,</span> <span class="keyword">class</span> <a class="link" href="../../policy.html" title="Policies">Policy</a><span class="special">&gt;</span>
@@ -310,7 +310,7 @@
           distribution).
         </p>
 <a name="math.dist.median"></a><a name="math_toolkit.dist.dist_ref.nmp.median"></a><h5>
-<a name="id743764"></a>
+<a name="id738302"></a>
           <a class="link" href="nmp.html#math_toolkit.dist.dist_ref.nmp.median">median</a>
         </h5>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">RealType</span><span class="special">,</span> <span class="keyword">class</span> <a class="link" href="../../policy.html" title="Policies">Policy</a><span class="special">&gt;</span>
@@ -320,7 +320,7 @@
           Returns the median of the distribution <span class="emphasis"><em>dist</em></span>.
         </p>
 <a name="math.dist.mode"></a><a name="math_toolkit.dist.dist_ref.nmp.mode"></a><h5>
-<a name="id743873"></a>
+<a name="id738412"></a>
           <a class="link" href="nmp.html#math_toolkit.dist.dist_ref.nmp.mode">mode</a>
         </h5>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">RealType</span><span class="special">,</span> <a class="link" href="../../policy.html" title="Policies">Policy</a><span class="special">&gt;</span>
@@ -334,7 +334,7 @@
           if the distribution does not have a defined mode.
         </p>
 <a name="math.dist.pdf"></a><a name="math_toolkit.dist.dist_ref.nmp.probability_density_function"></a><h5>
-<a name="id743988"></a>
+<a name="id738527"></a>
           <a class="link" href="nmp.html#math_toolkit.dist.dist_ref.nmp.probability_density_function">Probability
           Density Function</a>
         </h5>
@@ -363,7 +363,7 @@
           <span class="inlinemediaobject"><img src="../../../../graphs/pdf.png" alt="pdf"></span>
         </p>
 <a name="math.dist.range"></a><a name="math_toolkit.dist.dist_ref.nmp.range"></a><h5>
-<a name="id744157"></a>
+<a name="id738696"></a>
           <a class="link" href="nmp.html#math_toolkit.dist.dist_ref.nmp.range">range</a>
         </h5>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">RealType</span><span class="special">,</span> <span class="keyword">class</span> <a class="link" href="../../policy.html" title="Policies">Policy</a><span class="special">&gt;</span>
@@ -373,7 +373,7 @@
           Returns the valid range of the random variable over distribution <span class="emphasis"><em>dist</em></span>.
         </p>
 <a name="math.dist.quantile"></a><a name="math_toolkit.dist.dist_ref.nmp.quantile"></a><h5>
-<a name="id745594"></a>
+<a name="id740132"></a>
           <a class="link" href="nmp.html#math_toolkit.dist.dist_ref.nmp.quantile">Quantile</a>
         </h5>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">RealType</span><span class="special">,</span> <span class="keyword">class</span> <a class="link" href="../../policy.html" title="Policies">Policy</a><span class="special">&gt;</span>
@@ -402,7 +402,7 @@
           <span class="inlinemediaobject"><img src="../../../../graphs/quantile.png" alt="quantile"></span>
         </p>
 <a name="math.dist.quantile_c"></a><a name="math_toolkit.dist.dist_ref.nmp.quantile_from_the_complement_of_the_probability_"></a><h5>
-<a name="id745818"></a>
+<a name="id740357"></a>
           <a class="link" href="nmp.html#math_toolkit.dist.dist_ref.nmp.quantile_from_the_complement_of_the_probability_">Quantile
           from the complement of the probability.</a>
         </h5>
@@ -448,7 +448,7 @@
           <span class="inlinemediaobject"><img src="../../../../graphs/survival_inv.png" alt="survival_inv"></span>
         </p>
 <a name="math.dist.sd"></a><a name="math_toolkit.dist.dist_ref.nmp.standard_deviation"></a><h5>
-<a name="id746159"></a>
+<a name="id740697"></a>
           <a class="link" href="nmp.html#math_toolkit.dist.dist_ref.nmp.standard_deviation">Standard
           Deviation</a>
         </h5>
@@ -463,7 +463,7 @@
           if the distribution does not have a defined standard deviation.
         </p>
 <a name="math.dist.support"></a><a name="math_toolkit.dist.dist_ref.nmp.support"></a><h5>
-<a name="id746280"></a>
+<a name="id740819"></a>
           <a class="link" href="nmp.html#math_toolkit.dist.dist_ref.nmp.support">support</a>
         </h5>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">RealType</span><span class="special">,</span> <span class="keyword">class</span> <a class="link" href="../../policy.html" title="Policies">Policy</a><span class="special">&gt;</span>
@@ -480,7 +480,7 @@
           where the pdf is zero, and the cdf zero or unity.
         </p>
 <a name="math.dist.variance"></a><a name="math_toolkit.dist.dist_ref.nmp.variance"></a><h5>
-<a name="id746424"></a>
+<a name="id740963"></a>
           <a class="link" href="nmp.html#math_toolkit.dist.dist_ref.nmp.variance">Variance</a>
         </h5>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">RealType</span><span class="special">,</span> <span class="keyword">class</span> <a class="link" href="../../policy.html" title="Policies">Policy</a><span class="special">&gt;</span>
@@ -494,7 +494,7 @@
           if the distribution does not have a defined variance.
         </p>
 <a name="math.dist.skewness"></a><a name="math_toolkit.dist.dist_ref.nmp.skewness"></a><h5>
-<a name="id746543"></a>
+<a name="id741081"></a>
           <a class="link" href="nmp.html#math_toolkit.dist.dist_ref.nmp.skewness">Skewness</a>
         </h5>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">RealType</span><span class="special">,</span> <span class="keyword">class</span> <a class="link" href="../../policy.html" title="Policies">Policy</a><span class="special">&gt;</span>
@@ -508,7 +508,7 @@
           if the distribution does not have a defined skewness.
         </p>
 <a name="math.dist.kurtosis"></a><a name="math_toolkit.dist.dist_ref.nmp.kurtosis"></a><h5>
-<a name="id746662"></a>
+<a name="id741200"></a>
           <a class="link" href="nmp.html#math_toolkit.dist.dist_ref.nmp.kurtosis">Kurtosis</a>
         </h5>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">RealType</span><span class="special">,</span> <span class="keyword">class</span> <a class="link" href="../../policy.html" title="Policies">Policy</a><span class="special">&gt;</span>
@@ -550,7 +550,7 @@
           'Proper' kurtosis can have a value from zero to + infinity.
         </p>
 <a name="math.dist.kurtosis_excess"></a><a name="math_toolkit.dist.dist_ref.nmp.kurtosis_excess"></a><h5>
-<a name="id746869"></a>
+<a name="id741408"></a>
           <a class="link" href="nmp.html#math_toolkit.dist.dist_ref.nmp.kurtosis_excess">Kurtosis
           excess</a>
         </h5>
@@ -585,7 +585,7 @@
           The kurtosis excess of a normal distribution is zero.
         </p>
 <a name="cdfPQ"></a><a name="math_toolkit.dist.dist_ref.nmp.p_and_q"></a><h5>
-<a name="id747054"></a>
+<a name="id741593"></a>
           <a class="link" href="nmp.html#math_toolkit.dist.dist_ref.nmp.p_and_q">P and Q</a>
         </h5>
 <p>
@@ -595,7 +595,7 @@
           returned by these functions.
         </p>
 <a name="percent"></a><a name="math_toolkit.dist.dist_ref.nmp.percent_point_function"></a><h5>
-<a name="id747084"></a>
+<a name="id741623"></a>
           <a class="link" href="nmp.html#math_toolkit.dist.dist_ref.nmp.percent_point_function">Percent
           Point Function</a>
         </h5>
@@ -604,7 +604,7 @@
           the <a class="link" href="nmp.html#math.dist.quantile">Quantile</a>.
         </p>
 <a name="cdf_inv"></a><a name="math_toolkit.dist.dist_ref.nmp.inverse_cdf_function_"></a><h5>
-<a name="id747109"></a>
+<a name="id741648"></a>
           <a class="link" href="nmp.html#math_toolkit.dist.dist_ref.nmp.inverse_cdf_function_">Inverse
           CDF Function.</a>
         </h5>
@@ -613,7 +613,7 @@
           <a class="link" href="nmp.html#math.dist.quantile">Quantile</a>.
         </p>
 <a name="survival_inv"></a><a name="math_toolkit.dist.dist_ref.nmp.inverse_survival_function_"></a><h5>
-<a name="id747138"></a>
+<a name="id741677"></a>
           <a class="link" href="nmp.html#math_toolkit.dist.dist_ref.nmp.inverse_survival_function_">Inverse
           Survival Function.</a>
         </h5>
@@ -621,7 +621,7 @@
           The inverse of the survival function, is the same as computing the <a class="link" href="nmp.html#math.dist.quantile_c">quantile from the complement of the probability</a>.
         </p>
 <a name="pmf"></a><a name="math_toolkit.dist.dist_ref.nmp.probability_mass_function"></a><h5>
-<a name="id747168"></a>
+<a name="id741707"></a>
           <a class="link" href="nmp.html#math_toolkit.dist.dist_ref.nmp.probability_mass_function">Probability
           Mass Function</a>
         </h5>
@@ -635,7 +635,7 @@
           applies to continuous distributions.
         </p>
 <a name="lower_critical"></a><a name="math_toolkit.dist.dist_ref.nmp.lower_critical_value_"></a><h5>
-<a name="id747205"></a>
+<a name="id741744"></a>
           <a class="link" href="nmp.html#math_toolkit.dist.dist_ref.nmp.lower_critical_value_">Lower
           Critical Value.</a>
         </h5>
@@ -645,7 +645,7 @@
           the <a class="link" href="nmp.html#math.dist.quantile">Quantile</a>.
         </p>
 <a name="upper_critical"></a><a name="math_toolkit.dist.dist_ref.nmp.upper_critical_value_"></a><h5>
-<a name="id747232"></a>
+<a name="id741770"></a>
           <a class="link" href="nmp.html#math_toolkit.dist.dist_ref.nmp.upper_critical_value_">Upper
           Critical Value.</a>
         </h5>
@@ -656,7 +656,7 @@
           complement of the probability</a>.
         </p>
 <a name="survival"></a><a name="math_toolkit.dist.dist_ref.nmp.survival_function"></a><h5>
-<a name="id747258"></a>
+<a name="id741797"></a>
           <a class="link" href="nmp.html#math_toolkit.dist.dist_ref.nmp.survival_function">Survival
           Function</a>
         </h5>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/future.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/future.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/future.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -27,7 +27,7 @@
 <a name="math_toolkit.dist.future"></a><a class="link" href="future.html" title="Extras/Future Directions"> Extras/Future Directions</a>
 </h3></div></div></div>
 <a name="math_toolkit.dist.future.adding_additional_location_and_scale_parameters"></a><h5>
-<a name="id800393"></a>
+<a name="id794932"></a>
         <a class="link" href="future.html#math_toolkit.dist.future.adding_additional_location_and_scale_parameters">Adding
         Additional Location and Scale Parameters</a>
       </h5>
@@ -55,7 +55,7 @@
         functions.
       </p>
 <a name="math_toolkit.dist.future.an__quot_any_distribution_quot__class"></a><h5>
-<a name="id800557"></a>
+<a name="id795096"></a>
         <a class="link" href="future.html#math_toolkit.dist.future.an__quot_any_distribution_quot__class">An
         "any_distribution" class</a>
       </h5>
@@ -84,7 +84,7 @@
         use case: this needs more investigation.
       </p>
 <a name="math_toolkit.dist.future.higher_level_hypothesis_tests"></a><h5>
-<a name="id800766"></a>
+<a name="id795305"></a>
         <a class="link" href="future.html#math_toolkit.dist.future.higher_level_hypothesis_tests">Higher
         Level Hypothesis Tests</a>
       </h5>
@@ -104,7 +104,7 @@
         <span class="emphasis"><em>expected_mean</em></span>.
       </p>
 <a name="math_toolkit.dist.future.integration_with_statistical_accumulators"></a><h5>
-<a name="id800927"></a>
+<a name="id795466"></a>
         <a class="link" href="future.html#math_toolkit.dist.future.integration_with_statistical_accumulators">Integration
         With Statistical Accumulators</a>
       </h5>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/overview.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/overview.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/overview.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -27,7 +27,7 @@
 <a name="math_toolkit.dist.stat_tut.overview"></a><a class="link" href="overview.html" title="Overview"> Overview</a>
 </h4></div></div></div>
 <a name="math_toolkit.dist.stat_tut.overview.headers_and_namespaces"></a><h5>
-<a name="id663130"></a>
+<a name="id657669"></a>
           <a class="link" href="overview.html#math_toolkit.dist.stat_tut.overview.headers_and_namespaces">Headers
           and Namespaces</a>
         </h5>
@@ -44,7 +44,7 @@
           or &lt;boost/math/distributions.hpp&gt;
         </p>
 <a name="math_toolkit.dist.stat_tut.overview.distributions_are_objects"></a><h5>
-<a name="id663163"></a>
+<a name="id657701"></a>
           <a class="link" href="overview.html#math_toolkit.dist.stat_tut.overview.distributions_are_objects">Distributions
           are Objects</a>
         </h5>
@@ -131,7 +131,7 @@
           and <span class="emphasis"><em>quantiles</em></span> etc for these distributions.
         </p>
 <a name="math_toolkit.dist.stat_tut.overview.generic_operations_common_to_all_distributions_are_non_member_functions"></a><h5>
-<a name="id663517"></a>
+<a name="id658055"></a>
           <a class="link" href="overview.html#math_toolkit.dist.stat_tut.overview.generic_operations_common_to_all_distributions_are_non_member_functions">Generic
           operations common to all distributions are non-member functions</a>
         </h5>
@@ -326,7 +326,7 @@
 <a name="complements"></a><p>
         </p>
 <a name="math_toolkit.dist.stat_tut.overview.complements_are_supported_too"></a><h5>
-<a name="id665454"></a>
+<a name="id659993"></a>
           <a class="link" href="overview.html#math_toolkit.dist.stat_tut.overview.complements_are_supported_too">Complements
           are supported too</a>
         </h5>
@@ -461,7 +461,7 @@
 </td></tr>
 </table></div>
 <a name="math_toolkit.dist.stat_tut.overview.parameters_can_be_calculated"></a><h5>
-<a name="id666302"></a>
+<a name="id660840"></a>
           <a class="link" href="overview.html#math_toolkit.dist.stat_tut.overview.parameters_can_be_calculated">Parameters
           can be calculated</a>
         </h5>
@@ -492,7 +492,7 @@
           sample size.
         </p>
 <a name="math_toolkit.dist.stat_tut.overview.summary"></a><h5>
-<a name="id666394"></a>
+<a name="id660933"></a>
           <a class="link" href="overview.html#math_toolkit.dist.stat_tut.overview.summary">Summary</a>
         </h5>
 <div class="itemizedlist"><ul type="disc">

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/binom_eg/binomial_quiz_example.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/binom_eg/binomial_quiz_example.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/binom_eg/binomial_quiz_example.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -497,7 +497,7 @@
               <a name="math_toolkit.dist.stat_tut.weg.binom_eg.binomial_quiz_example.using_binomial_distribution_moments"></a>
               </p>
 <h5>
-<a name="id694402"></a>
+<a name="id688940"></a>
                 <a class="link" href="binomial_quiz_example.html#math_toolkit.dist.stat_tut.weg.binom_eg.binomial_quiz_example.using_binomial_distribution_moments">Using
                 Binomial distribution moments</a>
               </h5>
@@ -534,7 +534,7 @@
               <a name="math_toolkit.dist.stat_tut.weg.binom_eg.binomial_quiz_example.quantiles"></a>
               </p>
 <h5>
-<a name="id694774"></a>
+<a name="id689312"></a>
                 <a class="link" href="binomial_quiz_example.html#math_toolkit.dist.stat_tut.weg.binom_eg.binomial_quiz_example.quantiles">Quantiles</a>
               </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/cs_eg/chi_sq_intervals.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/cs_eg/chi_sq_intervals.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/cs_eg/chi_sq_intervals.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -139,7 +139,7 @@
               is between 0.00551 and 0.00729.
             </p>
 <a name="math_toolkit.dist.stat_tut.weg.cs_eg.chi_sq_intervals.confidence_intervals_as_a_function_of_the_number_of_observations"></a><h5>
-<a name="id678377"></a>
+<a name="id672916"></a>
               <a class="link" href="chi_sq_intervals.html#math_toolkit.dist.stat_tut.weg.cs_eg.chi_sq_intervals.confidence_intervals_as_a_function_of_the_number_of_observations">Confidence
               intervals as a function of the number of observations</a>
             </h5>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/dist_construct_eg.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/dist_construct_eg.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/dist_construct_eg.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -332,7 +332,7 @@
             <a name="math_toolkit.dist.stat_tut.weg.dist_construct_eg.default_arguments_to_distribution_constructors_"></a>
             </p>
 <h6>
-<a name="id668371"></a>
+<a name="id662909"></a>
               <a class="link" href="dist_construct_eg.html#math_toolkit.dist.stat_tut.weg.dist_construct_eg.default_arguments_to_distribution_constructors_">Default
               arguments to distribution constructors.</a>
             </h6>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/find_eg/find_location_eg.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/find_eg/find_location_eg.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/find_eg/find_location_eg.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -177,7 +177,7 @@
               <a name="math_toolkit.dist.stat_tut.weg.find_eg.find_location_eg.controlling_error_handling_from_find_location"></a>
               </p>
 <h5>
-<a name="id731137"></a>
+<a name="id725676"></a>
                 <a class="link" href="find_location_eg.html#math_toolkit.dist.stat_tut.weg.find_eg.find_location_eg.controlling_error_handling_from_find_location">Controlling
                 Error Handling from find_location</a>
               </h5>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/find_eg/find_mean_and_sd_eg.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/find_eg/find_mean_and_sd_eg.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/find_eg/find_mean_and_sd_eg.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -62,7 +62,7 @@
               <a name="math_toolkit.dist.stat_tut.weg.find_eg.find_mean_and_sd_eg.using_find_location_and_find_scale_to_meet_dispensing_and_measurement_specifications"></a>
               </p>
 <h5>
-<a name="id735087"></a>
+<a name="id729626"></a>
                 <a class="link" href="find_mean_and_sd_eg.html#math_toolkit.dist.stat_tut.weg.find_eg.find_mean_and_sd_eg.using_find_location_and_find_scale_to_meet_dispensing_and_measurement_specifications">Using
                 find_location and find_scale to meet dispensing and measurement specifications</a>
               </h5>
@@ -246,7 +246,7 @@
               <a name="math_toolkit.dist.stat_tut.weg.find_eg.find_mean_and_sd_eg.using_cauchy_lorentz_instead_of_normal_distribution"></a>
               </p>
 <h5>
-<a name="id736357"></a>
+<a name="id730896"></a>
                 <a class="link" href="find_mean_and_sd_eg.html#math_toolkit.dist.stat_tut.weg.find_eg.find_mean_and_sd_eg.using_cauchy_lorentz_instead_of_normal_distribution">Using
                 Cauchy-Lorentz instead of normal distribution</a>
               </h5>
@@ -397,7 +397,7 @@
               <a name="math_toolkit.dist.stat_tut.weg.find_eg.find_mean_and_sd_eg.changing_the_scale_or_standard_deviation"></a>
               </p>
 <h5>
-<a name="id737004"></a>
+<a name="id731543"></a>
                 <a class="link" href="find_mean_and_sd_eg.html#math_toolkit.dist.stat_tut.weg.find_eg.find_mean_and_sd_eg.changing_the_scale_or_standard_deviation">Changing
                 the scale or standard deviation</a>
               </h5>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/find_eg/find_scale_eg.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/find_eg/find_scale_eg.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/find_eg/find_scale_eg.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -179,7 +179,7 @@
               <a name="math_toolkit.dist.stat_tut.weg.find_eg.find_scale_eg.controlling_how_errors_from_find_scale_are_handled"></a>
               </p>
 <h5>
-<a name="id733541"></a>
+<a name="id728080"></a>
                 <a class="link" href="find_scale_eg.html#math_toolkit.dist.stat_tut.weg.find_eg.find_scale_eg.controlling_how_errors_from_find_scale_are_handled">Controlling
                 how Errors from find_scale are handled</a>
               </h5>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/normal_example/normal_misc.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/normal_example/normal_misc.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/dist/stat_tut/weg/normal_example/normal_misc.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -32,7 +32,7 @@
               illustrates their use.
             </p>
 <a name="math_toolkit.dist.stat_tut.weg.normal_example.normal_misc.traditional_tables"></a><h5>
-<a name="id715829"></a>
+<a name="id710368"></a>
               <a class="link" href="normal_misc.html#math_toolkit.dist.stat_tut.weg.normal_example.normal_misc.traditional_tables">Traditional
               Tables</a>
             </h5>
@@ -278,7 +278,7 @@
 <p>
             </p>
 <a name="math_toolkit.dist.stat_tut.weg.normal_example.normal_misc.standard_deviations_either_side_of_the_mean"></a><h5>
-<a name="id718174"></a>
+<a name="id712712"></a>
               <a class="link" href="normal_misc.html#math_toolkit.dist.stat_tut.weg.normal_example.normal_misc.standard_deviations_either_side_of_the_mean">Standard
               deviations either side of the Mean</a>
             </h5>
@@ -346,12 +346,12 @@
 <p>
             </p>
 <a name="math_toolkit.dist.stat_tut.weg.normal_example.normal_misc.some_simple_examples"></a><h5>
-<a name="id718698"></a>
+<a name="id713237"></a>
               <a class="link" href="normal_misc.html#math_toolkit.dist.stat_tut.weg.normal_example.normal_misc.some_simple_examples">Some
               simple examples</a>
             </h5>
 <a name="math_toolkit.dist.stat_tut.weg.normal_example.normal_misc.life_of_light_bulbs"></a><h5>
-<a name="id718711"></a>
+<a name="id713250"></a>
               <a class="link" href="normal_misc.html#math_toolkit.dist.stat_tut.weg.normal_example.normal_misc.life_of_light_bulbs">Life
               of light bulbs</a>
             </h5>
@@ -435,7 +435,7 @@
 <p>
             </p>
 <a name="math_toolkit.dist.stat_tut.weg.normal_example.normal_misc.how_many_onions_"></a><h5>
-<a name="id719222"></a>
+<a name="id713761"></a>
               <a class="link" href="normal_misc.html#math_toolkit.dist.stat_tut.weg.normal_example.normal_misc.how_many_onions_">How
               many onions?</a>
             </h5>
@@ -494,7 +494,7 @@
 <p>
             </p>
 <a name="math_toolkit.dist.stat_tut.weg.normal_example.normal_misc.packing_beef"></a><h5>
-<a name="id719641"></a>
+<a name="id714180"></a>
               <a class="link" href="normal_misc.html#math_toolkit.dist.stat_tut.weg.normal_example.normal_misc.packing_beef">Packing
               beef</a>
             </h5>
@@ -703,7 +703,7 @@
 <p>
             </p>
 <a name="math_toolkit.dist.stat_tut.weg.normal_example.normal_misc.length_of_bolts"></a><h5>
-<a name="id723784"></a>
+<a name="id718323"></a>
               <a class="link" href="normal_misc.html#math_toolkit.dist.stat_tut.weg.normal_example.normal_misc.length_of_bolts">Length
               of bolts</a>
             </h5>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/main_overview/building.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/main_overview/building.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/main_overview/building.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -28,7 +28,7 @@
       the Library and its Examples and Tests</a>
 </h3></div></div></div>
 <a name="math_toolkit.main_overview.building.building_the_library"></a><h5>
-<a name="id651274"></a>
+<a name="id645812"></a>
         <a class="link" href="building.html#math_toolkit.main_overview.building.building_the_library">Building
         the Library</a>
       </h5>
@@ -92,7 +92,7 @@
         building the sources. Boost.Build will do this automatically when appropriate.
       </p>
 <a name="math_toolkit.main_overview.building.building_the_examples"></a><h5>
-<a name="id651718"></a>
+<a name="id646256"></a>
         <a class="link" href="building.html#math_toolkit.main_overview.building.building_the_examples">Building
         the Examples</a>
       </h5>
@@ -103,7 +103,7 @@
         the Boost headers are in your compilers #include search path.
       </p>
 <a name="math_toolkit.main_overview.building.building_the_tests"></a><h5>
-<a name="id651760"></a>
+<a name="id646298"></a>
         <a class="link" href="building.html#math_toolkit.main_overview.building.building_the_tests">Building
         the Tests</a>
       </h5>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/main_overview/compilers_overview.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/main_overview/compilers_overview.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/main_overview/compilers_overview.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -37,7 +37,7 @@
 <p>
         </p>
 <div class="table">
-<a name="id650190"></a><p class="title"><b>Table 9. Supported/Tested Compilers</b></p>
+<a name="id644729"></a><p class="title"><b>Table 9. Supported/Tested Compilers</b></p>
 <div class="table-contents"><table class="table" summary="Supported/Tested Compilers">
 <colgroup>
 <col>
@@ -540,7 +540,7 @@
 </div>
 <p><br class="table-break"> </p>
 <div class="table">
-<a name="id650834"></a><p class="title"><b>Table 10. Unsupported Compilers</b></p>
+<a name="id645373"></a><p class="title"><b>Table 10. Unsupported Compilers</b></p>
 <div class="table-contents"><table class="table" summary="Unsupported Compilers">
 <colgroup>
 <col>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/main_overview/directories.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/main_overview/directories.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/main_overview/directories.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -28,7 +28,7 @@
       File Structure</a>
 </h3></div></div></div>
 <a name="math_toolkit.main_overview.directories.boost_math"></a><h5>
-<a name="id644369"></a>
+<a name="id638907"></a>
         <a class="link" href="directories.html#math_toolkit.main_overview.directories.boost_math">boost/math</a>
       </h5>
 <div class="variablelist">
@@ -73,7 +73,7 @@
 </dl>
 </div>
 <a name="math_toolkit.main_overview.directories.boost_libs"></a><h5>
-<a name="id644510"></a>
+<a name="id639049"></a>
         <a class="link" href="directories.html#math_toolkit.main_overview.directories.boost_libs">boost/libs</a>
       </h5>
 <div class="variablelist">

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/main_overview/error_handling.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/main_overview/error_handling.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/main_overview/error_handling.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -27,7 +27,7 @@
 <a name="math_toolkit.main_overview.error_handling"></a><a class="link" href="error_handling.html" title="Error Handling"> Error Handling</a>
 </h3></div></div></div>
 <a name="math_toolkit.main_overview.error_handling.quick_reference"></a><h5>
-<a name="id645416"></a>
+<a name="id639955"></a>
         <a class="link" href="error_handling.html#math_toolkit.main_overview.error_handling.quick_reference">Quick
         Reference</a>
       </h5>
@@ -134,7 +134,7 @@
         the default action for each error shown in bold:
       </p>
 <div class="table">
-<a name="id645656"></a><p class="title"><b>Table 1. Possible Actions for Domain Errors</b></p>
+<a name="id640195"></a><p class="title"><b>Table 1. Possible Actions for Domain Errors</b></p>
 <div class="table-contents"><table class="table" summary="Possible Actions for Domain Errors">
 <colgroup>
 <col>
@@ -209,7 +209,7 @@
 </table></div>
 </div>
 <br class="table-break"><div class="table">
-<a name="id645895"></a><p class="title"><b>Table 2. Possible Actions for Pole Errors</b></p>
+<a name="id640434"></a><p class="title"><b>Table 2. Possible Actions for Pole Errors</b></p>
 <div class="table-contents"><table class="table" summary="Possible Actions for Pole Errors">
 <colgroup>
 <col>
@@ -284,7 +284,7 @@
 </table></div>
 </div>
 <br class="table-break"><div class="table">
-<a name="id646134"></a><p class="title"><b>Table 3. Possible Actions for Overflow Errors</b></p>
+<a name="id640672"></a><p class="title"><b>Table 3. Possible Actions for Overflow Errors</b></p>
 <div class="table-contents"><table class="table" summary="Possible Actions for Overflow Errors">
 <colgroup>
 <col>
@@ -359,7 +359,7 @@
 </table></div>
 </div>
 <br class="table-break"><div class="table">
-<a name="id646373"></a><p class="title"><b>Table 4. Possible Actions for Underflow Errors</b></p>
+<a name="id640911"></a><p class="title"><b>Table 4. Possible Actions for Underflow Errors</b></p>
 <div class="table-contents"><table class="table" summary="Possible Actions for Underflow Errors">
 <colgroup>
 <col>
@@ -434,7 +434,7 @@
 </table></div>
 </div>
 <br class="table-break"><div class="table">
-<a name="id646582"></a><p class="title"><b>Table 5. Possible Actions for Denorm Errors</b></p>
+<a name="id641121"></a><p class="title"><b>Table 5. Possible Actions for Denorm Errors</b></p>
 <div class="table-contents"><table class="table" summary="Possible Actions for Denorm Errors">
 <colgroup>
 <col>
@@ -509,7 +509,7 @@
 </table></div>
 </div>
 <br class="table-break"><div class="table">
-<a name="id646757"></a><p class="title"><b>Table 6. Possible Actions for Rounding Errors</b></p>
+<a name="id641296"></a><p class="title"><b>Table 6. Possible Actions for Rounding Errors</b></p>
 <div class="table-contents"><table class="table" summary="Possible Actions for Rounding Errors">
 <colgroup>
 <col>
@@ -584,7 +584,7 @@
 </table></div>
 </div>
 <br class="table-break"><div class="table">
-<a name="id646940"></a><p class="title"><b>Table 7. Possible Actions for Internal Evaluation
+<a name="id641478"></a><p class="title"><b>Table 7. Possible Actions for Internal Evaluation
       Errors</b></p>
 <div class="table-contents"><table class="table" summary="Possible Actions for Internal Evaluation
       Errors">
@@ -661,7 +661,7 @@
 </table></div>
 </div>
 <br class="table-break"><div class="table">
-<a name="id647121"></a><p class="title"><b>Table 8. Possible Actions for Indeterminate Result
+<a name="id641659"></a><p class="title"><b>Table 8. Possible Actions for Indeterminate Result
       Errors</b></p>
 <div class="table-contents"><table class="table" summary="Possible Actions for Indeterminate Result
       Errors">
@@ -739,7 +739,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="math_toolkit.main_overview.error_handling.rationale"></a><h5>
-<a name="id647307"></a>
+<a name="id641845"></a>
         <a class="link" href="error_handling.html#math_toolkit.main_overview.error_handling.rationale">Rationale</a>
       </h5>
 <p>
@@ -758,7 +758,7 @@
         </li>
 </ul></div>
 <a name="math_toolkit.main_overview.error_handling.finding_more_information"></a><h5>
-<a name="id647334"></a>
+<a name="id641873"></a>
         <a class="link" href="error_handling.html#math_toolkit.main_overview.error_handling.finding_more_information">Finding
         More Information</a>
       </h5>
@@ -780,7 +780,7 @@
         The various kind of errors are described in more detail below.
       </p>
 <a name="domain_error"></a><a name="math_toolkit.main_overview.error_handling.domain_errors"></a><h5>
-<a name="id647387"></a>
+<a name="id641926"></a>
         <a class="link" href="error_handling.html#math_toolkit.main_overview.error_handling.domain_errors">Domain
         Errors</a>
       </h5>
@@ -873,7 +873,7 @@
         for more details.
       </p>
 <a name="pole_error"></a><a name="math_toolkit.main_overview.error_handling.evaluation_at_a_pole"></a><h5>
-<a name="id647645"></a>
+<a name="id642184"></a>
         <a class="link" href="error_handling.html#math_toolkit.main_overview.error_handling.evaluation_at_a_pole">Evaluation
         at a pole</a>
       </h5>
@@ -912,7 +912,7 @@
         for more details.
       </p>
 <a name="overflow_error"></a><a name="math_toolkit.main_overview.error_handling.numeric_overflow"></a><h5>
-<a name="id647854"></a>
+<a name="id642393"></a>
         <a class="link" href="error_handling.html#math_toolkit.main_overview.error_handling.numeric_overflow">Numeric
         Overflow</a>
       </h5>
@@ -937,7 +937,7 @@
         doesn't support infinities, the maximum value for the type is returned.
       </p>
 <a name="underflow_error"></a><a name="math_toolkit.main_overview.error_handling.numeric_underflow"></a><h5>
-<a name="id648041"></a>
+<a name="id642580"></a>
         <a class="link" href="error_handling.html#math_toolkit.main_overview.error_handling.numeric_underflow">Numeric
         Underflow</a>
       </h5>
@@ -960,7 +960,7 @@
         an <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">underflow_error</span></code> C++ exception.
       </p>
 <a name="denorm_error"></a><a name="math_toolkit.main_overview.error_handling.denormalisation_errors"></a><h5>
-<a name="id648185"></a>
+<a name="id642724"></a>
         <a class="link" href="error_handling.html#math_toolkit.main_overview.error_handling.denormalisation_errors">Denormalisation
         Errors</a>
       </h5>
@@ -983,7 +983,7 @@
         throws an <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">underflow_error</span></code> C++ exception.
       </p>
 <a name="evaluation_error"></a><a name="math_toolkit.main_overview.error_handling.evaluation_errors"></a><h5>
-<a name="id648346"></a>
+<a name="id642885"></a>
         <a class="link" href="error_handling.html#math_toolkit.main_overview.error_handling.evaluation_errors">Evaluation
         Errors</a>
       </h5>
@@ -1020,7 +1020,7 @@
         for more details.
       </p>
 <a name="indeterminate_result_error"></a><a name="math_toolkit.main_overview.error_handling.indeterminate_result_errors"></a><h5>
-<a name="id648560"></a>
+<a name="id643098"></a>
         <a class="link" href="error_handling.html#math_toolkit.main_overview.error_handling.indeterminate_result_errors">Indeterminate
         Result Errors</a>
       </h5>
@@ -1047,7 +1047,7 @@
         the result of 0<sup>0</sup> is 1, even though the result is actually mathematically indeterminate.
       </p>
 <a name="rounding_error"></a><a name="math_toolkit.main_overview.error_handling.rounding_errors"></a><h5>
-<a name="id648708"></a>
+<a name="id643247"></a>
         <a class="link" href="error_handling.html#math_toolkit.main_overview.error_handling.rounding_errors">Rounding
         Errors</a>
       </h5>
@@ -1086,7 +1086,7 @@
         for more details.
       </p>
 <a name="checked_narrowing_cast"></a><a name="math_toolkit.main_overview.error_handling.errors_from_typecasts"></a><h5>
-<a name="id650032"></a>
+<a name="id644570"></a>
         <a class="link" href="error_handling.html#math_toolkit.main_overview.error_handling.errors_from_typecasts">Errors
         from typecasts</a>
       </h5>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/main_overview/history1.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/main_overview/history1.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/main_overview/history1.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -31,7 +31,7 @@
         <a name="math_toolkit.main_overview.history1.boost_1_38_0"></a>
         </p>
 <h5>
-<a name="id651995"></a>
+<a name="id646533"></a>
           <a class="link" href="history1.html#math_toolkit.main_overview.history1.boost_1_38_0">Boost-1.38.0</a>
         </h5>
 <p>
@@ -53,7 +53,7 @@
         <a name="math_toolkit.main_overview.history1.boost_1_37_0"></a>
         </p>
 <h5>
-<a name="id652364"></a>
+<a name="id646903"></a>
           <a class="link" href="history1.html#math_toolkit.main_overview.history1.boost_1_37_0">Boost-1.37.0</a>
         </h5>
 <p>
@@ -65,7 +65,7 @@
         <a name="math_toolkit.main_overview.history1.boost_1_36_0"></a>
         </p>
 <h5>
-<a name="id652384"></a>
+<a name="id646923"></a>
           <a class="link" href="history1.html#math_toolkit.main_overview.history1.boost_1_36_0">Boost-1.36.0</a>
         </h5>
 <p>
@@ -100,7 +100,7 @@
         <a name="math_toolkit.main_overview.history1.boost_1_35_0__post_review_first_official_release"></a>
         </p>
 <h5>
-<a name="id652430"></a>
+<a name="id646969"></a>
           <a class="link" href="history1.html#math_toolkit.main_overview.history1.boost_1_35_0__post_review_first_official_release">Boost-1.35.0:
           Post Review First Official Release</a>
         </h5>
@@ -137,7 +137,7 @@
         <a name="math_toolkit.main_overview.history1.milestone_4__second_review_candidate__1st_march_2007_"></a>
         </p>
 <h5>
-<a name="id652492"></a>
+<a name="id647031"></a>
           <a class="link" href="history1.html#math_toolkit.main_overview.history1.milestone_4__second_review_candidate__1st_march_2007_">Milestone
           4: Second Review Candidate (1st March 2007)</a>
         </h5>
@@ -156,7 +156,7 @@
         <a name="math_toolkit.main_overview.history1.milestone_3__first_review_candidate__31st_dec_2006_"></a>
         </p>
 <h5>
-<a name="id652516"></a>
+<a name="id647055"></a>
           <a class="link" href="history1.html#math_toolkit.main_overview.history1.milestone_3__first_review_candidate__31st_dec_2006_">Milestone
           3: First Review Candidate (31st Dec 2006)</a>
         </h5>
@@ -189,7 +189,7 @@
         <a name="math_toolkit.main_overview.history1.milestone_2__released_september_10th_2006"></a>
         </p>
 <h5>
-<a name="id652555"></a>
+<a name="id647093"></a>
           <a class="link" href="history1.html#math_toolkit.main_overview.history1.milestone_2__released_september_10th_2006">Milestone
           2: Released September 10th 2006</a>
         </h5>
@@ -230,7 +230,7 @@
         <a name="math_toolkit.main_overview.history1.milestone_1__released_march_31st_2006"></a>
         </p>
 <h5>
-<a name="id652604"></a>
+<a name="id647143"></a>
           <a class="link" href="history1.html#math_toolkit.main_overview.history1.milestone_1__released_march_31st_2006">Milestone
           1: Released March 31st 2006</a>
         </h5>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/main_overview/intro.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/main_overview/intro.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/main_overview/intro.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -30,7 +30,7 @@
         This library is divided into three interconnected parts:
       </p>
 <a name="math_toolkit.main_overview.intro.statistical_distributions"></a><h5>
-<a name="id635362"></a>
+<a name="id629901"></a>
         <a class="link" href="intro.html#math_toolkit.main_overview.intro.statistical_distributions">Statistical
         Distributions</a>
       </h5>
@@ -56,7 +56,7 @@
         tests.
       </p>
 <a name="math_toolkit.main_overview.intro.mathematical_special_functions"></a><h5>
-<a name="id635446"></a>
+<a name="id629985"></a>
         <a class="link" href="intro.html#math_toolkit.main_overview.intro.mathematical_special_functions">Mathematical
         Special Functions</a>
       </h5>
@@ -83,7 +83,7 @@
         <span class="keyword">double</span></code>.
       </p>
 <a name="math_toolkit.main_overview.intro.implementation_toolkit"></a><h5>
-<a name="id635514"></a>
+<a name="id630052"></a>
         <a class="link" href="intro.html#math_toolkit.main_overview.intro.implementation_toolkit">Implementation
         Toolkit</a>
       </h5>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/main_overview/navigation.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/main_overview/navigation.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/main_overview/navigation.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -31,7 +31,7 @@
         as handy shortcuts for common navigation tasks.
       </p>
 <a name="math_toolkit.main_overview.navigation.shortcuts"></a><h6>
-<a name="id635614"></a>
+<a name="id630153"></a>
         <a class="link" href="navigation.html#math_toolkit.main_overview.navigation.shortcuts">Shortcuts</a>
       </h6>
 <div class="blockquote"><blockquote class="blockquote">

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/main_overview/tr1.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/main_overview/tr1.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/main_overview/tr1.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -284,7 +284,7 @@
         <a name="math_toolkit.main_overview.tr1.usage_recomendations"></a>
         </p>
 <h5>
-<a name="id653014"></a>
+<a name="id647553"></a>
           <a class="link" href="tr1.html#math_toolkit.main_overview.tr1.usage_recomendations">Usage
           Recomendations</a>
         </h5>
@@ -336,7 +336,7 @@
         <a name="math_toolkit.main_overview.tr1.supported_c99_functions"></a>
         </p>
 <h5>
-<a name="id653210"></a>
+<a name="id647749"></a>
           <a class="link" href="tr1.html#math_toolkit.main_overview.tr1.supported_c99_functions">Supported
           C99 Functions</a>
         </h5>
@@ -440,7 +440,7 @@
         <a name="math_toolkit.main_overview.tr1.supported_tr1_functions"></a>
         </p>
 <h5>
-<a name="id656298"></a>
+<a name="id650837"></a>
           <a class="link" href="tr1.html#math_toolkit.main_overview.tr1.supported_tr1_functions">Supported
           TR1 Functions</a>
         </h5>
@@ -579,7 +579,7 @@
         <a name="math_toolkit.main_overview.tr1.currently_unsupported_c99_functions"></a>
         </p>
 <h5>
-<a name="id660964"></a>
+<a name="id655502"></a>
           <a class="link" href="tr1.html#math_toolkit.main_overview.tr1.currently_unsupported_c99_functions">Currently
           Unsupported C99 Functions</a>
         </h5>
@@ -650,7 +650,7 @@
         <a name="math_toolkit.main_overview.tr1.currently_unsupported_tr1_functions"></a>
         </p>
 <h5>
-<a name="id662631"></a>
+<a name="id657170"></a>
           <a class="link" href="tr1.html#math_toolkit.main_overview.tr1.currently_unsupported_tr1_functions">Currently
           Unsupported TR1 Functions</a>
         </h5>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/perf/comp_compilers.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/perf/comp_compilers.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/perf/comp_compilers.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -35,7 +35,7 @@
         in this respect).
       </p>
 <div class="table">
-<a name="id1009028"></a><p class="title"><b>Table 48. Performance Comparison of Various Windows Compilers</b></p>
+<a name="id1003566"></a><p class="title"><b>Table 48. Performance Comparison of Various Windows Compilers</b></p>
 <div class="table-contents"><table class="table" summary="Performance Comparison of Various Windows Compilers">
 <colgroup>
 <col>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/perf/comparisons.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/perf/comparisons.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/perf/comparisons.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -46,7 +46,7 @@
         </p></td></tr>
 </table></div>
 <a name="math_toolkit.perf.comparisons.comparison_to_gsl_1_9_and_cephes"></a><h5>
-<a name="id1011980"></a>
+<a name="id1006519"></a>
         <a class="link" href="comparisons.html#math_toolkit.perf.comparisons.comparison_to_gsl_1_9_and_cephes">Comparison
         to GSL-1.9 and Cephes</a>
       </h5>
@@ -213,7 +213,7 @@
 <td>
               <p>
                 +INF
- <sup>[<a name="id1012286" href="#ftn.id1012286" class="footnote">1</a>]</sup>
+ <sup>[<a name="id1006825" href="#ftn.id1006825" class="footnote">1</a>]</sup>
               </p>
               </td>
 </tr>
@@ -284,13 +284,13 @@
               </td>
 </tr>
 </tbody>
-<tbody class="footnotes"><tr><td colspan="4"><div class="footnote"><p><sup>[<a name="ftn.id1012286" href="#id1012286" class="para">1</a>] </sup>
+<tbody class="footnotes"><tr><td colspan="4"><div class="footnote"><p><sup>[<a name="ftn.id1006825" href="#id1006825" class="para">1</a>] </sup>
                     Cephes gets stuck in an infinite loop while trying to execute
                     our test cases.
                   </p></div></td></tr></tbody>
 </table></div>
 <a name="math_toolkit.perf.comparisons.comparison_to_the_r_statistical_library_on_windows"></a><h5>
-<a name="id1012422"></a>
+<a name="id1006961"></a>
         <a class="link" href="comparisons.html#math_toolkit.perf.comparisons.comparison_to_the_r_statistical_library_on_windows">Comparison
         to the R Statistical Library on Windows</a>
       </h5>
@@ -301,7 +301,7 @@
         appears not to be buildable with Visual C++).
       </p>
 <div class="table">
-<a name="id1012435"></a><p class="title"><b>Table 51. A Comparison to the R Statistical Library on Windows
+<a name="id1006974"></a><p class="title"><b>Table 51. A Comparison to the R Statistical Library on Windows
       XP</b></p>
 <div class="table-contents"><table class="table" summary="A Comparison to the R Statistical Library on Windows
       XP">
@@ -374,7 +374,7 @@
             <p>
               </p>
 <p>74.66
- <sup>[<a name="id1012558" href="#ftn.id1012558" class="footnote">1</a>]</sup>
+ <sup>[<a name="id1007096" href="#ftn.id1007096" class="footnote">1</a>]</sup>
               </p>
 <p> </p>
 <p>(4.905e-004s)</p>
@@ -792,7 +792,7 @@
             <p>
               </p>
 <p>53.59
- <sup>[<a name="id1013280" href="#ftn.id1013280" class="footnote">2</a>]</sup>
+ <sup>[<a name="id1007819" href="#ftn.id1007819" class="footnote">2</a>]</sup>
               </p>
 <p> </p>
 <p>(5.145e-004s)</p>
@@ -1010,12 +1010,12 @@
 </tr>
 </tbody>
 <tbody class="footnotes"><tr><td colspan="3">
-<div class="footnote"><p><sup>[<a name="ftn.id1012558" href="#id1012558" class="para">1</a>] </sup>
+<div class="footnote"><p><sup>[<a name="ftn.id1007096" href="#id1007096" class="para">1</a>] </sup>
                   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.
                 </p></div>
-<div class="footnote"><p><sup>[<a name="ftn.id1013280" href="#id1013280" class="para">2</a>] </sup>
+<div class="footnote"><p><sup>[<a name="ftn.id1007819" href="#id1007819" class="para">2</a>] </sup>
                   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
@@ -1024,7 +1024,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="math_toolkit.perf.comparisons.comparison_to_the_r_statistical_library_on_linux"></a><h5>
-<a name="id1013659"></a>
+<a name="id1008198"></a>
         <a class="link" href="comparisons.html#math_toolkit.perf.comparisons.comparison_to_the_r_statistical_library_on_linux">Comparison
         to the R Statistical Library on Linux</a>
       </h5>
@@ -1033,7 +1033,7 @@
         Linux machine, with the test program and R-2.5.0 compiled with GNU G++ 4.2.0.
       </p>
 <div class="table">
-<a name="id1013672"></a><p class="title"><b>Table 52. A Comparison to the R Statistical Library on Linux</b></p>
+<a name="id1008211"></a><p class="title"><b>Table 52. A Comparison to the R Statistical Library on Linux</b></p>
 <div class="table-contents"><table class="table" summary="A Comparison to the R Statistical Library on Linux">
 <colgroup>
 <col>
@@ -1104,7 +1104,7 @@
             <p>
               </p>
 <p>44.06
- <sup>[<a name="id1013932" href="#ftn.id1013932" class="footnote">1</a>]</sup>
+ <sup>[<a name="id1008470" href="#ftn.id1008470" class="footnote">1</a>]</sup>
               </p>
 <p> </p>
 <p>(5.701e-004s)</p>
@@ -1522,7 +1522,7 @@
             <p>
               </p>
 <p>30.07
- <sup>[<a name="id1014652" href="#ftn.id1014652" class="footnote">2</a>]</sup>
+ <sup>[<a name="id1009190" href="#ftn.id1009190" class="footnote">2</a>]</sup>
               </p>
 <p> </p>
 <p>(5.490e-004s)</p>
@@ -1740,12 +1740,12 @@
 </tr>
 </tbody>
 <tbody class="footnotes"><tr><td colspan="3">
-<div class="footnote"><p><sup>[<a name="ftn.id1013932" href="#id1013932" class="para">1</a>] </sup>
+<div class="footnote"><p><sup>[<a name="ftn.id1008470" href="#id1008470" class="para">1</a>] </sup>
                   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.
                 </p></div>
-<div class="footnote"><p><sup>[<a name="ftn.id1014652" href="#id1014652" class="para">2</a>] </sup>
+<div class="footnote"><p><sup>[<a name="ftn.id1009190" href="#id1009190" class="para">2</a>] </sup>
                   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

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/perf/getting_best.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/perf/getting_best.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/perf/getting_best.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -33,7 +33,7 @@
         penalty for using the library in debug mode can be quite large.
       </p>
 <div class="table">
-<a name="id1008569"></a><p class="title"><b>Table 47. Performance Comparison of Release and Debug Settings</b></p>
+<a name="id1003108"></a><p class="title"><b>Table 47. Performance Comparison of Release and Debug Settings</b></p>
 <div class="table-contents"><table class="table" summary="Performance Comparison of Release and Debug Settings">
 <colgroup>
 <col>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/perf/tuning.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/perf/tuning.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/perf/tuning.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -234,7 +234,7 @@
         highly vectorisable processors in the future.
       </p>
 <div class="table">
-<a name="id1009896"></a><p class="title"><b>Table 49. A Comparison of Polynomial Evaluation Methods</b></p>
+<a name="id1004435"></a><p class="title"><b>Table 49. A Comparison of Polynomial Evaluation Methods</b></p>
 <div class="table-contents"><table class="table" summary="A Comparison of Polynomial Evaluation Methods">
 <colgroup>
 <col>
@@ -634,7 +634,7 @@
         tutorial</a>.
       </p>
 <div class="table">
-<a name="id1010549"></a><p class="title"><b>Table 50. Performance Comparison with and Without Internal
+<a name="id1005088"></a><p class="title"><b>Table 50. Performance Comparison with and Without Internal
       Promotion to long double</b></p>
 <div class="table-contents"><table class="table" summary="Performance Comparison with and Without Internal
       Promotion to long double">

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/policy/pol_ref/discrete_quant_ref.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/policy/pol_ref/discrete_quant_ref.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/policy/pol_ref/discrete_quant_ref.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -55,7 +55,7 @@
           can take have the following meanings:
         </p>
 <a name="math_toolkit.policy.pol_ref.discrete_quant_ref.real"></a><h6>
-<a name="id996971"></a>
+<a name="id991510"></a>
           <a class="link" href="discrete_quant_ref.html#math_toolkit.policy.pol_ref.discrete_quant_ref.real">real</a>
         </h6>
 <p>
@@ -93,7 +93,7 @@
           <span class="special">=</span> <span class="number">68.1584</span></code>.
         </p>
 <a name="math_toolkit.policy.pol_ref.discrete_quant_ref.integer_round_outwards"></a><h6>
-<a name="id997324"></a>
+<a name="id991863"></a>
           <a class="link" href="discrete_quant_ref.html#math_toolkit.policy.pol_ref.discrete_quant_ref.integer_round_outwards">integer_round_outwards</a>
         </h6>
 <p>
@@ -151,7 +151,7 @@
           in each tail</em></span>.
         </p>
 <a name="math_toolkit.policy.pol_ref.discrete_quant_ref.integer_round_inwards"></a><h6>
-<a name="id998940"></a>
+<a name="id993478"></a>
           <a class="link" href="discrete_quant_ref.html#math_toolkit.policy.pol_ref.discrete_quant_ref.integer_round_inwards">integer_round_inwards</a>
         </h6>
 <p>
@@ -214,7 +214,7 @@
           in each tail</em></span>.
         </p>
 <a name="math_toolkit.policy.pol_ref.discrete_quant_ref.integer_round_down"></a><h6>
-<a name="id999418"></a>
+<a name="id993957"></a>
           <a class="link" href="discrete_quant_ref.html#math_toolkit.policy.pol_ref.discrete_quant_ref.integer_round_down">integer_round_down</a>
         </h6>
 <p>
@@ -222,7 +222,7 @@
           or a lower quantile.
         </p>
 <a name="math_toolkit.policy.pol_ref.discrete_quant_ref.integer_round_up"></a><h6>
-<a name="id999438"></a>
+<a name="id993976"></a>
           <a class="link" href="discrete_quant_ref.html#math_toolkit.policy.pol_ref.discrete_quant_ref.integer_round_up">integer_round_up</a>
         </h6>
 <p>
@@ -230,7 +230,7 @@
           a lower quantile.
         </p>
 <a name="math_toolkit.policy.pol_ref.discrete_quant_ref.integer_round_nearest"></a><h6>
-<a name="id999457"></a>
+<a name="id993996"></a>
           <a class="link" href="discrete_quant_ref.html#math_toolkit.policy.pol_ref.discrete_quant_ref.integer_round_nearest">integer_round_nearest</a>
         </h6>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/policy/pol_ref/error_handling_policies.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/policy/pol_ref/error_handling_policies.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/policy/pol_ref/error_handling_policies.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -39,7 +39,7 @@
           </li>
 </ul></div>
 <a name="math_toolkit.policy.pol_ref.error_handling_policies.available_actions_when_an_error_is_raised"></a><h5>
-<a name="id990862"></a>
+<a name="id985400"></a>
           <a class="link" href="error_handling_policies.html#math_toolkit.policy.pol_ref.error_handling_policies.available_actions_when_an_error_is_raised">Available
           Actions When an Error is Raised</a>
         </h5>
@@ -62,7 +62,7 @@
           The various enumerated values have the following meanings:
         </p>
 <a name="math_toolkit.policy.pol_ref.error_handling_policies.throw_on_error"></a><h6>
-<a name="id991043"></a>
+<a name="id985582"></a>
           <a class="link" href="error_handling_policies.html#math_toolkit.policy.pol_ref.error_handling_policies.throw_on_error">throw_on_error</a>
         </h6>
 <p>
@@ -174,7 +174,7 @@
 </tbody>
 </table></div>
 <a name="math_toolkit.policy.pol_ref.error_handling_policies.errno_on_error"></a><h6>
-<a name="id991211"></a>
+<a name="id985750"></a>
           <a class="link" href="error_handling_policies.html#math_toolkit.policy.pol_ref.error_handling_policies.errno_on_error">errno_on_error</a>
         </h6>
 <p>
@@ -287,7 +287,7 @@
 </tbody>
 </table></div>
 <a name="math_toolkit.policy.pol_ref.error_handling_policies.ignore_error"></a><h6>
-<a name="id992499"></a>
+<a name="id987038"></a>
           <a class="link" href="error_handling_policies.html#math_toolkit.policy.pol_ref.error_handling_policies.ignore_error">ignore_error</a>
         </h6>
 <p>
@@ -400,7 +400,7 @@
 </tbody>
 </table></div>
 <a name="math_toolkit.policy.pol_ref.error_handling_policies.user_error"></a><h6>
-<a name="id992680"></a>
+<a name="id987219"></a>
           <a class="link" href="error_handling_policies.html#math_toolkit.policy.pol_ref.error_handling_policies.user_error">user_error</a>
         </h6>
 <p>
@@ -449,7 +449,7 @@
           here</a>.
         </p>
 <a name="math_toolkit.policy.pol_ref.error_handling_policies.kinds_of_error_raised"></a><h5>
-<a name="id993568"></a>
+<a name="id988107"></a>
           <a class="link" href="error_handling_policies.html#math_toolkit.policy.pol_ref.error_handling_policies.kinds_of_error_raised">Kinds
           of Error Raised</a>
         </h5>
@@ -688,7 +688,7 @@
 </tbody>
 </table></div>
 <a name="math_toolkit.policy.pol_ref.error_handling_policies.examples"></a><h5>
-<a name="id994393"></a>
+<a name="id988931"></a>
           <a class="link" href="error_handling_policies.html#math_toolkit.policy.pol_ref.error_handling_policies.examples">Examples</a>
         </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/policy/pol_ref/internal_promotion.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/policy/pol_ref/internal_promotion.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/policy/pol_ref/internal_promotion.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -84,7 +84,7 @@
 </tbody>
 </table></div>
 <a name="math_toolkit.policy.pol_ref.internal_promotion.examples"></a><h5>
-<a name="id995903"></a>
+<a name="id990442"></a>
           <a class="link" href="internal_promotion.html#math_toolkit.policy.pol_ref.internal_promotion.examples">Examples</a>
         </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/policy/pol_ref/policy_defaults.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/policy/pol_ref/policy_defaults.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/policy/pol_ref/policy_defaults.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -61,7 +61,7 @@
           then you can do so by defining various macros in boost/math/tools/user.hpp.
         </p>
 <a name="math_toolkit.policy.pol_ref.policy_defaults.boost_math_domain_error_policy"></a><h6>
-<a name="id1000750"></a>
+<a name="id995289"></a>
           <a class="link" href="policy_defaults.html#math_toolkit.policy.pol_ref.policy_defaults.boost_math_domain_error_policy">BOOST_MATH_DOMAIN_ERROR_POLICY</a>
         </h6>
 <p>
@@ -71,7 +71,7 @@
           <code class="computeroutput"><span class="identifier">ignore_error</span></code> or <code class="computeroutput"><span class="identifier">user_error</span></code>.
         </p>
 <a name="math_toolkit.policy.pol_ref.policy_defaults.boost_math_pole_error_policy"></a><h6>
-<a name="id1000803"></a>
+<a name="id995342"></a>
           <a class="link" href="policy_defaults.html#math_toolkit.policy.pol_ref.policy_defaults.boost_math_pole_error_policy">BOOST_MATH_POLE_ERROR_POLICY</a>
         </h6>
 <p>
@@ -81,7 +81,7 @@
           <code class="computeroutput"><span class="identifier">ignore_error</span></code> or <code class="computeroutput"><span class="identifier">user_error</span></code>.
         </p>
 <a name="math_toolkit.policy.pol_ref.policy_defaults.boost_math_overflow_error_policy"></a><h6>
-<a name="id1001420"></a>
+<a name="id995958"></a>
           <a class="link" href="policy_defaults.html#math_toolkit.policy.pol_ref.policy_defaults.boost_math_overflow_error_policy">BOOST_MATH_OVERFLOW_ERROR_POLICY</a>
         </h6>
 <p>
@@ -91,7 +91,7 @@
           <code class="computeroutput"><span class="identifier">ignore_error</span></code> or <code class="computeroutput"><span class="identifier">user_error</span></code>.
         </p>
 <a name="math_toolkit.policy.pol_ref.policy_defaults.boost_math_rounding_error_policy"></a><h6>
-<a name="id1001473"></a>
+<a name="id996011"></a>
           <a class="link" href="policy_defaults.html#math_toolkit.policy.pol_ref.policy_defaults.boost_math_rounding_error_policy">BOOST_MATH_ROUNDING_ERROR_POLICY</a>
         </h6>
 <p>
@@ -101,7 +101,7 @@
           <code class="computeroutput"><span class="identifier">ignore_error</span></code> or <code class="computeroutput"><span class="identifier">user_error</span></code>.
         </p>
 <a name="math_toolkit.policy.pol_ref.policy_defaults.boost_math_evaluation_error_policy"></a><h6>
-<a name="id1001525"></a>
+<a name="id996064"></a>
           <a class="link" href="policy_defaults.html#math_toolkit.policy.pol_ref.policy_defaults.boost_math_evaluation_error_policy">BOOST_MATH_EVALUATION_ERROR_POLICY</a>
         </h6>
 <p>
@@ -111,7 +111,7 @@
           <code class="computeroutput"><span class="identifier">ignore_error</span></code> or <code class="computeroutput"><span class="identifier">user_error</span></code>.
         </p>
 <a name="math_toolkit.policy.pol_ref.policy_defaults.boost_math_underflow_error_policy"></a><h6>
-<a name="id1001578"></a>
+<a name="id996117"></a>
           <a class="link" href="policy_defaults.html#math_toolkit.policy.pol_ref.policy_defaults.boost_math_underflow_error_policy">BOOST_MATH_UNDERFLOW_ERROR_POLICY</a>
         </h6>
 <p>
@@ -121,7 +121,7 @@
           <code class="computeroutput"><span class="identifier">ignore_error</span></code> or <code class="computeroutput"><span class="identifier">user_error</span></code>.
         </p>
 <a name="math_toolkit.policy.pol_ref.policy_defaults.boost_math_denorm_error_policy"></a><h6>
-<a name="id1001631"></a>
+<a name="id996170"></a>
           <a class="link" href="policy_defaults.html#math_toolkit.policy.pol_ref.policy_defaults.boost_math_denorm_error_policy">BOOST_MATH_DENORM_ERROR_POLICY</a>
         </h6>
 <p>
@@ -131,7 +131,7 @@
           <code class="computeroutput"><span class="identifier">ignore_error</span></code> or <code class="computeroutput"><span class="identifier">user_error</span></code>.
         </p>
 <a name="math_toolkit.policy.pol_ref.policy_defaults.boost_math_indeterminate_result_error_policy"></a><h6>
-<a name="id1001684"></a>
+<a name="id996222"></a>
           <a class="link" href="policy_defaults.html#math_toolkit.policy.pol_ref.policy_defaults.boost_math_indeterminate_result_error_policy">BOOST_MATH_INDETERMINATE_RESULT_ERROR_POLICY</a>
         </h6>
 <p>
@@ -142,7 +142,7 @@
           <code class="computeroutput"><span class="identifier">ignore_error</span></code> or <code class="computeroutput"><span class="identifier">user_error</span></code>.
         </p>
 <a name="math_toolkit.policy.pol_ref.policy_defaults.boost_math_digits10_policy"></a><h6>
-<a name="id1001737"></a>
+<a name="id996275"></a>
           <a class="link" href="policy_defaults.html#math_toolkit.policy.pol_ref.policy_defaults.boost_math_digits10_policy">BOOST_MATH_DIGITS10_POLICY</a>
         </h6>
 <p>
@@ -153,7 +153,7 @@
           recommended that you change this from the default.
         </p>
 <a name="math_toolkit.policy.pol_ref.policy_defaults.boost_math_promote_float_policy"></a><h6>
-<a name="id1001761"></a>
+<a name="id996299"></a>
           <a class="link" href="policy_defaults.html#math_toolkit.policy.pol_ref.policy_defaults.boost_math_promote_float_policy">BOOST_MATH_PROMOTE_FLOAT_POLICY</a>
         </h6>
 <p>
@@ -165,7 +165,7 @@
           off.
         </p>
 <a name="math_toolkit.policy.pol_ref.policy_defaults.boost_math_promote_double_policy"></a><h6>
-<a name="id1001815"></a>
+<a name="id996353"></a>
           <a class="link" href="policy_defaults.html#math_toolkit.policy.pol_ref.policy_defaults.boost_math_promote_double_policy">BOOST_MATH_PROMOTE_DOUBLE_POLICY</a>
         </h6>
 <p>
@@ -177,7 +177,7 @@
           off.
         </p>
 <a name="math_toolkit.policy.pol_ref.policy_defaults.boost_math_discrete_quantile_policy"></a><h6>
-<a name="id1001873"></a>
+<a name="id996412"></a>
           <a class="link" href="policy_defaults.html#math_toolkit.policy.pol_ref.policy_defaults.boost_math_discrete_quantile_policy">BOOST_MATH_DISCRETE_QUANTILE_POLICY</a>
         </h6>
 <p>
@@ -188,7 +188,7 @@
           Defaults to <code class="computeroutput"><span class="identifier">integer_round_outwards</span></code>.
         </p>
 <a name="math_toolkit.policy.pol_ref.policy_defaults.boost_math_assert_undefined_policy"></a><h6>
-<a name="id1001941"></a>
+<a name="id996479"></a>
           <a class="link" href="policy_defaults.html#math_toolkit.policy.pol_ref.policy_defaults.boost_math_assert_undefined_policy">BOOST_MATH_ASSERT_UNDEFINED_POLICY</a>
         </h6>
 <p>
@@ -201,7 +201,7 @@
           whether or not a particular property is well defined.
         </p>
 <a name="math_toolkit.policy.pol_ref.policy_defaults.boost_math_max_series_iteration_policy"></a><h6>
-<a name="id1001972"></a>
+<a name="id996510"></a>
           <a class="link" href="policy_defaults.html#math_toolkit.policy.pol_ref.policy_defaults.boost_math_max_series_iteration_policy">BOOST_MATH_MAX_SERIES_ITERATION_POLICY</a>
         </h6>
 <p>
@@ -210,7 +210,7 @@
           Defaults to 1000000.
         </p>
 <a name="math_toolkit.policy.pol_ref.policy_defaults.boost_math_max_root_iteration_policy"></a><h6>
-<a name="id1001993"></a>
+<a name="id996532"></a>
           <a class="link" href="policy_defaults.html#math_toolkit.policy.pol_ref.policy_defaults.boost_math_max_root_iteration_policy">BOOST_MATH_MAX_ROOT_ITERATION_POLICY</a>
         </h6>
 <p>
@@ -219,7 +219,7 @@
           Defaults to 200.
         </p>
 <a name="math_toolkit.policy.pol_ref.policy_defaults.example"></a><h6>
-<a name="id1002016"></a>
+<a name="id996555"></a>
           <a class="link" href="policy_defaults.html#math_toolkit.policy.pol_ref.policy_defaults.example">Example</a>
         </h6>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/policy/pol_tutorial/understand_dis_quant.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/policy/pol_tutorial/understand_dis_quant.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/policy/pol_tutorial/understand_dis_quant.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -177,7 +177,7 @@
           <span class="emphasis"><em>base your comparisons on CDF's instead</em></span>.
         </p>
 <a name="math_toolkit.policy.pol_tutorial.understand_dis_quant.other_rounding_policies_are_available"></a><h6>
-<a name="id987411"></a>
+<a name="id981950"></a>
           <a class="link" href="understand_dis_quant.html#math_toolkit.policy.pol_tutorial.understand_dis_quant.other_rounding_policies_are_available">Other
           Rounding Policies are Available</a>
         </h6>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/bessel/bessel.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/bessel/bessel.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/bessel/bessel.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -28,7 +28,7 @@
         of the First and Second Kinds</a>
 </h4></div></div></div>
 <a name="math_toolkit.special.bessel.bessel.synopsis"></a><h5>
-<a name="id860129"></a>
+<a name="id854668"></a>
           <a class="link" href="bessel.html#math_toolkit.special.bessel.bessel.synopsis">Synopsis</a>
         </h5>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">T1</span><span class="special">,</span> <span class="keyword">class</span> <span class="identifier">T2</span><span class="special">&gt;</span>
@@ -44,7 +44,7 @@
 <a class="link" href="../../main_overview/result_type.html" title="Calculation of the Type of the Result"><span class="emphasis"><em>calculated-result-type</em></span></a> <span class="identifier">cyl_neumann</span><span class="special">(</span><span class="identifier">T1</span> <span class="identifier">v</span><span class="special">,</span> <span class="identifier">T2</span> <span class="identifier">x</span><span class="special">,</span> <span class="keyword">const</span> <a class="link" href="../../policy.html" title="Policies">Policy</a><span class="special">&amp;);</span>
 </pre>
 <a name="math_toolkit.special.bessel.bessel.description"></a><h5>
-<a name="id860496"></a>
+<a name="id855035"></a>
           <a class="link" href="bessel.html#math_toolkit.special.bessel.bessel.description">Description</a>
         </h5>
 <p>
@@ -110,7 +110,7 @@
           <span class="inlinemediaobject"><img src="../../../../graphs/cyl_neumann.png" align="middle"></span>
         </p>
 <a name="math_toolkit.special.bessel.bessel.testing"></a><h5>
-<a name="id860780"></a>
+<a name="id855319"></a>
           <a class="link" href="bessel.html#math_toolkit.special.bessel.bessel.testing">Testing</a>
         </h5>
 <p>
@@ -119,7 +119,7 @@
           (with all the special case handling removed).
         </p>
 <a name="math_toolkit.special.bessel.bessel.accuracy"></a><h5>
-<a name="id860802"></a>
+<a name="id855341"></a>
           <a class="link" href="bessel.html#math_toolkit.special.bessel.bessel.accuracy">Accuracy</a>
         </h5>
 <p>
@@ -135,7 +135,7 @@
           zero error</a>. All values are relative errors in units of epsilon.
         </p>
 <div class="table">
-<a name="id860833"></a><p class="title"><b>Table 36. Errors Rates in cyl_bessel_j</b></p>
+<a name="id855372"></a><p class="title"><b>Table 36. Errors Rates in cyl_bessel_j</b></p>
 <div class="table-contents"><table class="table" summary="Errors Rates in cyl_bessel_j">
 <colgroup>
 <col>
@@ -304,7 +304,7 @@
 </table></div>
 </div>
 <br class="table-break"><div class="table">
-<a name="id861100"></a><p class="title"><b>Table 37. Errors Rates in cyl_neumann</b></p>
+<a name="id855638"></a><p class="title"><b>Table 37. Errors Rates in cyl_neumann</b></p>
 <div class="table-contents"><table class="table" summary="Errors Rates in cyl_neumann">
 <colgroup>
 <col>
@@ -494,7 +494,7 @@
           were found.
         </p>
 <a name="math_toolkit.special.bessel.bessel.implementation"></a><h5>
-<a name="id861440"></a>
+<a name="id855979"></a>
           <a class="link" href="bessel.html#math_toolkit.special.bessel.bessel.implementation">Implementation</a>
         </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/bessel/bessel_over.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/bessel/bessel_over.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/bessel/bessel_over.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -28,7 +28,7 @@
         Overview</a>
 </h4></div></div></div>
 <a name="math_toolkit.special.bessel.bessel_over.ordinary_bessel_functions"></a><h5>
-<a name="id852624"></a>
+<a name="id847163"></a>
           <a class="link" href="bessel_over.html#math_toolkit.special.bessel.bessel_over.ordinary_bessel_functions">Ordinary
           Bessel Functions</a>
         </h5>
@@ -103,7 +103,7 @@
           <span class="inlinemediaobject"><img src="../../../../equations/bessel10.png"></span>
         </p>
 <a name="math_toolkit.special.bessel.bessel_over.modified_bessel_functions"></a><h5>
-<a name="id859700"></a>
+<a name="id854239"></a>
           <a class="link" href="bessel_over.html#math_toolkit.special.bessel.bessel_over.modified_bessel_functions">Modified
           Bessel Functions</a>
         </h5>
@@ -167,7 +167,7 @@
           <span class="inlinemediaobject"><img src="../../../../equations/mbessel10.png"></span>
         </p>
 <a name="math_toolkit.special.bessel.bessel_over.spherical_bessel_functions"></a><h5>
-<a name="id860005"></a>
+<a name="id854544"></a>
           <a class="link" href="bessel_over.html#math_toolkit.special.bessel.bessel_over.spherical_bessel_functions">Spherical
           Bessel Functions</a>
         </h5>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/bessel/mbessel.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/bessel/mbessel.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/bessel/mbessel.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -28,7 +28,7 @@
         Functions of the First and Second Kinds</a>
 </h4></div></div></div>
 <a name="math_toolkit.special.bessel.mbessel.synopsis"></a><h5>
-<a name="id862615"></a>
+<a name="id857154"></a>
           <a class="link" href="mbessel.html#math_toolkit.special.bessel.mbessel.synopsis">Synopsis</a>
         </h5>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">T1</span><span class="special">,</span> <span class="keyword">class</span> <span class="identifier">T2</span><span class="special">&gt;</span>
@@ -44,7 +44,7 @@
 <a class="link" href="../../main_overview/result_type.html" title="Calculation of the Type of the Result"><span class="emphasis"><em>calculated-result-type</em></span></a> <span class="identifier">cyl_bessel_k</span><span class="special">(</span><span class="identifier">T1</span> <span class="identifier">v</span><span class="special">,</span> <span class="identifier">T2</span> <span class="identifier">x</span><span class="special">,</span> <span class="keyword">const</span> <a class="link" href="../../policy.html" title="Policies">Policy</a><span class="special">&amp;);</span>
 </pre>
 <a name="math_toolkit.special.bessel.mbessel.description"></a><h5>
-<a name="id862982"></a>
+<a name="id857521"></a>
           <a class="link" href="mbessel.html#math_toolkit.special.bessel.mbessel.description">Description</a>
         </h5>
 <p>
@@ -109,7 +109,7 @@
           <span class="inlinemediaobject"><img src="../../../../graphs/cyl_bessel_k.png" align="middle"></span>
         </p>
 <a name="math_toolkit.special.bessel.mbessel.testing"></a><h5>
-<a name="id863255"></a>
+<a name="id857793"></a>
           <a class="link" href="mbessel.html#math_toolkit.special.bessel.mbessel.testing">Testing</a>
         </h5>
 <p>
@@ -118,7 +118,7 @@
           (with all the special case handling removed).
         </p>
 <a name="math_toolkit.special.bessel.mbessel.accuracy"></a><h5>
-<a name="id863276"></a>
+<a name="id857815"></a>
           <a class="link" href="mbessel.html#math_toolkit.special.bessel.mbessel.accuracy">Accuracy</a>
         </h5>
 <p>
@@ -129,7 +129,7 @@
           zero error</a>. All values are relative errors in units of epsilon.
         </p>
 <div class="table">
-<a name="id863299"></a><p class="title"><b>Table 38. Errors Rates in cyl_bessel_i</b></p>
+<a name="id857838"></a><p class="title"><b>Table 38. Errors Rates in cyl_bessel_i</b></p>
 <div class="table-contents"><table class="table" summary="Errors Rates in cyl_bessel_i">
 <colgroup>
 <col>
@@ -226,7 +226,7 @@
 </table></div>
 </div>
 <br class="table-break"><div class="table">
-<a name="id863437"></a><p class="title"><b>Table 39. Errors Rates in cyl_bessel_k</b></p>
+<a name="id857976"></a><p class="title"><b>Table 39. Errors Rates in cyl_bessel_k</b></p>
 <div class="table-contents"><table class="table" summary="Errors Rates in cyl_bessel_k">
 <colgroup>
 <col>
@@ -326,7 +326,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="math_toolkit.special.bessel.mbessel.implementation"></a><h5>
-<a name="id863582"></a>
+<a name="id858121"></a>
           <a class="link" href="mbessel.html#math_toolkit.special.bessel.mbessel.implementation">Implementation</a>
         </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/bessel/sph_bessel.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/bessel/sph_bessel.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/bessel/sph_bessel.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -28,7 +28,7 @@
         Bessel Functions of the First and Second Kinds</a>
 </h4></div></div></div>
 <a name="math_toolkit.special.bessel.sph_bessel.synopsis"></a><h5>
-<a name="id864093"></a>
+<a name="id858632"></a>
           <a class="link" href="sph_bessel.html#math_toolkit.special.bessel.sph_bessel.synopsis">Synopsis</a>
         </h5>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">T1</span><span class="special">,</span> <span class="keyword">class</span> <span class="identifier">T2</span><span class="special">&gt;</span>
@@ -44,7 +44,7 @@
 <a class="link" href="../../main_overview/result_type.html" title="Calculation of the Type of the Result"><span class="emphasis"><em>calculated-result-type</em></span></a> <span class="identifier">sph_neumann</span><span class="special">(</span><span class="keyword">unsigned</span> <span class="identifier">v</span><span class="special">,</span> <span class="identifier">T2</span> <span class="identifier">x</span><span class="special">,</span> <span class="keyword">const</span> <a class="link" href="../../policy.html" title="Policies">Policy</a><span class="special">&amp;);</span>
 </pre>
 <a name="math_toolkit.special.bessel.sph_bessel.description"></a><h5>
-<a name="id864461"></a>
+<a name="id858999"></a>
           <a class="link" href="sph_bessel.html#math_toolkit.special.bessel.sph_bessel.description">Description</a>
         </h5>
 <p>
@@ -97,7 +97,7 @@
           <span class="inlinemediaobject"><img src="../../../../graphs/sph_neumann.png" align="middle"></span>
         </p>
 <a name="math_toolkit.special.bessel.sph_bessel.testing"></a><h5>
-<a name="id866116"></a>
+<a name="id860655"></a>
           <a class="link" href="sph_bessel.html#math_toolkit.special.bessel.sph_bessel.testing">Testing</a>
         </h5>
 <p>
@@ -106,7 +106,7 @@
           implementation (with all the special case handling removed).
         </p>
 <a name="math_toolkit.special.bessel.sph_bessel.accuracy"></a><h5>
-<a name="id866138"></a>
+<a name="id860676"></a>
           <a class="link" href="sph_bessel.html#math_toolkit.special.bessel.sph_bessel.accuracy">Accuracy</a>
         </h5>
 <p>
@@ -116,7 +116,7 @@
           refer to these functions for accuracy data.
         </p>
 <a name="math_toolkit.special.bessel.sph_bessel.implementation"></a><h5>
-<a name="id866164"></a>
+<a name="id860703"></a>
           <a class="link" href="sph_bessel.html#math_toolkit.special.bessel.sph_bessel.implementation">Implementation</a>
         </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/ellint/ellint_1.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/ellint/ellint_1.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/ellint/ellint_1.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -28,7 +28,7 @@
         of the First Kind - Legendre Form</a>
 </h4></div></div></div>
 <a name="math_toolkit.special.ellint.ellint_1.synopsis"></a><h6>
-<a name="id870838"></a>
+<a name="id865377"></a>
           <a class="link" href="ellint_1.html#math_toolkit.special.ellint.ellint_1.synopsis">Synopsis</a>
         </h6>
 <p>
@@ -55,7 +55,7 @@
 <span class="special">}}</span> <span class="comment">// namespaces
 </span></pre>
 <a name="math_toolkit.special.ellint.ellint_1.description"></a><h6>
-<a name="id872478"></a>
+<a name="id867017"></a>
           <a class="link" href="ellint_1.html#math_toolkit.special.ellint.ellint_1.description">Description</a>
         </h6>
 <p>
@@ -123,7 +123,7 @@
 <p>
         </p>
 <a name="math_toolkit.special.ellint.ellint_1.accuracy"></a><h6>
-<a name="id872943"></a>
+<a name="id867481"></a>
           <a class="link" href="ellint_1.html#math_toolkit.special.ellint.ellint_1.accuracy">Accuracy</a>
         </h6>
 <p>
@@ -134,7 +134,7 @@
           All values are relative errors in units of epsilon.
         </p>
 <div class="table">
-<a name="id872961"></a><p class="title"><b>Table 41. Errors Rates in the Elliptic Integrals of the
+<a name="id867499"></a><p class="title"><b>Table 41. Errors Rates in the Elliptic Integrals of the
         First Kind</b></p>
 <div class="table-contents"><table class="table" summary="Errors Rates in the Elliptic Integrals of the
         First Kind">
@@ -237,7 +237,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="math_toolkit.special.ellint.ellint_1.testing"></a><h6>
-<a name="id873100"></a>
+<a name="id867638"></a>
           <a class="link" href="ellint_1.html#math_toolkit.special.ellint.ellint_1.testing">Testing</a>
         </h6>
 <p>
@@ -247,7 +247,7 @@
           this implementation.
         </p>
 <a name="math_toolkit.special.ellint.ellint_1.implementation"></a><h6>
-<a name="id873121"></a>
+<a name="id867660"></a>
           <a class="link" href="ellint_1.html#math_toolkit.special.ellint.ellint_1.implementation">Implementation</a>
         </h6>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/ellint/ellint_2.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/ellint/ellint_2.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/ellint/ellint_2.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -28,7 +28,7 @@
         of the Second Kind - Legendre Form</a>
 </h4></div></div></div>
 <a name="math_toolkit.special.ellint.ellint_2.synopsis"></a><h6>
-<a name="id873201"></a>
+<a name="id867739"></a>
           <a class="link" href="ellint_2.html#math_toolkit.special.ellint.ellint_2.synopsis">Synopsis</a>
         </h6>
 <p>
@@ -55,7 +55,7 @@
 <span class="special">}}</span> <span class="comment">// namespaces
 </span></pre>
 <a name="math_toolkit.special.ellint.ellint_2.description"></a><h6>
-<a name="id873605"></a>
+<a name="id868144"></a>
           <a class="link" href="ellint_2.html#math_toolkit.special.ellint.ellint_2.description">Description</a>
         </h6>
 <p>
@@ -123,7 +123,7 @@
 <p>
         </p>
 <a name="math_toolkit.special.ellint.ellint_2.accuracy"></a><h6>
-<a name="id874069"></a>
+<a name="id868608"></a>
           <a class="link" href="ellint_2.html#math_toolkit.special.ellint.ellint_2.accuracy">Accuracy</a>
         </h6>
 <p>
@@ -134,7 +134,7 @@
           All values are relative errors in units of epsilon.
         </p>
 <div class="table">
-<a name="id874087"></a><p class="title"><b>Table 42. Errors Rates in the Elliptic Integrals of the
+<a name="id868626"></a><p class="title"><b>Table 42. Errors Rates in the Elliptic Integrals of the
         Second Kind</b></p>
 <div class="table-contents"><table class="table" summary="Errors Rates in the Elliptic Integrals of the
         Second Kind">
@@ -237,7 +237,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="math_toolkit.special.ellint.ellint_2.testing"></a><h6>
-<a name="id874227"></a>
+<a name="id868765"></a>
           <a class="link" href="ellint_2.html#math_toolkit.special.ellint.ellint_2.testing">Testing</a>
         </h6>
 <p>
@@ -247,7 +247,7 @@
           this implementation.
         </p>
 <a name="math_toolkit.special.ellint.ellint_2.implementation"></a><h6>
-<a name="id874248"></a>
+<a name="id868787"></a>
           <a class="link" href="ellint_2.html#math_toolkit.special.ellint.ellint_2.implementation">Implementation</a>
         </h6>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/ellint/ellint_3.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/ellint/ellint_3.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/ellint/ellint_3.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -28,7 +28,7 @@
         of the Third Kind - Legendre Form</a>
 </h4></div></div></div>
 <a name="math_toolkit.special.ellint.ellint_3.synopsis"></a><h6>
-<a name="id874464"></a>
+<a name="id869003"></a>
           <a class="link" href="ellint_3.html#math_toolkit.special.ellint.ellint_3.synopsis">Synopsis</a>
         </h6>
 <p>
@@ -55,7 +55,7 @@
 <span class="special">}}</span> <span class="comment">// namespaces
 </span></pre>
 <a name="math_toolkit.special.ellint.ellint_3.description"></a><h6>
-<a name="id874974"></a>
+<a name="id869513"></a>
           <a class="link" href="ellint_3.html#math_toolkit.special.ellint.ellint_3.description">Description</a>
         </h6>
 <p>
@@ -129,7 +129,7 @@
 <p>
         </p>
 <a name="math_toolkit.special.ellint.ellint_3.accuracy"></a><h6>
-<a name="id875576"></a>
+<a name="id870114"></a>
           <a class="link" href="ellint_3.html#math_toolkit.special.ellint.ellint_3.accuracy">Accuracy</a>
         </h6>
 <p>
@@ -140,7 +140,7 @@
           All values are relative errors in units of epsilon.
         </p>
 <div class="table">
-<a name="id875594"></a><p class="title"><b>Table 43. Errors Rates in the Elliptic Integrals of the
+<a name="id870132"></a><p class="title"><b>Table 43. Errors Rates in the Elliptic Integrals of the
         Third Kind</b></p>
 <div class="table-contents"><table class="table" summary="Errors Rates in the Elliptic Integrals of the
         Third Kind">
@@ -243,7 +243,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="math_toolkit.special.ellint.ellint_3.testing"></a><h6>
-<a name="id875733"></a>
+<a name="id870272"></a>
           <a class="link" href="ellint_3.html#math_toolkit.special.ellint.ellint_3.testing">Testing</a>
         </h6>
 <p>
@@ -253,7 +253,7 @@
           this implementation.
         </p>
 <a name="math_toolkit.special.ellint.ellint_3.implementation"></a><h6>
-<a name="id875754"></a>
+<a name="id870293"></a>
           <a class="link" href="ellint_3.html#math_toolkit.special.ellint.ellint_3.implementation">Implementation</a>
         </h6>
 <p>
@@ -291,7 +291,7 @@
         </p>
 <p>
           <span class="emphasis"><em>&#928;(n, &#966;+m&#960;, k) = &#928;(n, &#966;, k) ; n &gt; 1</em></span>
- <sup>[<a name="id875870" href="#ftn.id875870" class="footnote">1</a>]</sup>
+ <sup>[<a name="id870408" href="#ftn.id870408" class="footnote">1</a>]</sup>
         </p>
 <p>
           are used to move &#966; to the range [0, &#960;/2].
@@ -311,7 +311,7 @@
         </p>
 <div class="footnotes">
 <br><hr width="100" align="left">
-<div class="footnote"><p><sup>[<a name="ftn.id875870" href="#id875870" class="para">1</a>] </sup>
+<div class="footnote"><p><sup>[<a name="ftn.id870408" href="#id870408" class="para">1</a>] </sup>
               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 <span class="emphasis"><em>2 * m * &#928;(n, k)</em></span> terms cancel out as the

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/ellint/ellint_carlson.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/ellint/ellint_carlson.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/ellint/ellint_carlson.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -28,7 +28,7 @@
         Integrals - Carlson Form</a>
 </h4></div></div></div>
 <a name="math_toolkit.special.ellint.ellint_carlson.synopsis"></a><h6>
-<a name="id867308"></a>
+<a name="id861846"></a>
           <a class="link" href="ellint_carlson.html#math_toolkit.special.ellint.ellint_carlson.synopsis">Synopsis</a>
         </h6>
 <p>
@@ -100,7 +100,7 @@
 <span class="special">}}</span> <span class="comment">// namespaces
 </span></pre>
 <a name="math_toolkit.special.ellint.ellint_carlson.description"></a><h6>
-<a name="id869100"></a>
+<a name="id863638"></a>
           <a class="link" href="ellint_carlson.html#math_toolkit.special.ellint.ellint_carlson.description">Description</a>
         </h6>
 <p>
@@ -236,7 +236,7 @@
           <span class="inlinemediaobject"><img src="../../../../equations/ellint18.png"></span>
         </p>
 <a name="math_toolkit.special.ellint.ellint_carlson.testing"></a><h6>
-<a name="id870390"></a>
+<a name="id864928"></a>
           <a class="link" href="ellint_carlson.html#math_toolkit.special.ellint.ellint_carlson.testing">Testing</a>
         </h6>
 <p>
@@ -265,7 +265,7 @@
           to verify their correctness: see the above Carlson paper for details.
         </p>
 <a name="math_toolkit.special.ellint.ellint_carlson.accuracy"></a><h6>
-<a name="id870434"></a>
+<a name="id864973"></a>
           <a class="link" href="ellint_carlson.html#math_toolkit.special.ellint.ellint_carlson.accuracy">Accuracy</a>
         </h6>
 <p>
@@ -276,7 +276,7 @@
           All values are relative errors in units of epsilon.
         </p>
 <div class="table">
-<a name="id870452"></a><p class="title"><b>Table 40. Errors Rates in the Carlson Elliptic Integrals</b></p>
+<a name="id864991"></a><p class="title"><b>Table 40. Errors Rates in the Carlson Elliptic Integrals</b></p>
 <div class="table-contents"><table class="table" summary="Errors Rates in the Carlson Elliptic Integrals">
 <colgroup>
 <col>
@@ -419,7 +419,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="math_toolkit.special.ellint.ellint_carlson.implementation"></a><h6>
-<a name="id870656"></a>
+<a name="id865195"></a>
           <a class="link" href="ellint_carlson.html#math_toolkit.special.ellint.ellint_carlson.implementation">Implementation</a>
         </h6>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/ellint/ellint_intro.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/ellint/ellint_intro.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/ellint/ellint_intro.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -61,14 +61,14 @@
           Elliptic integral</a>.
         </p>
 <a name="math_toolkit.special.ellint.ellint_intro.notation"></a><h5>
-<a name="id866319"></a>
+<a name="id860858"></a>
           <a class="link" href="ellint_intro.html#math_toolkit.special.ellint.ellint_intro.notation">Notation</a>
         </h5>
 <p>
           All variables are real numbers unless otherwise noted.
         </p>
 <a name="ellint_def"></a><a name="math_toolkit.special.ellint.ellint_intro.definition"></a><h5>
-<a name="id866339"></a>
+<a name="id860878"></a>
           <a class="link" href="ellint_intro.html#math_toolkit.special.ellint.ellint_intro.definition">Definition</a>
         </h5>
 <p>
@@ -257,7 +257,7 @@
 </td></tr>
 </table></div>
 <a name="ellint_theorem"></a><a name="math_toolkit.special.ellint.ellint_intro.duplication_theorem"></a><h5>
-<a name="id866939"></a>
+<a name="id861478"></a>
           <a class="link" href="ellint_intro.html#math_toolkit.special.ellint.ellint_intro.duplication_theorem">Duplication
           Theorem</a>
         </h5>
@@ -269,7 +269,7 @@
           <span class="inlinemediaobject"><img src="../../../../equations/ellint13.png"></span>
         </p>
 <a name="ellint_formula"></a><a name="math_toolkit.special.ellint.ellint_intro.carlson_s_formulas"></a><h5>
-<a name="id866994"></a>
+<a name="id861533"></a>
           <a class="link" href="ellint_intro.html#math_toolkit.special.ellint.ellint_intro.carlson_s_formulas">Carlson's
           Formulas</a>
         </h5>
@@ -287,7 +287,7 @@
           <span class="inlinemediaobject"><img src="../../../../equations/ellint15.png"></span>
         </p>
 <a name="math_toolkit.special.ellint.ellint_intro.numerical_algorithms"></a><h5>
-<a name="id867069"></a>
+<a name="id861608"></a>
           <a class="link" href="ellint_intro.html#math_toolkit.special.ellint.ellint_intro.numerical_algorithms">Numerical
           Algorithms</a>
         </h5>
@@ -301,7 +301,7 @@
           integrals with satisfactory precisions.
         </p>
 <a name="ellint_refs"></a><a name="math_toolkit.special.ellint.ellint_intro.references"></a><h5>
-<a name="id867102"></a>
+<a name="id861641"></a>
           <a class="link" href="ellint_intro.html#math_toolkit.special.ellint.ellint_intro.references">References</a>
         </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/expint/expint_i.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/expint/expint_i.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/expint/expint_i.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -28,7 +28,7 @@
         Integral Ei</a>
 </h4></div></div></div>
 <a name="math_toolkit.special.expint.expint_i.synopsis"></a><h5>
-<a name="id877998"></a>
+<a name="id872536"></a>
           <a class="link" href="expint_i.html#math_toolkit.special.expint.expint_i.synopsis">Synopsis</a>
         </h5>
 <p>
@@ -63,7 +63,7 @@
 <p>
         </p>
 <a name="math_toolkit.special.expint.expint_i.description"></a><h5>
-<a name="id878258"></a>
+<a name="id872797"></a>
           <a class="link" href="expint_i.html#math_toolkit.special.expint.expint_i.description">Description</a>
         </h5>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">&gt;</span>
@@ -83,7 +83,7 @@
           <span class="inlinemediaobject"><img src="../../../../graphs/expint_i.png" align="middle"></span>
         </p>
 <a name="math_toolkit.special.expint.expint_i.accuracy"></a><h5>
-<a name="id878457"></a>
+<a name="id872996"></a>
           <a class="link" href="expint_i.html#math_toolkit.special.expint.expint_i.accuracy">Accuracy</a>
         </h5>
 <p>
@@ -95,7 +95,7 @@
           error</a>.
         </p>
 <div class="table">
-<a name="id878480"></a><p class="title"><b>Table 46. Errors In the Function expint(z)</b></p>
+<a name="id873019"></a><p class="title"><b>Table 46. Errors In the Function expint(z)</b></p>
 <div class="table-contents"><table class="table" summary="Errors In the Function expint(z)">
 <colgroup>
 <col>
@@ -207,7 +207,7 @@
           slightly over the range [4,6].
         </p>
 <a name="math_toolkit.special.expint.expint_i.testing"></a><h5>
-<a name="id878632"></a>
+<a name="id873171"></a>
           <a class="link" href="expint_i.html#math_toolkit.special.expint.expint_i.testing">Testing</a>
         </h5>
 <p>
@@ -222,7 +222,7 @@
           check.
         </p>
 <a name="math_toolkit.special.expint.expint_i.implementation"></a><h5>
-<a name="id878659"></a>
+<a name="id873197"></a>
           <a class="link" href="expint_i.html#math_toolkit.special.expint.expint_i.implementation">Implementation</a>
         </h5>
 <p>
@@ -253,7 +253,7 @@
           [-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
- <sup>[<a name="id878746" href="#ftn.id878746" class="footnote">2</a>]</sup>
+ <sup>[<a name="id873285" href="#ftn.id873285" class="footnote">2</a>]</sup>
           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, <span class="emphasis"><em>provided</em></span>
@@ -284,7 +284,7 @@
         </p>
 <div class="footnotes">
 <br><hr width="100" align="left">
-<div class="footnote"><p><sup>[<a name="ftn.id878746" href="#id878746" class="para">2</a>] </sup>
+<div class="footnote"><p><sup>[<a name="ftn.id873285" href="#id873285" class="para">2</a>] </sup>
               W. J. Cody and H. C. Thacher, Jr., Rational Chebyshev approximations
               for the exponential integral E<sub>1</sub>(x), Math. Comp. 22 (1968), 641-649,
               and W. J. Cody and H. C. Thacher, Jr., Chebyshev approximations for

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/expint/expint_n.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/expint/expint_n.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/expint/expint_n.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -28,7 +28,7 @@
         Integral En</a>
 </h4></div></div></div>
 <a name="math_toolkit.special.expint.expint_n.synopsis"></a><h5>
-<a name="id877040"></a>
+<a name="id871579"></a>
           <a class="link" href="expint_n.html#math_toolkit.special.expint.expint_n.synopsis">Synopsis</a>
         </h5>
 <p>
@@ -63,7 +63,7 @@
 <p>
         </p>
 <a name="math_toolkit.special.expint.expint_n.description"></a><h5>
-<a name="id877327"></a>
+<a name="id871865"></a>
           <a class="link" href="expint_n.html#math_toolkit.special.expint.expint_n.description">Description</a>
         </h5>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">&gt;</span>
@@ -83,7 +83,7 @@
           <span class="inlinemediaobject"><img src="../../../../graphs/expint2.png" align="middle"></span>
         </p>
 <a name="math_toolkit.special.expint.expint_n.accuracy"></a><h5>
-<a name="id877551"></a>
+<a name="id872090"></a>
           <a class="link" href="expint_n.html#math_toolkit.special.expint.expint_n.accuracy">Accuracy</a>
         </h5>
 <p>
@@ -94,7 +94,7 @@
           the one shown will have <a class="link" href="../../backgrounders/relative_error.html#zero_error">effectively zero error</a>.
         </p>
 <div class="table">
-<a name="id877574"></a><p class="title"><b>Table 45. Errors In the Function expint(n, z)</b></p>
+<a name="id872113"></a><p class="title"><b>Table 45. Errors In the Function expint(n, z)</b></p>
 <div class="table-contents"><table class="table" summary="Errors In the Function expint(n, z)">
 <colgroup>
 <col>
@@ -225,7 +225,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="math_toolkit.special.expint.expint_n.testing"></a><h5>
-<a name="id877759"></a>
+<a name="id872297"></a>
           <a class="link" href="expint_n.html#math_toolkit.special.expint.expint_n.testing">Testing</a>
         </h5>
 <p>
@@ -240,7 +240,7 @@
           check.
         </p>
 <a name="math_toolkit.special.expint.expint_n.implementation"></a><h5>
-<a name="id877785"></a>
+<a name="id872324"></a>
           <a class="link" href="expint_n.html#math_toolkit.special.expint.expint_n.implementation">Implementation</a>
         </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/extern_c/c99.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/extern_c/c99.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/extern_c/c99.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -27,7 +27,7 @@
 <a name="math_toolkit.special.extern_c.c99"></a><a class="link" href="c99.html" title="C99 C Functions"> C99 C Functions</a>
 </h4></div></div></div>
 <a name="math_toolkit.special.extern_c.c99.supported_c99_functions"></a><h5>
-<a name="id910818"></a>
+<a name="id905356"></a>
           <a class="link" href="c99.html#math_toolkit.special.extern_c.c99.supported_c99_functions">Supported
           C99 Functions</a>
         </h5>
@@ -138,7 +138,7 @@
 </span><span class="identifier">acosh</span><span class="special">(</span><span class="number">2</span><span class="special">);</span> <span class="comment">// integer argument is treated as a double, returns double.
 </span></pre>
 <a name="math_toolkit.special.extern_c.c99.quick_reference"></a><h5>
-<a name="id913090"></a>
+<a name="id907628"></a>
           <a class="link" href="c99.html#math_toolkit.special.extern_c.c99.quick_reference">Quick
           Reference</a>
         </h5>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/extern_c/tr1.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/extern_c/tr1.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/extern_c/tr1.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -288,7 +288,7 @@
           <a name="math_toolkit.special.extern_c.tr1.usage_recomendations"></a>
           </p>
 <h5>
-<a name="id898784"></a>
+<a name="id893323"></a>
             <a class="link" href="tr1.html#math_toolkit.special.extern_c.tr1.usage_recomendations">Usage
             Recomendations</a>
           </h5>
@@ -341,7 +341,7 @@
           <a name="math_toolkit.special.extern_c.tr1.supported_c99_functions"></a>
           </p>
 <h5>
-<a name="id898981"></a>
+<a name="id893520"></a>
             <a class="link" href="tr1.html#math_toolkit.special.extern_c.tr1.supported_c99_functions">Supported
             C99 Functions</a>
           </h5>
@@ -445,7 +445,7 @@
           <a name="math_toolkit.special.extern_c.tr1.supported_tr1_functions"></a>
           </p>
 <h5>
-<a name="id902499"></a>
+<a name="id897038"></a>
             <a class="link" href="tr1.html#math_toolkit.special.extern_c.tr1.supported_tr1_functions">Supported
             TR1 Functions</a>
           </h5>
@@ -584,7 +584,7 @@
           <a name="math_toolkit.special.extern_c.tr1.currently_unsupported_c99_functions"></a>
           </p>
 <h5>
-<a name="id907013"></a>
+<a name="id901552"></a>
             <a class="link" href="tr1.html#math_toolkit.special.extern_c.tr1.currently_unsupported_c99_functions">Currently
             Unsupported C99 Functions</a>
           </h5>
@@ -655,7 +655,7 @@
           <a name="math_toolkit.special.extern_c.tr1.currently_unsupported_tr1_functions"></a>
           </p>
 <h5>
-<a name="id908680"></a>
+<a name="id903218"></a>
             <a class="link" href="tr1.html#math_toolkit.special.extern_c.tr1.currently_unsupported_tr1_functions">Currently
             Unsupported TR1 Functions</a>
           </h5>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/extern_c/tr1_ref.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/extern_c/tr1_ref.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/extern_c/tr1_ref.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -28,7 +28,7 @@
         Quick Reference</a>
 </h4></div></div></div>
 <a name="math_toolkit.special.extern_c.tr1_ref.supported_tr1_functions"></a><h5>
-<a name="id916096"></a>
+<a name="id910635"></a>
           <a class="link" href="tr1_ref.html#math_toolkit.special.extern_c.tr1_ref.supported_tr1_functions">Supported
           TR1 Functions</a>
         </h5>
@@ -163,7 +163,7 @@
 </span><span class="identifier">expint</span><span class="special">(</span><span class="number">2</span><span class="special">);</span> <span class="comment">// integer argument is treated as a double, returns double.
 </span></pre>
 <a name="math_toolkit.special.extern_c.tr1_ref.quick_reference"></a><h5>
-<a name="id920178"></a>
+<a name="id914717"></a>
           <a class="link" href="tr1_ref.html#math_toolkit.special.extern_c.tr1_ref.quick_reference">Quick
           Reference</a>
         </h5>
@@ -495,7 +495,7 @@
           for the full template (header only) version of this function.
         </p>
 <a name="math_toolkit.special.extern_c.tr1_ref.currently_unsupported_tr1_functions"></a><h5>
-<a name="id925657"></a>
+<a name="id920196"></a>
           <a class="link" href="tr1_ref.html#math_toolkit.special.extern_c.tr1_ref.currently_unsupported_tr1_functions">Currently
           Unsupported TR1 Functions</a>
         </h5>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/factorials/sf_binomial.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/factorials/sf_binomial.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/factorials/sf_binomial.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -65,7 +65,7 @@
           if the result is too large to represent in type T.
         </p>
 <a name="math_toolkit.special.factorials.sf_binomial.accuracy"></a><h5>
-<a name="id822770"></a>
+<a name="id817308"></a>
           <a class="link" href="sf_binomial.html#math_toolkit.special.factorials.sf_binomial.accuracy">Accuracy</a>
         </h5>
 <p>
@@ -74,14 +74,14 @@
           function for larger arguments.
         </p>
 <a name="math_toolkit.special.factorials.sf_binomial.testing"></a><h5>
-<a name="id822791"></a>
+<a name="id817330"></a>
           <a class="link" href="sf_binomial.html#math_toolkit.special.factorials.sf_binomial.testing">Testing</a>
         </h5>
 <p>
           The spot tests for the binomial coefficients use data generated by functions.wolfram.com.
         </p>
 <a name="math_toolkit.special.factorials.sf_binomial.implementation"></a><h5>
-<a name="id822810"></a>
+<a name="id817349"></a>
           <a class="link" href="sf_binomial.html#math_toolkit.special.factorials.sf_binomial.implementation">Implementation</a>
         </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/factorials/sf_double_factorial.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/factorials/sf_double_factorial.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/factorials/sf_double_factorial.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -64,7 +64,7 @@
           of i! is possible.
         </p>
 <a name="math_toolkit.special.factorials.sf_double_factorial.accuracy"></a><h5>
-<a name="id819108"></a>
+<a name="id813647"></a>
           <a class="link" href="sf_double_factorial.html#math_toolkit.special.factorials.sf_double_factorial.accuracy">Accuracy</a>
         </h5>
 <p>
@@ -72,14 +72,14 @@
           so error rates should be no more than a couple of epsilon higher.
         </p>
 <a name="math_toolkit.special.factorials.sf_double_factorial.testing"></a><h5>
-<a name="id819130"></a>
+<a name="id813669"></a>
           <a class="link" href="sf_double_factorial.html#math_toolkit.special.factorials.sf_double_factorial.testing">Testing</a>
         </h5>
 <p>
           The spot tests for the double factorial use data generated by functions.wolfram.com.
         </p>
 <a name="math_toolkit.special.factorials.sf_double_factorial.implementation"></a><h5>
-<a name="id819149"></a>
+<a name="id813688"></a>
           <a class="link" href="sf_double_factorial.html#math_toolkit.special.factorials.sf_double_factorial.implementation">Implementation</a>
         </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/factorials/sf_factorial.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/factorials/sf_factorial.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/factorials/sf_factorial.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -27,7 +27,7 @@
 <a name="math_toolkit.special.factorials.sf_factorial"></a><a class="link" href="sf_factorial.html" title="Factorial"> Factorial</a>
 </h4></div></div></div>
 <a name="math_toolkit.special.factorials.sf_factorial.synopsis"></a><h5>
-<a name="id818087"></a>
+<a name="id812626"></a>
           <a class="link" href="sf_factorial.html#math_toolkit.special.factorials.sf_factorial.synopsis">Synopsis</a>
         </h5>
 <p>
@@ -54,7 +54,7 @@
 <span class="special">}}</span> <span class="comment">// namespaces
 </span></pre>
 <a name="math_toolkit.special.factorials.sf_factorial.description"></a><h5>
-<a name="id818396"></a>
+<a name="id812934"></a>
           <a class="link" href="sf_factorial.html#math_toolkit.special.factorials.sf_factorial.description">Description</a>
         </h5>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">&gt;</span>
@@ -112,7 +112,7 @@
           the size of further tables that depend on the factorials.
         </p>
 <a name="math_toolkit.special.factorials.sf_factorial.accuracy"></a><h5>
-<a name="id818756"></a>
+<a name="id813294"></a>
           <a class="link" href="sf_factorial.html#math_toolkit.special.factorials.sf_factorial.accuracy">Accuracy</a>
         </h5>
 <p>
@@ -121,7 +121,7 @@
           will be the same as for <a class="link" href="../sf_gamma/tgamma.html" title="Gamma">tgamma</a>.
         </p>
 <a name="math_toolkit.special.factorials.sf_factorial.testing"></a><h5>
-<a name="id818799"></a>
+<a name="id813338"></a>
           <a class="link" href="sf_factorial.html#math_toolkit.special.factorials.sf_factorial.testing">Testing</a>
         </h5>
 <p>
@@ -130,7 +130,7 @@
           function handle those cases already.
         </p>
 <a name="math_toolkit.special.factorials.sf_factorial.implementation"></a><h5>
-<a name="id818823"></a>
+<a name="id813362"></a>
           <a class="link" href="sf_factorial.html#math_toolkit.special.factorials.sf_factorial.implementation">Implementation</a>
         </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/factorials/sf_falling_factorial.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/factorials/sf_falling_factorial.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/factorials/sf_falling_factorial.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -76,7 +76,7 @@
           the type of the result is T.
         </p>
 <a name="math_toolkit.special.factorials.sf_falling_factorial.accuracy"></a><h5>
-<a name="id822412"></a>
+<a name="id816951"></a>
           <a class="link" href="sf_falling_factorial.html#math_toolkit.special.factorials.sf_falling_factorial.accuracy">Accuracy</a>
         </h5>
 <p>
@@ -84,14 +84,14 @@
           function.
         </p>
 <a name="math_toolkit.special.factorials.sf_falling_factorial.testing"></a><h5>
-<a name="id822440"></a>
+<a name="id816978"></a>
           <a class="link" href="sf_falling_factorial.html#math_toolkit.special.factorials.sf_falling_factorial.testing">Testing</a>
         </h5>
 <p>
           The spot tests for the falling factorials use data generated by functions.wolfram.com.
         </p>
 <a name="math_toolkit.special.factorials.sf_falling_factorial.implementation"></a><h5>
-<a name="id822459"></a>
+<a name="id816997"></a>
           <a class="link" href="sf_falling_factorial.html#math_toolkit.special.factorials.sf_falling_factorial.implementation">Implementation</a>
         </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/factorials/sf_rising_factorial.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/factorials/sf_rising_factorial.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/factorials/sf_rising_factorial.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -80,7 +80,7 @@
           the type of the result is T.
         </p>
 <a name="math_toolkit.special.factorials.sf_rising_factorial.accuracy"></a><h5>
-<a name="id819519"></a>
+<a name="id814058"></a>
           <a class="link" href="sf_rising_factorial.html#math_toolkit.special.factorials.sf_rising_factorial.accuracy">Accuracy</a>
         </h5>
 <p>
@@ -88,14 +88,14 @@
           function.
         </p>
 <a name="math_toolkit.special.factorials.sf_rising_factorial.testing"></a><h5>
-<a name="id819546"></a>
+<a name="id814085"></a>
           <a class="link" href="sf_rising_factorial.html#math_toolkit.special.factorials.sf_rising_factorial.testing">Testing</a>
         </h5>
 <p>
           The spot tests for the rising factorials use data generated by functions.wolfram.com.
         </p>
 <a name="math_toolkit.special.factorials.sf_rising_factorial.implementation"></a><h5>
-<a name="id819566"></a>
+<a name="id814104"></a>
           <a class="link" href="sf_rising_factorial.html#math_toolkit.special.factorials.sf_rising_factorial.implementation">Implementation</a>
         </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/fpclass.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/fpclass.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/fpclass.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -28,7 +28,7 @@
       Infinities and NaN's</a>
 </h3></div></div></div>
 <a name="math_toolkit.special.fpclass.synopsis"></a><h5>
-<a name="id895050"></a>
+<a name="id889589"></a>
         <a class="link" href="fpclass.html#math_toolkit.special.fpclass.synopsis">Synopsis</a>
       </h5>
 <pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">FP_ZERO</span> <span class="comment">/* implementation specific value */</span>
@@ -58,7 +58,7 @@
         to use these functions.
       </p>
 <a name="math_toolkit.special.fpclass.description"></a><h5>
-<a name="id895442"></a>
+<a name="id889981"></a>
         <a class="link" href="fpclass.html#math_toolkit.special.fpclass.description">Description</a>
       </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/inv_hyper/acosh.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/inv_hyper/acosh.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/inv_hyper/acosh.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -67,14 +67,14 @@
           <span class="inlinemediaobject"><img src="../../../../graphs/acosh.png" align="middle"></span>
         </p>
 <a name="math_toolkit.special.inv_hyper.acosh.accuracy"></a><h5>
-<a name="id890347"></a>
+<a name="id884886"></a>
           <a class="link" href="acosh.html#math_toolkit.special.inv_hyper.acosh.accuracy">Accuracy</a>
         </h5>
 <p>
           Generally accuracy is to within 1 or 2 epsilon across all supported platforms.
         </p>
 <a name="math_toolkit.special.inv_hyper.acosh.testing"></a><h5>
-<a name="id890364"></a>
+<a name="id884903"></a>
           <a class="link" href="acosh.html#math_toolkit.special.inv_hyper.acosh.testing">Testing</a>
         </h5>
 <p>
@@ -90,7 +90,7 @@
           to at least 50 decimal digits.
         </p>
 <a name="math_toolkit.special.inv_hyper.acosh.implementation"></a><h5>
-<a name="id890409"></a>
+<a name="id884947"></a>
           <a class="link" href="acosh.html#math_toolkit.special.inv_hyper.acosh.implementation">Implementation</a>
         </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/inv_hyper/asinh.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/inv_hyper/asinh.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/inv_hyper/asinh.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -62,14 +62,14 @@
 <p>
         </p>
 <a name="math_toolkit.special.inv_hyper.asinh.accuracy"></a><h5>
-<a name="id890815"></a>
+<a name="id885354"></a>
           <a class="link" href="asinh.html#math_toolkit.special.inv_hyper.asinh.accuracy">Accuracy</a>
         </h5>
 <p>
           Generally accuracy is to within 1 or 2 epsilon across all supported platforms.
         </p>
 <a name="math_toolkit.special.inv_hyper.asinh.testing"></a><h5>
-<a name="id890832"></a>
+<a name="id885371"></a>
           <a class="link" href="asinh.html#math_toolkit.special.inv_hyper.asinh.testing">Testing</a>
         </h5>
 <p>
@@ -85,7 +85,7 @@
           to at least 50 decimal digits.
         </p>
 <a name="math_toolkit.special.inv_hyper.asinh.implementation"></a><h5>
-<a name="id890877"></a>
+<a name="id885415"></a>
           <a class="link" href="asinh.html#math_toolkit.special.inv_hyper.asinh.implementation">Implementation</a>
         </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/inv_hyper/atanh.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/inv_hyper/atanh.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/inv_hyper/atanh.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -76,14 +76,14 @@
           <span class="inlinemediaobject"><img src="../../../../graphs/atanh.png" align="middle"></span>
         </p>
 <a name="math_toolkit.special.inv_hyper.atanh.accuracy"></a><h5>
-<a name="id891481"></a>
+<a name="id886019"></a>
           <a class="link" href="atanh.html#math_toolkit.special.inv_hyper.atanh.accuracy">Accuracy</a>
         </h5>
 <p>
           Generally accuracy is to within 1 or 2 epsilon across all supported platforms.
         </p>
 <a name="math_toolkit.special.inv_hyper.atanh.testing"></a><h5>
-<a name="id891498"></a>
+<a name="id886036"></a>
           <a class="link" href="atanh.html#math_toolkit.special.inv_hyper.atanh.testing">Testing</a>
         </h5>
 <p>
@@ -99,7 +99,7 @@
           to at least 50 decimal digits.
         </p>
 <a name="math_toolkit.special.inv_hyper.atanh.implementation"></a><h5>
-<a name="id891542"></a>
+<a name="id886081"></a>
           <a class="link" href="atanh.html#math_toolkit.special.inv_hyper.atanh.implementation">Implementation</a>
         </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/next_float/float_advance.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/next_float/float_advance.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/next_float/float_advance.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -32,7 +32,7 @@
           number of ULP.
         </p>
 <a name="math_toolkit.special.next_float.float_advance.synopsis"></a><h5>
-<a name="id898183"></a>
+<a name="id892722"></a>
           <a class="link" href="float_advance.html#math_toolkit.special.next_float.float_advance.synopsis">Synopsis</a>
         </h5>
 <p>
@@ -50,7 +50,7 @@
 <span class="special">}}</span> <span class="comment">// namespaces
 </span></pre>
 <a name="math_toolkit.special.next_float.float_advance.description___float_advance"></a><h5>
-<a name="id898347"></a>
+<a name="id892886"></a>
           <a class="link" href="float_advance.html#math_toolkit.special.next_float.float_advance.description___float_advance">Description
           - float_advance</a>
         </h5>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/next_float/float_distance.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/next_float/float_distance.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/next_float/float_distance.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -34,7 +34,7 @@
           different.
         </p>
 <a name="math_toolkit.special.next_float.float_distance.synopsis"></a><h5>
-<a name="id897822"></a>
+<a name="id892360"></a>
           <a class="link" href="float_distance.html#math_toolkit.special.next_float.float_distance.synopsis">Synopsis</a>
         </h5>
 <p>
@@ -52,7 +52,7 @@
 <span class="special">}}</span> <span class="comment">// namespaces
 </span></pre>
 <a name="math_toolkit.special.next_float.float_distance.description___float_distance"></a><h5>
-<a name="id897986"></a>
+<a name="id892525"></a>
           <a class="link" href="float_distance.html#math_toolkit.special.next_float.float_distance.description___float_distance">Description
           - float_distance</a>
         </h5>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/next_float/float_next.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/next_float/float_next.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/next_float/float_next.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -28,7 +28,7 @@
         the Next Greater Representable Value (float_next)</a>
 </h4></div></div></div>
 <a name="math_toolkit.special.next_float.float_next.synopsis"></a><h5>
-<a name="id897307"></a>
+<a name="id891846"></a>
           <a class="link" href="float_next.html#math_toolkit.special.next_float.float_next.synopsis">Synopsis</a>
         </h5>
 <p>
@@ -46,7 +46,7 @@
 <span class="special">}}</span> <span class="comment">// namespaces
 </span></pre>
 <a name="math_toolkit.special.next_float.float_next.description___float_next"></a><h5>
-<a name="id897458"></a>
+<a name="id891997"></a>
           <a class="link" href="float_next.html#math_toolkit.special.next_float.float_next.description___float_next">Description
           - float_next</a>
         </h5>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/next_float/float_prior.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/next_float/float_prior.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/next_float/float_prior.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -28,7 +28,7 @@
         the Next Smaller Representable Value (float_prior)</a>
 </h4></div></div></div>
 <a name="math_toolkit.special.next_float.float_prior.synopsis"></a><h5>
-<a name="id897559"></a>
+<a name="id892098"></a>
           <a class="link" href="float_prior.html#math_toolkit.special.next_float.float_prior.synopsis">Synopsis</a>
         </h5>
 <p>
@@ -46,7 +46,7 @@
 <span class="special">}}</span> <span class="comment">// namespaces
 </span></pre>
 <a name="math_toolkit.special.next_float.float_prior.description___float_prior"></a><h5>
-<a name="id897710"></a>
+<a name="id892249"></a>
           <a class="link" href="float_prior.html#math_toolkit.special.next_float.float_prior.description___float_prior">Description
           - float_prior</a>
         </h5>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/next_float/nextafter.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/next_float/nextafter.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/next_float/nextafter.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -28,7 +28,7 @@
         the Next Representable Value in a Specific Direction (nextafter)</a>
 </h4></div></div></div>
 <a name="math_toolkit.special.next_float.nextafter.synopsis"></a><h5>
-<a name="id896231"></a>
+<a name="id890770"></a>
           <a class="link" href="nextafter.html#math_toolkit.special.next_float.nextafter.synopsis">Synopsis</a>
         </h5>
 <p>
@@ -46,7 +46,7 @@
 <span class="special">}}</span> <span class="comment">// namespaces
 </span></pre>
 <a name="math_toolkit.special.next_float.nextafter.description___nextafter"></a><h5>
-<a name="id896395"></a>
+<a name="id890934"></a>
           <a class="link" href="nextafter.html#math_toolkit.special.next_float.nextafter.description___nextafter">Description
           - nextafter</a>
         </h5>
@@ -76,7 +76,7 @@
           returns an <a class="link" href="../../main_overview/error_handling.html#overflow_error">overflow_error</a>.
         </p>
 <a name="math_toolkit.special.next_float.nextafter.examples___nextafter"></a><h5>
-<a name="id896478"></a>
+<a name="id891017"></a>
           <a class="link" href="nextafter.html#math_toolkit.special.next_float.nextafter.examples___nextafter">Examples
           - nextafter</a>
         </h5>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/powers/cbrt.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/powers/cbrt.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/powers/cbrt.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -71,7 +71,7 @@
           <span class="inlinemediaobject"><img src="../../../../graphs/cbrt.png" align="middle"></span>
         </p>
 <a name="math_toolkit.special.powers.cbrt.accuracy"></a><h5>
-<a name="id881592"></a>
+<a name="id876131"></a>
           <a class="link" href="cbrt.html#math_toolkit.special.powers.cbrt.accuracy">Accuracy</a>
         </h5>
 <p>
@@ -79,7 +79,7 @@
           should have approximately 2 epsilon accuracy.
         </p>
 <a name="math_toolkit.special.powers.cbrt.testing"></a><h5>
-<a name="id881616"></a>
+<a name="id876155"></a>
           <a class="link" href="cbrt.html#math_toolkit.special.powers.cbrt.testing">Testing</a>
         </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/powers/ct_pow.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/powers/ct_pow.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/powers/ct_pow.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -32,7 +32,7 @@
           computes the compile-time integral power of a run-time base.
         </p>
 <a name="math_toolkit.special.powers.ct_pow.synopsis"></a><h5>
-<a name="id884154"></a>
+<a name="id878693"></a>
           <a class="link" href="ct_pow.html#math_toolkit.special.powers.ct_pow.synopsis">Synopsis</a>
         </h5>
 <p>
@@ -49,7 +49,7 @@
 <span class="special">}}</span>
 </pre>
 <a name="math_toolkit.special.powers.ct_pow.rationale_and_usage"></a><h5>
-<a name="id884416"></a>
+<a name="id878954"></a>
           <a class="link" href="ct_pow.html#math_toolkit.special.powers.ct_pow.rationale_and_usage">Rationale
           and Usage</a>
         </h5>
@@ -91,7 +91,7 @@
           Only 3 different products were actually computed.
         </p>
 <a name="math_toolkit.special.powers.ct_pow.return_type"></a><h5>
-<a name="id884689"></a>
+<a name="id879228"></a>
           <a class="link" href="ct_pow.html#math_toolkit.special.powers.ct_pow.return_type">Return Type</a>
         </h5>
 <p>
@@ -112,7 +112,7 @@
           </li>
 </ul></div>
 <a name="math_toolkit.special.powers.ct_pow.policies"></a><h5>
-<a name="id884772"></a>
+<a name="id879311"></a>
           <a class="link" href="ct_pow.html#math_toolkit.special.powers.ct_pow.policies">Policies</a>
         </h5>
 <p>
@@ -126,7 +126,7 @@
 <p>
         </p>
 <a name="math_toolkit.special.powers.ct_pow.error_handling"></a><h5>
-<a name="id884802"></a>
+<a name="id879341"></a>
           <a class="link" href="ct_pow.html#math_toolkit.special.powers.ct_pow.error_handling">Error
           Handling</a>
         </h5>
@@ -231,7 +231,7 @@
 <span class="keyword">double</span> <span class="identifier">result</span> <span class="special">=</span> <span class="identifier">pow</span><span class="special">&lt;-</span><span class="number">5</span><span class="special">&gt;(</span><span class="identifier">base</span><span class="special">);</span>
 </pre>
 <a name="math_toolkit.special.powers.ct_pow.acknowledgements"></a><h5>
-<a name="id885611"></a>
+<a name="id880149"></a>
           <a class="link" href="ct_pow.html#math_toolkit.special.powers.ct_pow.acknowledgements">Acknowledgements</a>
         </h5>
 <p>
@@ -242,7 +242,7 @@
 improving the implementation.
         </p>
 <a name="math_toolkit.special.powers.ct_pow.references"></a><h5>
-<a name="id885631"></a>
+<a name="id880170"></a>
           <a class="link" href="ct_pow.html#math_toolkit.special.powers.ct_pow.references">References</a>
         </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/powers/expm1.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/powers/expm1.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/powers/expm1.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -80,7 +80,7 @@
           <span class="inlinemediaobject"><img src="../../../../graphs/expm1.png" align="middle"></span>
         </p>
 <a name="math_toolkit.special.powers.expm1.accuracy"></a><h5>
-<a name="id881249"></a>
+<a name="id875788"></a>
           <a class="link" href="expm1.html#math_toolkit.special.powers.expm1.accuracy">Accuracy</a>
         </h5>
 <p>
@@ -88,7 +88,7 @@
           should have approximately 1 epsilon accuracy.
         </p>
 <a name="math_toolkit.special.powers.expm1.testing"></a><h5>
-<a name="id881273"></a>
+<a name="id875812"></a>
           <a class="link" href="expm1.html#math_toolkit.special.powers.expm1.testing">Testing</a>
         </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/powers/hypot.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/powers/hypot.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/powers/hypot.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -58,7 +58,7 @@
           representable.
         </p>
 <a name="math_toolkit.special.powers.hypot.implementation"></a><h5>
-<a name="id884070"></a>
+<a name="id878609"></a>
           <a class="link" href="hypot.html#math_toolkit.special.powers.hypot.implementation">Implementation</a>
         </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/powers/log1p.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/powers/log1p.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/powers/log1p.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -93,7 +93,7 @@
           <span class="inlinemediaobject"><img src="../../../../graphs/log1p.png" align="middle"></span>
         </p>
 <a name="math_toolkit.special.powers.log1p.accuracy"></a><h5>
-<a name="id880843"></a>
+<a name="id875382"></a>
           <a class="link" href="log1p.html#math_toolkit.special.powers.log1p.accuracy">Accuracy</a>
         </h5>
 <p>
@@ -101,7 +101,7 @@
           should have approximately 1 epsilon accuracy.
         </p>
 <a name="math_toolkit.special.powers.log1p.testing"></a><h5>
-<a name="id880867"></a>
+<a name="id875406"></a>
           <a class="link" href="log1p.html#math_toolkit.special.powers.log1p.testing">Testing</a>
         </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/powers/powm1.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/powers/powm1.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/powers/powm1.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -74,14 +74,14 @@
           <span class="inlinemediaobject"><img src="../../../../graphs/powm1.png" align="middle"></span>
         </p>
 <a name="math_toolkit.special.powers.powm1.accuracy"></a><h5>
-<a name="id882381"></a>
+<a name="id876919"></a>
           <a class="link" href="powm1.html#math_toolkit.special.powers.powm1.accuracy">Accuracy</a>
         </h5>
 <p>
           Should have approximately 2-3 epsilon accuracy.
         </p>
 <a name="math_toolkit.special.powers.powm1.testing"></a><h5>
-<a name="id882397"></a>
+<a name="id876936"></a>
           <a class="link" href="powm1.html#math_toolkit.special.powers.powm1.testing">Testing</a>
         </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/powers/sqrt1pm1.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/powers/sqrt1pm1.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/powers/sqrt1pm1.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -76,7 +76,7 @@
           <span class="inlinemediaobject"><img src="../../../../graphs/sqrt1pm1.png" align="middle"></span>
         </p>
 <a name="math_toolkit.special.powers.sqrt1pm1.accuracy"></a><h5>
-<a name="id881985"></a>
+<a name="id876523"></a>
           <a class="link" href="sqrt1pm1.html#math_toolkit.special.powers.sqrt1pm1.accuracy">Accuracy</a>
         </h5>
 <p>
@@ -84,7 +84,7 @@
           should have approximately 3 epsilon accuracy.
         </p>
 <a name="math_toolkit.special.powers.sqrt1pm1.testing"></a><h5>
-<a name="id882009"></a>
+<a name="id876547"></a>
           <a class="link" href="sqrt1pm1.html#math_toolkit.special.powers.sqrt1pm1.testing">Testing</a>
         </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_beta/beta_derivative.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_beta/beta_derivative.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_beta/beta_derivative.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -28,7 +28,7 @@
         of the Incomplete Beta Function</a>
 </h4></div></div></div>
 <a name="math_toolkit.special.sf_beta.beta_derivative.synopsis"></a><h5>
-<a name="id834698"></a>
+<a name="id829237"></a>
           <a class="link" href="beta_derivative.html#math_toolkit.special.sf_beta.beta_derivative.synopsis">Synopsis</a>
         </h5>
 <p>
@@ -49,7 +49,7 @@
 <span class="special">}}</span> <span class="comment">// namespaces
 </span></pre>
 <a name="math_toolkit.special.sf_beta.beta_derivative.description"></a><h5>
-<a name="id835260"></a>
+<a name="id829799"></a>
           <a class="link" href="beta_derivative.html#math_toolkit.special.sf_beta.beta_derivative.description">Description</a>
         </h5>
 <p>
@@ -76,14 +76,14 @@
 <p>
         </p>
 <a name="math_toolkit.special.sf_beta.beta_derivative.accuracy"></a><h5>
-<a name="id835338"></a>
+<a name="id829877"></a>
           <a class="link" href="beta_derivative.html#math_toolkit.special.sf_beta.beta_derivative.accuracy">Accuracy</a>
         </h5>
 <p>
           Almost identical to the incomplete beta function <a class="link" href="ibeta_function.html" title="Incomplete Beta Functions">ibeta</a>.
         </p>
 <a name="math_toolkit.special.sf_beta.beta_derivative.implementation"></a><h5>
-<a name="id835363"></a>
+<a name="id829902"></a>
           <a class="link" href="beta_derivative.html#math_toolkit.special.sf_beta.beta_derivative.implementation">Implementation</a>
         </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_beta/beta_function.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_beta/beta_function.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_beta/beta_function.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -27,7 +27,7 @@
 <a name="math_toolkit.special.sf_beta.beta_function"></a><a class="link" href="beta_function.html" title="Beta"> Beta</a>
 </h4></div></div></div>
 <a name="math_toolkit.special.sf_beta.beta_function.synopsis"></a><h5>
-<a name="id822900"></a>
+<a name="id817439"></a>
           <a class="link" href="beta_function.html#math_toolkit.special.sf_beta.beta_function.synopsis">Synopsis</a>
         </h5>
 <p>
@@ -48,7 +48,7 @@
 <span class="special">}}</span> <span class="comment">// namespaces
 </span></pre>
 <a name="math_toolkit.special.sf_beta.beta_function.description"></a><h5>
-<a name="id823180"></a>
+<a name="id817719"></a>
           <a class="link" href="beta_function.html#math_toolkit.special.sf_beta.beta_function.description">Description</a>
         </h5>
 <p>
@@ -86,7 +86,7 @@
           type calculation rules</em></span></a> when T1 and T2 are different types.
         </p>
 <a name="math_toolkit.special.sf_beta.beta_function.accuracy"></a><h5>
-<a name="id823295"></a>
+<a name="id817834"></a>
           <a class="link" href="beta_function.html#math_toolkit.special.sf_beta.beta_function.accuracy">Accuracy</a>
         </h5>
 <p>
@@ -98,7 +98,7 @@
           zero error</a>.
         </p>
 <div class="table">
-<a name="id823323"></a><p class="title"><b>Table 22. Peak Errors In the Beta Function</b></p>
+<a name="id817861"></a><p class="title"><b>Table 22. Peak Errors In the Beta Function</b></p>
 <div class="table-contents"><table class="table" summary="Peak Errors In the Beta Function">
 <colgroup>
 <col>
@@ -244,7 +244,7 @@
           very small.
         </p>
 <a name="math_toolkit.special.sf_beta.beta_function.testing"></a><h5>
-<a name="id823526"></a>
+<a name="id818064"></a>
           <a class="link" href="beta_function.html#math_toolkit.special.sf_beta.beta_function.testing">Testing</a>
         </h5>
 <p>
@@ -253,7 +253,7 @@
           at 1000-bit precision.
         </p>
 <a name="math_toolkit.special.sf_beta.beta_function.implementation"></a><h5>
-<a name="id823550"></a>
+<a name="id818088"></a>
           <a class="link" href="beta_function.html#math_toolkit.special.sf_beta.beta_function.implementation">Implementation</a>
         </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_beta/ibeta_function.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_beta/ibeta_function.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_beta/ibeta_function.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -28,7 +28,7 @@
         Beta Functions</a>
 </h4></div></div></div>
 <a name="math_toolkit.special.sf_beta.ibeta_function.synopsis"></a><h5>
-<a name="id823786"></a>
+<a name="id818325"></a>
           <a class="link" href="ibeta_function.html#math_toolkit.special.sf_beta.ibeta_function.synopsis">Synopsis</a>
         </h5>
 <p>
@@ -67,7 +67,7 @@
 <span class="special">}}</span> <span class="comment">// namespaces
 </span></pre>
 <a name="math_toolkit.special.sf_beta.ibeta_function.description"></a><h5>
-<a name="id825019"></a>
+<a name="id819558"></a>
           <a class="link" href="ibeta_function.html#math_toolkit.special.sf_beta.ibeta_function.description">Description</a>
         </h5>
 <p>
@@ -153,7 +153,7 @@
           <span class="inlinemediaobject"><img src="../../../../equations/ibeta2.png"></span>
         </p>
 <a name="math_toolkit.special.sf_beta.ibeta_function.accuracy"></a><h5>
-<a name="id826159"></a>
+<a name="id820698"></a>
           <a class="link" href="ibeta_function.html#math_toolkit.special.sf_beta.ibeta_function.accuracy">Accuracy</a>
         </h5>
 <p>
@@ -172,7 +172,7 @@
           with the wider exponent range of the long double types.
         </p>
 <div class="table">
-<a name="id826190"></a><p class="title"><b>Table 23. Errors In the Function ibeta(a,b,x)</b></p>
+<a name="id820729"></a><p class="title"><b>Table 23. Errors In the Function ibeta(a,b,x)</b></p>
 <div class="table-contents"><table class="table" summary="Errors In the Function ibeta(a,b,x)">
 <colgroup>
 <col>
@@ -359,7 +359,7 @@
 </table></div>
 </div>
 <br class="table-break"><div class="table">
-<a name="id826489"></a><p class="title"><b>Table 24. Errors In the Function ibetac(a,b,x)</b></p>
+<a name="id821028"></a><p class="title"><b>Table 24. Errors In the Function ibetac(a,b,x)</b></p>
 <div class="table-contents"><table class="table" summary="Errors In the Function ibetac(a,b,x)">
 <colgroup>
 <col>
@@ -526,7 +526,7 @@
 </table></div>
 </div>
 <br class="table-break"><div class="table">
-<a name="id826974"></a><p class="title"><b>Table 25. Errors In the Function beta(a, b, x)</b></p>
+<a name="id821512"></a><p class="title"><b>Table 25. Errors In the Function beta(a, b, x)</b></p>
 <div class="table-contents"><table class="table" summary="Errors In the Function beta(a, b, x)">
 <colgroup>
 <col>
@@ -693,7 +693,7 @@
 </table></div>
 </div>
 <br class="table-break"><div class="table">
-<a name="id827218"></a><p class="title"><b>Table 26. Errors In the Function betac(a,b,x)</b></p>
+<a name="id821757"></a><p class="title"><b>Table 26. Errors In the Function betac(a,b,x)</b></p>
 <div class="table-contents"><table class="table" summary="Errors In the Function betac(a,b,x)">
 <colgroup>
 <col>
@@ -860,7 +860,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="math_toolkit.special.sf_beta.ibeta_function.testing"></a><h5>
-<a name="id827470"></a>
+<a name="id822009"></a>
           <a class="link" href="ibeta_function.html#math_toolkit.special.sf_beta.ibeta_function.testing">Testing</a>
         </h5>
 <p>
@@ -878,7 +878,7 @@
           have test data that is fully independent of the code.
         </p>
 <a name="math_toolkit.special.sf_beta.ibeta_function.implementation"></a><h5>
-<a name="id827506"></a>
+<a name="id822045"></a>
           <a class="link" href="ibeta_function.html#math_toolkit.special.sf_beta.ibeta_function.implementation">Implementation</a>
         </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_beta/ibeta_inv_function.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_beta/ibeta_inv_function.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_beta/ibeta_inv_function.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -87,7 +87,7 @@
 <span class="special">}}</span> <span class="comment">// namespaces
 </span></pre>
 <a name="math_toolkit.special.sf_beta.ibeta_inv_function.description"></a><h5>
-<a name="id830935"></a>
+<a name="id825473"></a>
           <a class="link" href="ibeta_inv_function.html#math_toolkit.special.sf_beta.ibeta_inv_function.description">Description</a>
         </h5>
 <p>
@@ -323,7 +323,7 @@
 <p>
         </p>
 <a name="math_toolkit.special.sf_beta.ibeta_inv_function.accuracy"></a><h5>
-<a name="id833916"></a>
+<a name="id828454"></a>
           <a class="link" href="ibeta_inv_function.html#math_toolkit.special.sf_beta.ibeta_inv_function.accuracy">Accuracy</a>
         </h5>
 <p>
@@ -335,7 +335,7 @@
           or <code class="computeroutput"><span class="number">1</span></code>.
         </p>
 <a name="math_toolkit.special.sf_beta.ibeta_inv_function.testing"></a><h5>
-<a name="id833958"></a>
+<a name="id828496"></a>
           <a class="link" href="ibeta_inv_function.html#math_toolkit.special.sf_beta.ibeta_inv_function.testing">Testing</a>
         </h5>
 <p>
@@ -359,7 +359,7 @@
           </li>
 </ul></div>
 <a name="math_toolkit.special.sf_beta.ibeta_inv_function.implementation_of_ibeta_inv_and_ibetac_inv"></a><h5>
-<a name="id834008"></a>
+<a name="id828547"></a>
           <a class="link" href="ibeta_inv_function.html#math_toolkit.special.sf_beta.ibeta_inv_function.implementation_of_ibeta_inv_and_ibetac_inv">Implementation
           of ibeta_inv and ibetac_inv</a>
         </h5>
@@ -527,7 +527,7 @@
           rapidly converges on the true value.
         </p>
 <a name="math_toolkit.special.sf_beta.ibeta_inv_function.implementation_of_inverses_on_the_a_and_b_parameters"></a><h5>
-<a name="id834637"></a>
+<a name="id829175"></a>
           <a class="link" href="ibeta_inv_function.html#math_toolkit.special.sf_beta.ibeta_inv_function.implementation_of_inverses_on_the_a_and_b_parameters">Implementation
           of inverses on the a and b parameters</a>
         </h5>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_erf/error_function.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_erf/error_function.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_erf/error_function.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -28,7 +28,7 @@
         Functions</a>
 </h4></div></div></div>
 <a name="math_toolkit.special.sf_erf.error_function.synopsis"></a><h5>
-<a name="id835409"></a>
+<a name="id829948"></a>
           <a class="link" href="error_function.html#math_toolkit.special.sf_erf.error_function.synopsis">Synopsis</a>
         </h5>
 <p>
@@ -69,7 +69,7 @@
 <p>
         </p>
 <a name="math_toolkit.special.sf_erf.error_function.description"></a><h5>
-<a name="id835792"></a>
+<a name="id830330"></a>
           <a class="link" href="error_function.html#math_toolkit.special.sf_erf.error_function.description">Description</a>
         </h5>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">&gt;</span>
@@ -106,7 +106,7 @@
           <span class="inlinemediaobject"><img src="../../../../graphs/erfc.png" align="middle"></span>
         </p>
 <a name="math_toolkit.special.sf_erf.error_function.accuracy"></a><h5>
-<a name="id836179"></a>
+<a name="id830718"></a>
           <a class="link" href="error_function.html#math_toolkit.special.sf_erf.error_function.accuracy">Accuracy</a>
         </h5>
 <p>
@@ -119,7 +119,7 @@
           the one shown will have <a class="link" href="../../backgrounders/relative_error.html#zero_error">effectively zero error</a>.
         </p>
 <div class="table">
-<a name="id836217"></a><p class="title"><b>Table 27. Errors In the Function erf(z)</b></p>
+<a name="id830755"></a><p class="title"><b>Table 27. Errors In the Function erf(z)</b></p>
 <div class="table-contents"><table class="table" summary="Errors In the Function erf(z)">
 <colgroup>
 <col>
@@ -325,7 +325,7 @@
 </table></div>
 </div>
 <br class="table-break"><div class="table">
-<a name="id836527"></a><p class="title"><b>Table 28. Errors In the Function erfc(z)</b></p>
+<a name="id831066"></a><p class="title"><b>Table 28. Errors In the Function erfc(z)</b></p>
 <div class="table-contents"><table class="table" summary="Errors In the Function erfc(z)">
 <colgroup>
 <col>
@@ -531,7 +531,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="math_toolkit.special.sf_erf.error_function.testing"></a><h5>
-<a name="id836842"></a>
+<a name="id831380"></a>
           <a class="link" href="error_function.html#math_toolkit.special.sf_erf.error_function.testing">Testing</a>
         </h5>
 <p>
@@ -546,7 +546,7 @@
           check.
         </p>
 <a name="math_toolkit.special.sf_erf.error_function.implementation"></a><h5>
-<a name="id836871"></a>
+<a name="id831409"></a>
           <a class="link" href="error_function.html#math_toolkit.special.sf_erf.error_function.implementation">Implementation</a>
         </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_erf/error_inv.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_erf/error_inv.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_erf/error_inv.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -28,7 +28,7 @@
         Inverses</a>
 </h4></div></div></div>
 <a name="math_toolkit.special.sf_erf.error_inv.synopsis"></a><h5>
-<a name="id839538"></a>
+<a name="id834077"></a>
           <a class="link" href="error_inv.html#math_toolkit.special.sf_erf.error_inv.synopsis">Synopsis</a>
         </h5>
 <p>
@@ -69,7 +69,7 @@
 <p>
         </p>
 <a name="math_toolkit.special.sf_erf.error_inv.description"></a><h5>
-<a name="id839921"></a>
+<a name="id834460"></a>
           <a class="link" href="error_inv.html#math_toolkit.special.sf_erf.error_inv.description">Description</a>
         </h5>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">&gt;</span>
@@ -103,7 +103,7 @@
           <span class="inlinemediaobject"><img src="../../../../graphs/erfc_inv.png" align="middle"></span>
         </p>
 <a name="math_toolkit.special.sf_erf.error_inv.accuracy"></a><h5>
-<a name="id840309"></a>
+<a name="id834847"></a>
           <a class="link" href="error_inv.html#math_toolkit.special.sf_erf.error_inv.accuracy">Accuracy</a>
         </h5>
 <p>
@@ -113,7 +113,7 @@
           error functions</a>.
         </p>
 <a name="math_toolkit.special.sf_erf.error_inv.testing"></a><h5>
-<a name="id840330"></a>
+<a name="id834869"></a>
           <a class="link" href="error_inv.html#math_toolkit.special.sf_erf.error_inv.testing">Testing</a>
         </h5>
 <p>
@@ -135,7 +135,7 @@
           </li>
 </ul></div>
 <a name="math_toolkit.special.sf_erf.error_inv.implementation"></a><h5>
-<a name="id840374"></a>
+<a name="id834912"></a>
           <a class="link" href="error_inv.html#math_toolkit.special.sf_erf.error_inv.implementation">Implementation</a>
         </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/digamma.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/digamma.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/digamma.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -27,7 +27,7 @@
 <a name="math_toolkit.special.sf_gamma.digamma"></a><a class="link" href="digamma.html" title="Digamma"> Digamma</a>
 </h4></div></div></div>
 <a name="math_toolkit.special.sf_gamma.digamma.synopsis"></a><h5>
-<a name="id806960"></a>
+<a name="id801499"></a>
           <a class="link" href="digamma.html#math_toolkit.special.sf_gamma.digamma.synopsis">Synopsis</a>
         </h5>
 <p>
@@ -48,7 +48,7 @@
 <span class="special">}}</span> <span class="comment">// namespaces
 </span></pre>
 <a name="math_toolkit.special.sf_gamma.digamma.description"></a><h5>
-<a name="id807187"></a>
+<a name="id801726"></a>
           <a class="link" href="digamma.html#math_toolkit.special.sf_gamma.digamma.description">Description</a>
         </h5>
 <p>
@@ -82,7 +82,7 @@
           T otherwise.
         </p>
 <a name="math_toolkit.special.sf_gamma.digamma.accuracy"></a><h5>
-<a name="id807295"></a>
+<a name="id801834"></a>
           <a class="link" href="digamma.html#math_toolkit.special.sf_gamma.digamma.accuracy">Accuracy</a>
         </h5>
 <p>
@@ -270,7 +270,7 @@
           absolute error will remain very low.
         </p>
 <a name="math_toolkit.special.sf_gamma.digamma.testing"></a><h5>
-<a name="id807541"></a>
+<a name="id802080"></a>
           <a class="link" href="digamma.html#math_toolkit.special.sf_gamma.digamma.testing">Testing</a>
         </h5>
 <p>
@@ -280,7 +280,7 @@
           see below).
         </p>
 <a name="math_toolkit.special.sf_gamma.digamma.implementation"></a><h5>
-<a name="id807564"></a>
+<a name="id802102"></a>
           <a class="link" href="digamma.html#math_toolkit.special.sf_gamma.digamma.implementation">Implementation</a>
         </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/gamma_derivatives.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/gamma_derivatives.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/gamma_derivatives.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -28,7 +28,7 @@
         of the Incomplete Gamma Function</a>
 </h4></div></div></div>
 <a name="math_toolkit.special.sf_gamma.gamma_derivatives.synopsis"></a><h5>
-<a name="id817646"></a>
+<a name="id812184"></a>
           <a class="link" href="gamma_derivatives.html#math_toolkit.special.sf_gamma.gamma_derivatives.synopsis">Synopsis</a>
         </h5>
 <p>
@@ -49,7 +49,7 @@
 <span class="special">}}</span> <span class="comment">// namespaces
 </span></pre>
 <a name="math_toolkit.special.sf_gamma.gamma_derivatives.description"></a><h5>
-<a name="id817930"></a>
+<a name="id812469"></a>
           <a class="link" href="gamma_derivatives.html#math_toolkit.special.sf_gamma.gamma_derivatives.description">Description</a>
         </h5>
 <p>
@@ -80,7 +80,7 @@
           otherwise the return type is simply T1.
         </p>
 <a name="math_toolkit.special.sf_gamma.gamma_derivatives.accuracy"></a><h5>
-<a name="id818014"></a>
+<a name="id812553"></a>
           <a class="link" href="gamma_derivatives.html#math_toolkit.special.sf_gamma.gamma_derivatives.accuracy">Accuracy</a>
         </h5>
 <p>
@@ -88,7 +88,7 @@
           refer to the documentation for that function for more information.
         </p>
 <a name="math_toolkit.special.sf_gamma.gamma_derivatives.implementation"></a><h5>
-<a name="id818042"></a>
+<a name="id812580"></a>
           <a class="link" href="gamma_derivatives.html#math_toolkit.special.sf_gamma.gamma_derivatives.implementation">Implementation</a>
         </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/gamma_ratios.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/gamma_ratios.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/gamma_ratios.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -51,7 +51,7 @@
 <span class="special">}}</span> <span class="comment">// namespaces
 </span></pre>
 <a name="math_toolkit.special.sf_gamma.gamma_ratios.description"></a><h5>
-<a name="id809710"></a>
+<a name="id804249"></a>
           <a class="link" href="gamma_ratios.html#math_toolkit.special.sf_gamma.gamma_ratios.description">Description</a>
         </h5>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">T1</span><span class="special">,</span> <span class="keyword">class</span> <span class="identifier">T2</span><span class="special">&gt;</span>
@@ -117,7 +117,7 @@
           <span class="inlinemediaobject"><img src="../../../../graphs/tgamma_delta_ratio.png" align="middle"></span>
         </p>
 <a name="math_toolkit.special.sf_gamma.gamma_ratios.accuracy"></a><h5>
-<a name="id810264"></a>
+<a name="id804803"></a>
           <a class="link" href="gamma_ratios.html#math_toolkit.special.sf_gamma.gamma_ratios.accuracy">Accuracy</a>
         </h5>
 <p>
@@ -127,7 +127,7 @@
           <a class="link" href="../../backgrounders/relative_error.html#zero_error">effectively zero error</a>.
         </p>
 <div class="table">
-<a name="id810282"></a><p class="title"><b>Table 16. Errors In the Function tgamma_delta_ratio(a, delta)</b></p>
+<a name="id804821"></a><p class="title"><b>Table 16. Errors In the Function tgamma_delta_ratio(a, delta)</b></p>
 <div class="table-contents"><table class="table" summary="Errors In the Function tgamma_delta_ratio(a, delta)">
 <colgroup>
 <col>
@@ -230,7 +230,7 @@
 </table></div>
 </div>
 <br class="table-break"><div class="table">
-<a name="id810424"></a><p class="title"><b>Table 17. Errors In the Function tgamma_ratio(a,
+<a name="id804963"></a><p class="title"><b>Table 17. Errors In the Function tgamma_ratio(a,
         b)</b></p>
 <div class="table-contents"><table class="table" summary="Errors In the Function tgamma_ratio(a,
         b)">
@@ -329,7 +329,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="math_toolkit.special.sf_gamma.gamma_ratios.testing"></a><h5>
-<a name="id810562"></a>
+<a name="id805101"></a>
           <a class="link" href="gamma_ratios.html#math_toolkit.special.sf_gamma.gamma_ratios.testing">Testing</a>
         </h5>
 <p>
@@ -338,7 +338,7 @@
           a deliberately naive calculation of &#915;(x)/&#915;(y).
         </p>
 <a name="math_toolkit.special.sf_gamma.gamma_ratios.implementation"></a><h5>
-<a name="id810586"></a>
+<a name="id805125"></a>
           <a class="link" href="gamma_ratios.html#math_toolkit.special.sf_gamma.gamma_ratios.implementation">Implementation</a>
         </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/igamma.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/igamma.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/igamma.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -28,7 +28,7 @@
         Functions</a>
 </h4></div></div></div>
 <a name="math_toolkit.special.sf_gamma.igamma.synopsis"></a><h5>
-<a name="id810628"></a>
+<a name="id805167"></a>
           <a class="link" href="igamma.html#math_toolkit.special.sf_gamma.igamma.synopsis">Synopsis</a>
         </h5>
 <p>
@@ -67,7 +67,7 @@
 <span class="special">}}</span> <span class="comment">// namespaces
 </span></pre>
 <a name="math_toolkit.special.sf_gamma.igamma.description"></a><h5>
-<a name="id811433"></a>
+<a name="id805972"></a>
           <a class="link" href="igamma.html#math_toolkit.special.sf_gamma.igamma.description">Description</a>
         </h5>
 <p>
@@ -160,7 +160,7 @@
           <span class="inlinemediaobject"><img src="../../../../equations/igamma1.png"></span>
         </p>
 <a name="math_toolkit.special.sf_gamma.igamma.accuracy"></a><h5>
-<a name="id813486"></a>
+<a name="id808025"></a>
           <a class="link" href="igamma.html#math_toolkit.special.sf_gamma.igamma.accuracy">Accuracy</a>
         </h5>
 <p>
@@ -185,7 +185,7 @@
           All values are in units of epsilon.
         </p>
 <div class="table">
-<a name="id813528"></a><p class="title"><b>Table 18. Errors In the Function gamma_p(a,z)</b></p>
+<a name="id808067"></a><p class="title"><b>Table 18. Errors In the Function gamma_p(a,z)</b></p>
 <div class="table-contents"><table class="table" summary="Errors In the Function gamma_p(a,z)">
 <colgroup>
 <col>
@@ -372,7 +372,7 @@
 </table></div>
 </div>
 <br class="table-break"><div class="table">
-<a name="id813798"></a><p class="title"><b>Table 19. Errors In the Function gamma_q(a,z)</b></p>
+<a name="id808337"></a><p class="title"><b>Table 19. Errors In the Function gamma_q(a,z)</b></p>
 <div class="table-contents"><table class="table" summary="Errors In the Function gamma_q(a,z)">
 <colgroup>
 <col>
@@ -558,7 +558,7 @@
 </table></div>
 </div>
 <br class="table-break"><div class="table">
-<a name="id814086"></a><p class="title"><b>Table 20. Errors In the Function tgamma_lower(a,z)</b></p>
+<a name="id808625"></a><p class="title"><b>Table 20. Errors In the Function tgamma_lower(a,z)</b></p>
 <div class="table-contents"><table class="table" summary="Errors In the Function tgamma_lower(a,z)">
 <colgroup>
 <col>
@@ -693,7 +693,7 @@
 </table></div>
 </div>
 <br class="table-break"><div class="table">
-<a name="id814272"></a><p class="title"><b>Table 21. Errors In the Function tgamma(a,z)</b></p>
+<a name="id808811"></a><p class="title"><b>Table 21. Errors In the Function tgamma(a,z)</b></p>
 <div class="table-contents"><table class="table" summary="Errors In the Function tgamma(a,z)">
 <colgroup>
 <col>
@@ -828,7 +828,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="math_toolkit.special.sf_gamma.igamma.testing"></a><h5>
-<a name="id814462"></a>
+<a name="id809000"></a>
           <a class="link" href="igamma.html#math_toolkit.special.sf_gamma.igamma.testing">Testing</a>
         </h5>
 <p>
@@ -844,7 +844,7 @@
           fraction (see below) is unstable for small a and z.
         </p>
 <a name="math_toolkit.special.sf_gamma.igamma.implementation"></a><h5>
-<a name="id814488"></a>
+<a name="id809027"></a>
           <a class="link" href="igamma.html#math_toolkit.special.sf_gamma.igamma.implementation">Implementation</a>
         </h5>
 <p>
@@ -1013,7 +1013,7 @@
           by Temme (see references below).
         </p>
 <a name="math_toolkit.special.sf_gamma.igamma.references"></a><h5>
-<a name="id815458"></a>
+<a name="id809996"></a>
           <a class="link" href="igamma.html#math_toolkit.special.sf_gamma.igamma.references">References</a>
         </h5>
 <div class="itemizedlist"><ul type="disc">

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/igamma_inv.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/igamma_inv.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/igamma_inv.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -28,7 +28,7 @@
         Gamma Function Inverses</a>
 </h4></div></div></div>
 <a name="math_toolkit.special.sf_gamma.igamma_inv.synopsis"></a><h5>
-<a name="id815505"></a>
+<a name="id810043"></a>
           <a class="link" href="igamma_inv.html#math_toolkit.special.sf_gamma.igamma_inv.synopsis">Synopsis</a>
         </h5>
 <p>
@@ -67,7 +67,7 @@
 <span class="special">}}</span> <span class="comment">// namespaces
 </span></pre>
 <a name="math_toolkit.special.sf_gamma.igamma_inv.description"></a><h5>
-<a name="id816310"></a>
+<a name="id810848"></a>
           <a class="link" href="igamma_inv.html#math_toolkit.special.sf_gamma.igamma_inv.description">Description</a>
         </h5>
 <p>
@@ -173,7 +173,7 @@
           0</em></span>.
         </p>
 <a name="math_toolkit.special.sf_gamma.igamma_inv.accuracy"></a><h5>
-<a name="id817502"></a>
+<a name="id812040"></a>
           <a class="link" href="igamma_inv.html#math_toolkit.special.sf_gamma.igamma_inv.accuracy">Accuracy</a>
         </h5>
 <p>
@@ -187,7 +187,7 @@
           functions.
         </p>
 <a name="math_toolkit.special.sf_gamma.igamma_inv.testing"></a><h5>
-<a name="id817529"></a>
+<a name="id812068"></a>
           <a class="link" href="igamma_inv.html#math_toolkit.special.sf_gamma.igamma_inv.testing">Testing</a>
         </h5>
 <p>
@@ -210,7 +210,7 @@
           </li>
 </ul></div>
 <a name="math_toolkit.special.sf_gamma.igamma_inv.implementation"></a><h5>
-<a name="id817580"></a>
+<a name="id812118"></a>
           <a class="link" href="igamma_inv.html#math_toolkit.special.sf_gamma.igamma_inv.implementation">Implementation</a>
         </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/lgamma.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/lgamma.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/lgamma.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -27,7 +27,7 @@
 <a name="math_toolkit.special.sf_gamma.lgamma"></a><a class="link" href="lgamma.html" title="Log Gamma"> Log Gamma</a>
 </h4></div></div></div>
 <a name="math_toolkit.special.sf_gamma.lgamma.synopsis"></a><h5>
-<a name="id804567"></a>
+<a name="id799106"></a>
           <a class="link" href="lgamma.html#math_toolkit.special.sf_gamma.lgamma.synopsis">Synopsis</a>
         </h5>
 <p>
@@ -54,7 +54,7 @@
 <span class="special">}}</span> <span class="comment">// namespaces
 </span></pre>
 <a name="math_toolkit.special.sf_gamma.lgamma.description"></a><h5>
-<a name="id804950"></a>
+<a name="id799489"></a>
           <a class="link" href="lgamma.html#math_toolkit.special.sf_gamma.lgamma.description">Description</a>
         </h5>
 <p>
@@ -98,7 +98,7 @@
           T otherwise.
         </p>
 <a name="math_toolkit.special.sf_gamma.lgamma.accuracy"></a><h5>
-<a name="id805081"></a>
+<a name="id799620"></a>
           <a class="link" href="lgamma.html#math_toolkit.special.sf_gamma.lgamma.accuracy">Accuracy</a>
         </h5>
 <p>
@@ -349,7 +349,7 @@
 </tbody>
 </table></div>
 <a name="math_toolkit.special.sf_gamma.lgamma.testing"></a><h5>
-<a name="id806180"></a>
+<a name="id800719"></a>
           <a class="link" href="lgamma.html#math_toolkit.special.sf_gamma.lgamma.testing">Testing</a>
         </h5>
 <p>
@@ -360,7 +360,7 @@
           Random tests in key problem areas are also used.
         </p>
 <a name="math_toolkit.special.sf_gamma.lgamma.implementation"></a><h5>
-<a name="id806201"></a>
+<a name="id800739"></a>
           <a class="link" href="lgamma.html#math_toolkit.special.sf_gamma.lgamma.implementation">Implementation</a>
         </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/tgamma.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/tgamma.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/tgamma.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -27,7 +27,7 @@
 <a name="math_toolkit.special.sf_gamma.tgamma"></a><a class="link" href="tgamma.html" title="Gamma"> Gamma</a>
 </h4></div></div></div>
 <a name="math_toolkit.special.sf_gamma.tgamma.synopsis"></a><h5>
-<a name="id801157"></a>
+<a name="id795696"></a>
           <a class="link" href="tgamma.html#math_toolkit.special.sf_gamma.tgamma.synopsis">Synopsis</a>
         </h5>
 <p>
@@ -54,7 +54,7 @@
 <span class="special">}}</span> <span class="comment">// namespaces
 </span></pre>
 <a name="math_toolkit.special.sf_gamma.tgamma.description"></a><h5>
-<a name="id803214"></a>
+<a name="id797752"></a>
           <a class="link" href="tgamma.html#math_toolkit.special.sf_gamma.tgamma.description">Description</a>
         </h5>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">&gt;</span>
@@ -129,7 +129,7 @@
 <p>
         </p>
 <a name="math_toolkit.special.sf_gamma.tgamma.accuracy"></a><h5>
-<a name="id803679"></a>
+<a name="id798218"></a>
           <a class="link" href="tgamma.html#math_toolkit.special.sf_gamma.tgamma.accuracy">Accuracy</a>
         </h5>
 <p>
@@ -384,7 +384,7 @@
 </tbody>
 </table></div>
 <a name="math_toolkit.special.sf_gamma.tgamma.testing"></a><h5>
-<a name="id804091"></a>
+<a name="id798630"></a>
           <a class="link" href="tgamma.html#math_toolkit.special.sf_gamma.tgamma.testing">Testing</a>
         </h5>
 <p>
@@ -399,7 +399,7 @@
           a lanczos approximation accurate to around 100 decimal digits.
         </p>
 <a name="math_toolkit.special.sf_gamma.tgamma.implementation"></a><h5>
-<a name="id804147"></a>
+<a name="id798686"></a>
           <a class="link" href="tgamma.html#math_toolkit.special.sf_gamma.tgamma.implementation">Implementation</a>
         </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_poly/hermite.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_poly/hermite.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_poly/hermite.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -27,7 +27,7 @@
 <a name="math_toolkit.special.sf_poly.hermite"></a><a class="link" href="hermite.html" title="Hermite Polynomials"> Hermite Polynomials</a>
 </h4></div></div></div>
 <a name="math_toolkit.special.sf_poly.hermite.synopsis"></a><h5>
-<a name="id848995"></a>
+<a name="id843534"></a>
           <a class="link" href="hermite.html#math_toolkit.special.sf_poly.hermite.synopsis">Synopsis</a>
         </h5>
 <p>
@@ -51,7 +51,7 @@
 <span class="special">}}</span> <span class="comment">// namespaces
 </span></pre>
 <a name="math_toolkit.special.sf_poly.hermite.description"></a><h5>
-<a name="id849362"></a>
+<a name="id843901"></a>
           <a class="link" href="hermite.html#math_toolkit.special.sf_poly.hermite.description">Description</a>
         </h5>
 <p>
@@ -136,7 +136,7 @@
 </dl>
 </div>
 <a name="math_toolkit.special.sf_poly.hermite.accuracy"></a><h5>
-<a name="id850117"></a>
+<a name="id844656"></a>
           <a class="link" href="hermite.html#math_toolkit.special.sf_poly.hermite.accuracy">Accuracy</a>
         </h5>
 <p>
@@ -146,7 +146,7 @@
           zero error</a>.
         </p>
 <div class="table">
-<a name="id850135"></a><p class="title"><b>Table 34. Peak Errors In the Hermite Polynomial</b></p>
+<a name="id844674"></a><p class="title"><b>Table 34. Peak Errors In the Hermite Polynomial</b></p>
 <div class="table-contents"><table class="table" summary="Peak Errors In the Hermite Polynomial">
 <colgroup>
 <col>
@@ -253,7 +253,7 @@
           is very close to a root.
         </p>
 <a name="math_toolkit.special.sf_poly.hermite.testing"></a><h5>
-<a name="id850280"></a>
+<a name="id844819"></a>
           <a class="link" href="hermite.html#math_toolkit.special.sf_poly.hermite.testing">Testing</a>
         </h5>
 <p>
@@ -263,7 +263,7 @@
           precision.
         </p>
 <a name="math_toolkit.special.sf_poly.hermite.implementation"></a><h5>
-<a name="id850302"></a>
+<a name="id844841"></a>
           <a class="link" href="hermite.html#math_toolkit.special.sf_poly.hermite.implementation">Implementation</a>
         </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_poly/laguerre.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_poly/laguerre.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_poly/laguerre.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -28,7 +28,7 @@
         Associated) Polynomials</a>
 </h4></div></div></div>
 <a name="math_toolkit.special.sf_poly.laguerre.synopsis"></a><h5>
-<a name="id846350"></a>
+<a name="id840888"></a>
           <a class="link" href="laguerre.html#math_toolkit.special.sf_poly.laguerre.synopsis">Synopsis</a>
         </h5>
 <p>
@@ -62,7 +62,7 @@
 <span class="special">}}</span> <span class="comment">// namespaces
 </span></pre>
 <a name="math_toolkit.special.sf_poly.laguerre.description"></a><h5>
-<a name="id847019"></a>
+<a name="id841558"></a>
           <a class="link" href="laguerre.html#math_toolkit.special.sf_poly.laguerre.description">Description</a>
         </h5>
 <p>
@@ -210,7 +210,7 @@
 </dl>
 </div>
 <a name="math_toolkit.special.sf_poly.laguerre.accuracy"></a><h5>
-<a name="id848638"></a>
+<a name="id843176"></a>
           <a class="link" href="laguerre.html#math_toolkit.special.sf_poly.laguerre.accuracy">Accuracy</a>
         </h5>
 <p>
@@ -220,7 +220,7 @@
           zero error</a>.
         </p>
 <div class="table">
-<a name="id848656"></a><p class="title"><b>Table 32. Peak Errors In the Laguerre Polynomial</b></p>
+<a name="id843194"></a><p class="title"><b>Table 32. Peak Errors In the Laguerre Polynomial</b></p>
 <div class="table-contents"><table class="table" summary="Peak Errors In the Laguerre Polynomial">
 <colgroup>
 <col>
@@ -320,7 +320,7 @@
 </table></div>
 </div>
 <br class="table-break"><div class="table">
-<a name="id848801"></a><p class="title"><b>Table 33. Peak Errors In the Associated Laguerre
+<a name="id843340"></a><p class="title"><b>Table 33. Peak Errors In the Associated Laguerre
         Polynomial</b></p>
 <div class="table-contents"><table class="table" summary="Peak Errors In the Associated Laguerre
         Polynomial">
@@ -429,7 +429,7 @@
           is very close to a root.
         </p>
 <a name="math_toolkit.special.sf_poly.laguerre.testing"></a><h5>
-<a name="id848946"></a>
+<a name="id843485"></a>
           <a class="link" href="laguerre.html#math_toolkit.special.sf_poly.laguerre.testing">Testing</a>
         </h5>
 <p>
@@ -439,7 +439,7 @@
           precision.
         </p>
 <a name="math_toolkit.special.sf_poly.laguerre.implementation"></a><h5>
-<a name="id848968"></a>
+<a name="id843506"></a>
           <a class="link" href="laguerre.html#math_toolkit.special.sf_poly.laguerre.implementation">Implementation</a>
         </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_poly/legendre.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_poly/legendre.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_poly/legendre.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -28,7 +28,7 @@
         Associated) Polynomials</a>
 </h4></div></div></div>
 <a name="math_toolkit.special.sf_poly.legendre.synopsis"></a><h5>
-<a name="id840735"></a>
+<a name="id835273"></a>
           <a class="link" href="legendre.html#math_toolkit.special.sf_poly.legendre.synopsis">Synopsis</a>
         </h5>
 <p>
@@ -84,7 +84,7 @@
 <p>
         </p>
 <a name="math_toolkit.special.sf_poly.legendre.description"></a><h5>
-<a name="id842155"></a>
+<a name="id836694"></a>
           <a class="link" href="legendre.html#math_toolkit.special.sf_poly.legendre.description">Description</a>
         </h5>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">&gt;</span>
@@ -292,7 +292,7 @@
 </dl>
 </div>
 <a name="math_toolkit.special.sf_poly.legendre.accuracy"></a><h5>
-<a name="id843990"></a>
+<a name="id838529"></a>
           <a class="link" href="legendre.html#math_toolkit.special.sf_poly.legendre.accuracy">Accuracy</a>
         </h5>
 <p>
@@ -302,7 +302,7 @@
           zero error</a>.
         </p>
 <div class="table">
-<a name="id844008"></a><p class="title"><b>Table 29. Peak Errors In the Legendre P Function</b></p>
+<a name="id838547"></a><p class="title"><b>Table 29. Peak Errors In the Legendre P Function</b></p>
 <div class="table-contents"><table class="table" summary="Peak Errors In the Legendre P Function">
 <colgroup>
 <col>
@@ -431,7 +431,7 @@
 </table></div>
 </div>
 <br class="table-break"><div class="table">
-<a name="id845980"></a><p class="title"><b>Table 30. Peak Errors In the Associated Legendre
+<a name="id840519"></a><p class="title"><b>Table 30. Peak Errors In the Associated Legendre
         P Function</b></p>
 <div class="table-contents"><table class="table" summary="Peak Errors In the Associated Legendre
         P Function">
@@ -533,7 +533,7 @@
 </table></div>
 </div>
 <br class="table-break"><div class="table">
-<a name="id846118"></a><p class="title"><b>Table 31. Peak Errors In the Legendre Q Function</b></p>
+<a name="id840657"></a><p class="title"><b>Table 31. Peak Errors In the Legendre Q Function</b></p>
 <div class="table-contents"><table class="table" summary="Peak Errors In the Legendre Q Function">
 <colgroup>
 <col>
@@ -675,7 +675,7 @@
           given here.
         </p>
 <a name="math_toolkit.special.sf_poly.legendre.testing"></a><h5>
-<a name="id846300"></a>
+<a name="id840839"></a>
           <a class="link" href="legendre.html#math_toolkit.special.sf_poly.legendre.testing">Testing</a>
         </h5>
 <p>
@@ -685,7 +685,7 @@
           precision.
         </p>
 <a name="math_toolkit.special.sf_poly.legendre.implementation"></a><h5>
-<a name="id846322"></a>
+<a name="id840861"></a>
           <a class="link" href="legendre.html#math_toolkit.special.sf_poly.legendre.implementation">Implementation</a>
         </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_poly/sph_harm.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_poly/sph_harm.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/sf_poly/sph_harm.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -27,7 +27,7 @@
 <a name="math_toolkit.special.sf_poly.sph_harm"></a><a class="link" href="sph_harm.html" title="Spherical Harmonics"> Spherical Harmonics</a>
 </h4></div></div></div>
 <a name="math_toolkit.special.sf_poly.sph_harm.synopsis"></a><h5>
-<a name="id850330"></a>
+<a name="id844868"></a>
           <a class="link" href="sph_harm.html#math_toolkit.special.sf_poly.sph_harm.synopsis">Synopsis</a>
         </h5>
 <p>
@@ -60,7 +60,7 @@
 <span class="special">}}</span> <span class="comment">// namespaces
 </span></pre>
 <a name="math_toolkit.special.sf_poly.sph_harm.description"></a><h5>
-<a name="id851453"></a>
+<a name="id845991"></a>
           <a class="link" href="sph_harm.html#math_toolkit.special.sf_poly.sph_harm.description">Description</a>
         </h5>
 <p>
@@ -155,7 +155,7 @@
           <span class="inlinemediaobject"><img src="../../../../equations/spherical_2.png"></span>
         </p>
 <a name="math_toolkit.special.sf_poly.sph_harm.accuracy"></a><h5>
-<a name="id852370"></a>
+<a name="id846908"></a>
           <a class="link" href="sph_harm.html#math_toolkit.special.sf_poly.sph_harm.accuracy">Accuracy</a>
         </h5>
 <p>
@@ -170,7 +170,7 @@
           All values are in units of epsilon.
         </p>
 <div class="table">
-<a name="id852391"></a><p class="title"><b>Table 35. Peak Errors In the Sperical Harmonic Functions</b></p>
+<a name="id846930"></a><p class="title"><b>Table 35. Peak Errors In the Sperical Harmonic Functions</b></p>
 <div class="table-contents"><table class="table" summary="Peak Errors In the Sperical Harmonic Functions">
 <colgroup>
 <col>
@@ -276,7 +276,7 @@
           arbitrarily large when the function is very close to a root.
         </p>
 <a name="math_toolkit.special.sf_poly.sph_harm.testing"></a><h5>
-<a name="id852540"></a>
+<a name="id847079"></a>
           <a class="link" href="sph_harm.html#math_toolkit.special.sf_poly.sph_harm.testing">Testing</a>
         </h5>
 <p>
@@ -286,7 +286,7 @@
           precision.
         </p>
 <a name="math_toolkit.special.sf_poly.sph_harm.implementation"></a><h5>
-<a name="id852562"></a>
+<a name="id847100"></a>
           <a class="link" href="sph_harm.html#math_toolkit.special.sf_poly.sph_harm.implementation">Implementation</a>
         </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/zetas/zeta.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/zetas/zeta.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/special/zetas/zeta.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -27,7 +27,7 @@
 <a name="math_toolkit.special.zetas.zeta"></a><a class="link" href="zeta.html" title="Riemann Zeta Function"> Riemann Zeta Function</a>
 </h4></div></div></div>
 <a name="math_toolkit.special.zetas.zeta.synopsis"></a><h5>
-<a name="id875966"></a>
+<a name="id870504"></a>
           <a class="link" href="zeta.html#math_toolkit.special.zetas.zeta.synopsis">Synopsis</a>
         </h5>
 <p>
@@ -62,7 +62,7 @@
 <p>
         </p>
 <a name="math_toolkit.special.zetas.zeta.description"></a><h5>
-<a name="id876226"></a>
+<a name="id870765"></a>
           <a class="link" href="zeta.html#math_toolkit.special.zetas.zeta.description">Description</a>
         </h5>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">&gt;</span>
@@ -85,7 +85,7 @@
           <span class="inlinemediaobject"><img src="../../../../graphs/zeta2.png" align="middle"></span>
         </p>
 <a name="math_toolkit.special.zetas.zeta.accuracy"></a><h5>
-<a name="id876450"></a>
+<a name="id870989"></a>
           <a class="link" href="zeta.html#math_toolkit.special.zetas.zeta.accuracy">Accuracy</a>
         </h5>
 <p>
@@ -97,7 +97,7 @@
           shown will have <a class="link" href="../../backgrounders/relative_error.html#zero_error">effectively zero error</a>.
         </p>
 <div class="table">
-<a name="id876478"></a><p class="title"><b>Table 44. Errors In the Function zeta(z)</b></p>
+<a name="id871017"></a><p class="title"><b>Table 44. Errors In the Function zeta(z)</b></p>
 <div class="table-contents"><table class="table" summary="Errors In the Function zeta(z)">
 <colgroup>
 <col>
@@ -234,7 +234,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="math_toolkit.special.zetas.zeta.testing"></a><h5>
-<a name="id876807"></a>
+<a name="id871346"></a>
           <a class="link" href="zeta.html#math_toolkit.special.zetas.zeta.testing">Testing</a>
         </h5>
 <p>
@@ -249,7 +249,7 @@
           check.
         </p>
 <a name="math_toolkit.special.zetas.zeta.implementation"></a><h5>
-<a name="id876834"></a>
+<a name="id871372"></a>
           <a class="link" href="zeta.html#math_toolkit.special.zetas.zeta.implementation">Implementation</a>
         </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/status/compilers.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/status/compilers.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/status/compilers.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -37,7 +37,7 @@
 <p>
         </p>
 <div class="table">
-<a name="id1021893"></a><p class="title"><b>Table 55. Supported/Tested Compilers</b></p>
+<a name="id1016432"></a><p class="title"><b>Table 55. Supported/Tested Compilers</b></p>
 <div class="table-contents"><table class="table" summary="Supported/Tested Compilers">
 <colgroup>
 <col>
@@ -540,7 +540,7 @@
 </div>
 <p><br class="table-break"> </p>
 <div class="table">
-<a name="id1022538"></a><p class="title"><b>Table 56. Unsupported Compilers</b></p>
+<a name="id1017076"></a><p class="title"><b>Table 56. Unsupported Compilers</b></p>
 <div class="table-contents"><table class="table" summary="Unsupported Compilers">
 <colgroup>
 <col>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/status/history1.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/status/history1.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/status/history1.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -30,7 +30,7 @@
         <a name="math_toolkit.status.history1.boost_1_38_0"></a>
         </p>
 <h5>
-<a name="id1021569"></a>
+<a name="id1016108"></a>
           <a class="link" href="history1.html#math_toolkit.status.history1.boost_1_38_0">Boost-1.38.0</a>
         </h5>
 <p>
@@ -52,7 +52,7 @@
         <a name="math_toolkit.status.history1.boost_1_37_0"></a>
         </p>
 <h5>
-<a name="id1021597"></a>
+<a name="id1016135"></a>
           <a class="link" href="history1.html#math_toolkit.status.history1.boost_1_37_0">Boost-1.37.0</a>
         </h5>
 <p>
@@ -64,7 +64,7 @@
         <a name="math_toolkit.status.history1.boost_1_36_0"></a>
         </p>
 <h5>
-<a name="id1021617"></a>
+<a name="id1016156"></a>
           <a class="link" href="history1.html#math_toolkit.status.history1.boost_1_36_0">Boost-1.36.0</a>
         </h5>
 <p>
@@ -99,7 +99,7 @@
         <a name="math_toolkit.status.history1.boost_1_35_0__post_review_first_official_release"></a>
         </p>
 <h5>
-<a name="id1021663"></a>
+<a name="id1016201"></a>
           <a class="link" href="history1.html#math_toolkit.status.history1.boost_1_35_0__post_review_first_official_release">Boost-1.35.0:
           Post Review First Official Release</a>
         </h5>
@@ -136,7 +136,7 @@
         <a name="math_toolkit.status.history1.milestone_4__second_review_candidate__1st_march_2007_"></a>
         </p>
 <h5>
-<a name="id1021725"></a>
+<a name="id1016264"></a>
           <a class="link" href="history1.html#math_toolkit.status.history1.milestone_4__second_review_candidate__1st_march_2007_">Milestone
           4: Second Review Candidate (1st March 2007)</a>
         </h5>
@@ -155,7 +155,7 @@
         <a name="math_toolkit.status.history1.milestone_3__first_review_candidate__31st_dec_2006_"></a>
         </p>
 <h5>
-<a name="id1021749"></a>
+<a name="id1016288"></a>
           <a class="link" href="history1.html#math_toolkit.status.history1.milestone_3__first_review_candidate__31st_dec_2006_">Milestone
           3: First Review Candidate (31st Dec 2006)</a>
         </h5>
@@ -188,7 +188,7 @@
         <a name="math_toolkit.status.history1.milestone_2__released_september_10th_2006"></a>
         </p>
 <h5>
-<a name="id1021788"></a>
+<a name="id1016326"></a>
           <a class="link" href="history1.html#math_toolkit.status.history1.milestone_2__released_september_10th_2006">Milestone
           2: Released September 10th 2006</a>
         </h5>
@@ -229,7 +229,7 @@
         <a name="math_toolkit.status.history1.milestone_1__released_march_31st_2006"></a>
         </p>
 <h5>
-<a name="id1021837"></a>
+<a name="id1016375"></a>
           <a class="link" href="history1.html#math_toolkit.status.history1.milestone_1__released_march_31st_2006">Milestone
           1: Released March 31st 2006</a>
         </h5>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/status/issues.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/status/issues.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/status/issues.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -43,7 +43,7 @@
         with it.
       </p>
 <a name="math_toolkit.status.issues.tgamma"></a><h5>
-<a name="id1022665"></a>
+<a name="id1017203"></a>
         <a class="link" href="issues.html#math_toolkit.status.issues.tgamma">tgamma</a>
       </h5>
 <div class="itemizedlist"><ul type="disc"><li>
@@ -51,7 +51,7 @@
           be optimized any further? (low priority)
         </li></ul></div>
 <a name="math_toolkit.status.issues.incomplete_beta"></a><h5>
-<a name="id1022690"></a>
+<a name="id1017229"></a>
         <a class="link" href="issues.html#math_toolkit.status.issues.incomplete_beta">Incomplete Beta</a>
       </h5>
 <div class="itemizedlist"><ul type="disc"><li>
@@ -59,7 +59,7 @@
           (medium priority).
         </li></ul></div>
 <a name="math_toolkit.status.issues.inverse_gamma"></a><h5>
-<a name="id1024962"></a>
+<a name="id1019501"></a>
         <a class="link" href="issues.html#math_toolkit.status.issues.inverse_gamma">Inverse Gamma</a>
       </h5>
 <div class="itemizedlist"><ul type="disc"><li>
@@ -67,7 +67,7 @@
           is good enough (Medium Priority).
         </li></ul></div>
 <a name="math_toolkit.status.issues.polynomials"></a><h5>
-<a name="id1024983"></a>
+<a name="id1019521"></a>
         <a class="link" href="issues.html#math_toolkit.status.issues.polynomials">Polynomials</a>
       </h5>
 <div class="itemizedlist"><ul type="disc"><li>
@@ -77,7 +77,7 @@
           not (Low Priority).
         </li></ul></div>
 <a name="math_toolkit.status.issues.elliptic_integrals"></a><h5>
-<a name="id1025003"></a>
+<a name="id1019542"></a>
         <a class="link" href="issues.html#math_toolkit.status.issues.elliptic_integrals">Elliptic Integrals</a>
       </h5>
 <div class="itemizedlist"><ul type="disc">
@@ -127,7 +127,7 @@
         </li>
 </ul></div>
 <a name="math_toolkit.status.issues.inverse_hyperbolic_functions"></a><h5>
-<a name="id1025109"></a>
+<a name="id1019647"></a>
         <a class="link" href="issues.html#math_toolkit.status.issues.inverse_hyperbolic_functions">Inverse
         Hyperbolic Functions</a>
       </h5>
@@ -137,7 +137,7 @@
           is probably only an issue for very high precision types (Low Priority).
         </li></ul></div>
 <a name="math_toolkit.status.issues.statistical_distributions"></a><h5>
-<a name="id1025134"></a>
+<a name="id1019673"></a>
         <a class="link" href="issues.html#math_toolkit.status.issues.statistical_distributions">Statistical
         distributions</a>
       </h5>
@@ -146,7 +146,7 @@
           for very large degrees of freedom?
         </li></ul></div>
 <a name="math_toolkit.status.issues.feature_requests"></a><h5>
-<a name="id1025154"></a>
+<a name="id1019693"></a>
         <a class="link" href="issues.html#math_toolkit.status.issues.feature_requests">Feature Requests</a>
       </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/cf.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/cf.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/cf.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -28,7 +28,7 @@
         Evaluation</a>
 </h4></div></div></div>
 <a name="math_toolkit.toolkit.internals1.cf.synopsis"></a><h5>
-<a name="id929265"></a>
+<a name="id923804"></a>
           <a class="link" href="cf.html#math_toolkit.toolkit.internals1.cf.synopsis">Synopsis</a>
         </h5>
 <p>
@@ -59,7 +59,7 @@
 <span class="special">}}}</span> <span class="comment">// namespaces
 </span></pre>
 <a name="math_toolkit.toolkit.internals1.cf.description"></a><h5>
-<a name="id930013"></a>
+<a name="id924552"></a>
           <a class="link" href="cf.html#math_toolkit.toolkit.internals1.cf.description">Description</a>
         </h5>
 <p>
@@ -157,7 +157,7 @@
           a continued fraction for convergence.
         </p>
 <a name="math_toolkit.toolkit.internals1.cf.implementation"></a><h5>
-<a name="id930218"></a>
+<a name="id924757"></a>
           <a class="link" href="cf.html#math_toolkit.toolkit.internals1.cf.implementation">Implementation</a>
         </h5>
 <p>
@@ -167,7 +167,7 @@
           Lentz, W.J. 1976, Applied Optics, vol. 15, pp. 668-671.
         </p>
 <a name="math_toolkit.toolkit.internals1.cf.examples"></a><h5>
-<a name="id930235"></a>
+<a name="id924774"></a>
           <a class="link" href="cf.html#math_toolkit.toolkit.internals1.cf.examples">Examples</a>
         </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/constants.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/constants.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/constants.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -28,7 +28,7 @@
         Constants</a>
 </h4></div></div></div>
 <a name="math_toolkit.toolkit.internals1.constants.synopsis"></a><h5>
-<a name="id926138"></a>
+<a name="id920677"></a>
           <a class="link" href="constants.html#math_toolkit.toolkit.internals1.constants.synopsis">Synopsis</a>
         </h5>
 <p>
@@ -59,7 +59,7 @@
 <span class="special">}}}</span> <span class="comment">// namespaces
 </span></pre>
 <a name="math_toolkit.toolkit.internals1.constants.description"></a><h5>
-<a name="id926778"></a>
+<a name="id921317"></a>
           <a class="link" href="constants.html#math_toolkit.toolkit.internals1.constants.description">Description</a>
         </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/minima.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/minima.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/minima.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -28,7 +28,7 @@
         Minima</a>
 </h4></div></div></div>
 <a name="math_toolkit.toolkit.internals1.minima.synopsis"></a><h5>
-<a name="id946124"></a>
+<a name="id940662"></a>
           <a class="link" href="minima.html#math_toolkit.toolkit.internals1.minima.synopsis">synopsis</a>
         </h5>
 <p>
@@ -45,7 +45,7 @@
 <span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special">&lt;</span><span class="identifier">T</span><span class="special">,</span> <span class="identifier">T</span><span class="special">&gt;</span> <span class="identifier">brent_find_minima</span><span class="special">(</span><span class="identifier">F</span> <span class="identifier">f</span><span class="special">,</span> <span class="identifier">T</span> <span class="identifier">min</span><span class="special">,</span> <span class="identifier">T</span> <span class="identifier">max</span><span class="special">,</span> <span class="keyword">int</span> <span class="identifier">bits</span><span class="special">,</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uintmax_t</span><span class="special">&amp;</span> <span class="identifier">max_iter</span><span class="special">);</span>
 </pre>
 <a name="math_toolkit.toolkit.internals1.minima.description"></a><h5>
-<a name="id948108"></a>
+<a name="id942647"></a>
           <a class="link" href="minima.html#math_toolkit.toolkit.internals1.minima.description">Description</a>
         </h5>
 <p>
@@ -88,7 +88,7 @@
           the abscissa at the minima and the value of f(x) at the minima.
         </p>
 <a name="math_toolkit.toolkit.internals1.minima.implementation"></a><h5>
-<a name="id948213"></a>
+<a name="id942751"></a>
           <a class="link" href="minima.html#math_toolkit.toolkit.internals1.minima.implementation">Implementation</a>
         </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/rational.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/rational.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/rational.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -28,7 +28,7 @@
         and Rational Function Evaluation</a>
 </h4></div></div></div>
 <a name="math_toolkit.toolkit.internals1.rational.synopsis"></a><h5>
-<a name="id930960"></a>
+<a name="id925499"></a>
           <a class="link" href="rational.html#math_toolkit.toolkit.internals1.rational.synopsis">synopsis</a>
         </h5>
 <p>
@@ -79,7 +79,7 @@
 <span class="identifier">V</span> <span class="identifier">evaluate_rational</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">T</span><span class="special">*</span> <span class="identifier">num</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">U</span><span class="special">*</span> <span class="identifier">denom</span><span class="special">,</span> <span class="identifier">V</span> <span class="identifier">z</span><span class="special">,</span> <span class="keyword">unsigned</span> <span class="identifier">count</span><span class="special">);</span>
 </pre>
 <a name="math_toolkit.toolkit.internals1.rational.description"></a><h5>
-<a name="id934183"></a>
+<a name="id928722"></a>
           <a class="link" href="rational.html#math_toolkit.toolkit.internals1.rational.description">Description</a>
         </h5>
 <p>
@@ -193,7 +193,7 @@
           evaluation with compile-time array sizes may offer slightly better performance.
         </p>
 <a name="math_toolkit.toolkit.internals1.rational.implementation"></a><h5>
-<a name="id936025"></a>
+<a name="id930564"></a>
           <a class="link" href="rational.html#math_toolkit.toolkit.internals1.rational.implementation">Implementation</a>
         </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/roots.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/roots.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/roots.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -28,7 +28,7 @@
         With Derivatives</a>
 </h4></div></div></div>
 <a name="math_toolkit.toolkit.internals1.roots.synopsis"></a><h5>
-<a name="id936086"></a>
+<a name="id930625"></a>
           <a class="link" href="roots.html#math_toolkit.toolkit.internals1.roots.synopsis">Synopsis</a>
         </h5>
 <p>
@@ -61,7 +61,7 @@
 <span class="special">}}}</span> <span class="comment">// namespaces
 </span></pre>
 <a name="math_toolkit.toolkit.internals1.roots.description"></a><h5>
-<a name="id936953"></a>
+<a name="id931492"></a>
           <a class="link" href="roots.html#math_toolkit.toolkit.internals1.roots.description">Description</a>
         </h5>
 <p>
@@ -176,7 +176,7 @@
 <a name="newton"></a><p>
         </p>
 <a name="math_toolkit.toolkit.internals1.roots.newton_raphson_method"></a><h5>
-<a name="id937159"></a>
+<a name="id931698"></a>
           <a class="link" href="roots.html#math_toolkit.toolkit.internals1.roots.newton_raphson_method">Newton
           Raphson Method</a>
         </h5>
@@ -196,7 +196,7 @@
 <a name="halley"></a><p>
         </p>
 <a name="math_toolkit.toolkit.internals1.roots.halley_s_method"></a><h5>
-<a name="id937218"></a>
+<a name="id931757"></a>
           <a class="link" href="roots.html#math_toolkit.toolkit.internals1.roots.halley_s_method">Halley's
           Method</a>
         </h5>
@@ -220,7 +220,7 @@
 <a name="schroeder"></a><p>
         </p>
 <a name="math_toolkit.toolkit.internals1.roots.schroeder_s_method"></a><h5>
-<a name="id937279"></a>
+<a name="id931818"></a>
           <a class="link" href="roots.html#math_toolkit.toolkit.internals1.roots.schroeder_s_method">Schroeder's
           Method</a>
         </h5>
@@ -244,7 +244,7 @@
           iteration.
         </p>
 <a name="math_toolkit.toolkit.internals1.roots.example"></a><h5>
-<a name="id937334"></a>
+<a name="id931873"></a>
           <a class="link" href="roots.html#math_toolkit.toolkit.internals1.roots.example">Example</a>
         </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/roots2.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/roots2.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/roots2.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -28,7 +28,7 @@
         Without Derivatives</a>
 </h4></div></div></div>
 <a name="math_toolkit.toolkit.internals1.roots2.synopsis"></a><h5>
-<a name="id940187"></a>
+<a name="id934726"></a>
           <a class="link" href="roots2.html#math_toolkit.toolkit.internals1.roots2.synopsis">Synopsis</a>
         </h5>
 <p>
@@ -141,7 +141,7 @@
 <span class="special">}}}</span> <span class="comment">// namespaces
 </span></pre>
 <a name="math_toolkit.toolkit.internals1.roots2.description"></a><h5>
-<a name="id942746"></a>
+<a name="id937285"></a>
           <a class="link" href="roots2.html#math_toolkit.toolkit.internals1.roots2.description">Description</a>
         </h5>
 <p>
@@ -559,7 +559,7 @@
           as soon as both ends of the interval round to the same nearest integer.
         </p>
 <a name="math_toolkit.toolkit.internals1.roots2.implementation"></a><h5>
-<a name="id946085"></a>
+<a name="id940624"></a>
           <a class="link" href="roots2.html#math_toolkit.toolkit.internals1.roots2.implementation">Implementation</a>
         </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/series_evaluation.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/series_evaluation.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/series_evaluation.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -28,7 +28,7 @@
         Series Evaluation</a>
 </h4></div></div></div>
 <a name="math_toolkit.toolkit.internals1.series_evaluation.synopsis"></a><h5>
-<a name="id927912"></a>
+<a name="id922450"></a>
           <a class="link" href="series_evaluation.html#math_toolkit.toolkit.internals1.series_evaluation.synopsis">Synopsis</a>
         </h5>
 <p>
@@ -61,7 +61,7 @@
 <span class="special">}}}</span> <span class="comment">// namespaces
 </span></pre>
 <a name="math_toolkit.toolkit.internals1.series_evaluation.description"></a><h5>
-<a name="id928612"></a>
+<a name="id923151"></a>
           <a class="link" href="series_evaluation.html#math_toolkit.toolkit.internals1.series_evaluation.description">Description</a>
         </h5>
 <p>
@@ -117,7 +117,7 @@
           summation in this way.
         </p>
 <a name="math_toolkit.toolkit.internals1.series_evaluation.example"></a><h5>
-<a name="id928705"></a>
+<a name="id923243"></a>
           <a class="link" href="series_evaluation.html#math_toolkit.toolkit.internals1.series_evaluation.example">Example</a>
         </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals2/error_test.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals2/error_test.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals2/error_test.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -28,7 +28,7 @@
         Error and Testing</a>
 </h4></div></div></div>
 <a name="math_toolkit.toolkit.internals2.error_test.synopsis"></a><h5>
-<a name="id951334"></a>
+<a name="id945873"></a>
           <a class="link" href="error_test.html#math_toolkit.toolkit.internals2.error_test.synopsis">Synopsis</a>
         </h5>
 <p>
@@ -45,7 +45,7 @@
 <span class="identifier">test_result</span><span class="special">&lt;</span><span class="identifier">see</span><span class="special">-</span><span class="identifier">below</span><span class="special">&gt;</span> <span class="identifier">test</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">A</span><span class="special">&amp;</span> <span class="identifier">a</span><span class="special">,</span> <span class="identifier">F1</span> <span class="identifier">test_func</span><span class="special">,</span> <span class="identifier">F2</span> <span class="identifier">expect_func</span><span class="special">);</span>
 </pre>
 <a name="math_toolkit.toolkit.internals2.error_test.description"></a><h5>
-<a name="id951590"></a>
+<a name="id946128"></a>
           <a class="link" href="error_test.html#math_toolkit.toolkit.internals2.error_test.description">Description</a>
         </h5>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">&gt;</span>
@@ -165,7 +165,7 @@
           is mainly a debugging/development aid (and a good place for a breakpoint).
         </p>
 <a name="math_toolkit.toolkit.internals2.error_test.example"></a><h5>
-<a name="id952290"></a>
+<a name="id946829"></a>
           <a class="link" href="error_test.html#math_toolkit.toolkit.internals2.error_test.example">Example</a>
         </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals2/polynomials.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals2/polynomials.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals2/polynomials.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -27,7 +27,7 @@
 <a name="math_toolkit.toolkit.internals2.polynomials"></a><a class="link" href="polynomials.html" title="Polynomials"> Polynomials</a>
 </h4></div></div></div>
 <a name="math_toolkit.toolkit.internals2.polynomials.synopsis"></a><h5>
-<a name="id948262"></a>
+<a name="id942800"></a>
           <a class="link" href="polynomials.html#math_toolkit.toolkit.internals2.polynomials.synopsis">Synopsis</a>
         </h5>
 <p>
@@ -103,7 +103,7 @@
 <span class="special">}}}</span> <span class="comment">// namespaces
 </span></pre>
 <a name="math_toolkit.toolkit.internals2.polynomials.description"></a><h5>
-<a name="id950457"></a>
+<a name="id944996"></a>
           <a class="link" href="polynomials.html#math_toolkit.toolkit.internals2.polynomials.description">Description</a>
         </h5>
 <p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals2/test_data.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals2/test_data.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals2/test_data.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -46,7 +46,7 @@
           </li>
 </ul></div>
 <a name="math_toolkit.toolkit.internals2.test_data.synopsis"></a><h5>
-<a name="id954539"></a>
+<a name="id949078"></a>
           <a class="link" href="test_data.html#math_toolkit.toolkit.internals2.test_data.synopsis">Synopsis</a>
         </h5>
 <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">boost</span><span class="special">{</span> <span class="keyword">namespace</span> <span class="identifier">math</span><span class="special">{</span> <span class="keyword">namespace</span> <span class="identifier">tools</span><span class="special">{</span>
@@ -147,7 +147,7 @@
 <span class="special">}}}</span> <span class="comment">// namespaces
 </span></pre>
 <a name="math_toolkit.toolkit.internals2.test_data.description"></a><h5>
-<a name="id956707"></a>
+<a name="id951245"></a>
           <a class="link" href="test_data.html#math_toolkit.toolkit.internals2.test_data.description">Description</a>
         </h5>
 <p>
@@ -177,7 +177,7 @@
           </li>
 </ul></div>
 <a name="math_toolkit.toolkit.internals2.test_data.example_1__output_data_for_graph_plotting"></a><h6>
-<a name="id956749"></a>
+<a name="id951287"></a>
           <a class="link" href="test_data.html#math_toolkit.toolkit.internals2.test_data.example_1__output_data_for_graph_plotting">Example
           1: Output Data for Graph Plotting</a>
         </h6>
@@ -211,7 +211,7 @@
           <span class="inlinemediaobject"><img src="../../../../graphs/lgamma.png" align="middle"></span>
         </p>
 <a name="math_toolkit.toolkit.internals2.test_data.example_2__creating_test_data"></a><h6>
-<a name="id957154"></a>
+<a name="id951693"></a>
           <a class="link" href="test_data.html#math_toolkit.toolkit.internals2.test_data.example_2__creating_test_data">Example
           2: Creating Test Data</a>
         </h6>
@@ -375,7 +375,7 @@
           used by default as it's rather hard on the compiler when the table is large.
         </p>
 <a name="math_toolkit.toolkit.internals2.test_data.example_3__profiling_a_continued_fraction_for_convergence_and_accuracy"></a><h6>
-<a name="id961447"></a>
+<a name="id955986"></a>
           <a class="link" href="test_data.html#math_toolkit.toolkit.internals2.test_data.example_3__profiling_a_continued_fraction_for_convergence_and_accuracy">Example
           3: Profiling a Continued Fraction for Convergence and Accuracy</a>
         </h6>
@@ -481,7 +481,7 @@
           of a and z.
         </p>
 <a name="math_toolkit.toolkit.internals2.test_data.reference"></a><h5>
-<a name="id963107"></a>
+<a name="id957645"></a>
           <a class="link" href="test_data.html#math_toolkit.toolkit.internals2.test_data.reference">reference</a>
         </h5>
 <a name="test_data_reference"></a><p>

Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/using_udt/concepts.html
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/using_udt/concepts.html (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/html/math_toolkit/using_udt/concepts.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -42,7 +42,7 @@
         behaves just like a built in floating point type.
       </p>
 <a name="math_toolkit.using_udt.concepts.basic_arithmetic_requirements"></a><h5>
-<a name="id964160"></a>
+<a name="id958699"></a>
         <a class="link" href="concepts.html#math_toolkit.using_udt.concepts.basic_arithmetic_requirements">Basic
         Arithmetic Requirements</a>
       </h5>
@@ -1034,7 +1034,7 @@
 </td></tr>
 </table></div>
 <a name="math_toolkit.using_udt.concepts.standard_library_support_requirements"></a><h5>
-<a name="id966889"></a>
+<a name="id961428"></a>
         <a class="link" href="concepts.html#math_toolkit.using_udt.concepts.standard_library_support_requirements">Standard
         Library Support Requirements</a>
       </h5>

Modified: sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/background.html
==============================================================================
--- sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/background.html (original)
+++ sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/background.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -56,7 +56,7 @@
       method available to them.
     </p>
 <a name="boost_typetraits.background.type_traits"></a><h5>
-<a name="id655337"></a>
+<a name="id657522"></a>
       <a class="link" href="background.html#boost_typetraits.background.type_traits">Type Traits</a>
     </h5>
 <p>
@@ -84,7 +84,7 @@
       given.
     </p>
 <a name="boost_typetraits.background.implementation"></a><h5>
-<a name="id655401"></a>
+<a name="id657586"></a>
       <a class="link" href="background.html#boost_typetraits.background.implementation">Implementation</a>
     </h5>
 <p>
@@ -174,7 +174,7 @@
       in the default template.
     </p>
 <a name="boost_typetraits.background.optimized_copy"></a><h5>
-<a name="id664997"></a>
+<a name="id667182"></a>
       <a class="link" href="background.html#boost_typetraits.background.optimized_copy">Optimized copy</a>
     </h5>
 <p>
@@ -247,7 +247,7 @@
       otherwise it will call the "slow but safe version".
     </p>
 <a name="boost_typetraits.background.was_it_worth_it_"></a><h5>
-<a name="id665342"></a>
+<a name="id667526"></a>
       <a class="link" href="background.html#boost_typetraits.background.was_it_worth_it_">Was it worth it?</a>
     </h5>
 <p>
@@ -280,7 +280,7 @@
       </li>
 </ul></div>
 <div class="table">
-<a name="id665380"></a><p class="title"><b>Table 1.1. Time taken to copy 1000 elements using `copy&lt;const
+<a name="id667564"></a><p class="title"><b>Table 1.1. Time taken to copy 1000 elements using `copy&lt;const
     T*, T*&gt;` (times in micro-seconds)</b></p>
 <div class="table-contents"><table class="table" summary="Time taken to copy 1000 elements using `copy&lt;const
     T*, T*&gt;` (times in micro-seconds)">
@@ -379,7 +379,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="boost_typetraits.background.pair_of_references"></a><h5>
-<a name="id665528"></a>
+<a name="id667712"></a>
       <a class="link" href="background.html#boost_typetraits.background.pair_of_references">Pair of References</a>
     </h5>
 <p>
@@ -416,7 +416,7 @@
       to hold non-reference types, references, and constant references:
     </p>
 <div class="table">
-<a name="id665789"></a><p class="title"><b>Table 1.2. Required Constructor Argument Types</b></p>
+<a name="id667974"></a><p class="title"><b>Table 1.2. Required Constructor Argument Types</b></p>
 <div class="table-contents"><table class="table" summary="Required Constructor Argument Types">
 <colgroup>
 <col>
@@ -481,7 +481,7 @@
       adds a reference to its type, unless it is already a reference.
     </p>
 <div class="table">
-<a name="id665892"></a><p class="title"><b>Table 1.3. Using add_reference to synthesize the correct constructor
+<a name="id668077"></a><p class="title"><b>Table 1.3. Using add_reference to synthesize the correct constructor
     type</b></p>
 <div class="table-contents"><table class="table" summary="Using add_reference to synthesize the correct constructor
     type">
@@ -598,7 +598,7 @@
       easier to maintain and easier to understand.
     </p>
 <a name="boost_typetraits.background.conclusion"></a><h5>
-<a name="id666352"></a>
+<a name="id668536"></a>
       <a class="link" href="background.html#boost_typetraits.background.conclusion">Conclusion</a>
     </h5>
 <p>
@@ -611,7 +611,7 @@
       can be optimal as well as generic.
     </p>
 <a name="boost_typetraits.background.acknowledgements"></a><h5>
-<a name="id666369"></a>
+<a name="id668553"></a>
       <a class="link" href="background.html#boost_typetraits.background.acknowledgements">Acknowledgements</a>
     </h5>
 <p>
@@ -619,7 +619,7 @@
       comments when preparing this article.
     </p>
 <a name="background.references"></a><a name="boost_typetraits.background.references"></a><h5>
-<a name="id666389"></a>
+<a name="id668574"></a>
       <a class="link" href="background.html#boost_typetraits.background.references">References</a>
     </h5>
 <div class="orderedlist"><ol type="1">

Modified: sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/category/transform.html
==============================================================================
--- sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/category/transform.html (original)
+++ sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/category/transform.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -91,7 +91,7 @@
 <span class="keyword">struct</span> <a class="link" href="../reference/remove_volatile.html" title="remove_volatile">remove_volatile</a><span class="special">;</span>
 </pre>
 <a name="boost_typetraits.category.transform.broken_compiler_workarounds_"></a><h5>
-<a name="id670370"></a>
+<a name="id672555"></a>
         <a class="link" href="transform.html#boost_typetraits.category.transform.broken_compiler_workarounds_">Broken
         Compiler Workarounds:</a>
       </h5>

Modified: sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/intrinsics.html
==============================================================================
--- sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/intrinsics.html (original)
+++ sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/intrinsics.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -71,7 +71,7 @@
       of the following macros:
     </p>
 <div class="table">
-<a name="id671921"></a><p class="title"><b>Table 1.4. Macros for Compiler Intrinsics</b></p>
+<a name="id674105"></a><p class="title"><b>Table 1.4. Macros for Compiler Intrinsics</b></p>
 <div class="table-contents"><table class="table" summary="Macros for Compiler Intrinsics">
 <colgroup>
 <col>

Modified: sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/add_const.html
==============================================================================
--- sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/add_const.html (original)
+++ sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/add_const.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -53,7 +53,7 @@
         or <code class="computeroutput"> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">type_traits</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code>
       </p>
 <div class="table">
-<a name="id677561"></a><p class="title"><b>Table 1.5. Examples</b></p>
+<a name="id679745"></a><p class="title"><b>Table 1.5. Examples</b></p>
 <div class="table-contents"><table class="table" summary="Examples">
 <colgroup>
 <col>

Modified: sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/add_cv.html
==============================================================================
--- sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/add_cv.html (original)
+++ sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/add_cv.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -54,7 +54,7 @@
         or <code class="computeroutput"> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">type_traits</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code>
       </p>
 <div class="table">
-<a name="id678034"></a><p class="title"><b>Table 1.6. Examples</b></p>
+<a name="id680218"></a><p class="title"><b>Table 1.6. Examples</b></p>
 <div class="table-contents"><table class="table" summary="Examples">
 <colgroup>
 <col>

Modified: sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/add_pointer.html
==============================================================================
--- sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/add_pointer.html (original)
+++ sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/add_pointer.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -56,7 +56,7 @@
         or <code class="computeroutput"> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">type_traits</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code>
       </p>
 <div class="table">
-<a name="id678558"></a><p class="title"><b>Table 1.7. Examples</b></p>
+<a name="id680743"></a><p class="title"><b>Table 1.7. Examples</b></p>
 <div class="table-contents"><table class="table" summary="Examples">
 <colgroup>
 <col>

Modified: sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/add_reference.html
==============================================================================
--- sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/add_reference.html (original)
+++ sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/add_reference.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -53,7 +53,7 @@
         or <code class="computeroutput"> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">type_traits</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code>
       </p>
 <div class="table">
-<a name="id679303"></a><p class="title"><b>Table 1.8. Examples</b></p>
+<a name="id681488"></a><p class="title"><b>Table 1.8. Examples</b></p>
 <div class="table-contents"><table class="table" summary="Examples">
 <colgroup>
 <col>

Modified: sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/add_volatile.html
==============================================================================
--- sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/add_volatile.html (original)
+++ sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/add_volatile.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -53,7 +53,7 @@
         or <code class="computeroutput"> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">type_traits</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code>
       </p>
 <div class="table">
-<a name="id679769"></a><p class="title"><b>Table 1.9. Examples</b></p>
+<a name="id681953"></a><p class="title"><b>Table 1.9. Examples</b></p>
 <div class="table-contents"><table class="table" summary="Examples">
 <colgroup>
 <col>

Modified: sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/decay.html
==============================================================================
--- sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/decay.html (original)
+++ sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/decay.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -48,7 +48,7 @@
         or <code class="computeroutput"> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">type_traits</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code>
       </p>
 <div class="table">
-<a name="id680965"></a><p class="title"><b>Table 1.10. Examples</b></p>
+<a name="id683150"></a><p class="title"><b>Table 1.10. Examples</b></p>
 <div class="table-contents"><table class="table" summary="Examples">
 <colgroup>
 <col>

Modified: sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/floating_point_promotion.html
==============================================================================
--- sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/floating_point_promotion.html (original)
+++ sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/floating_point_promotion.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -49,7 +49,7 @@
         or <code class="computeroutput"> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">type_traits</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code>
       </p>
 <div class="table">
-<a name="id682270"></a><p class="title"><b>Table 1.11. Examples</b></p>
+<a name="id684455"></a><p class="title"><b>Table 1.11. Examples</b></p>
 <div class="table-contents"><table class="table" summary="Examples">
 <colgroup>
 <col>

Modified: sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/function_traits.html
==============================================================================
--- sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/function_traits.html (original)
+++ sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/function_traits.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -59,7 +59,7 @@
         </p></td></tr>
 </table></div>
 <div class="table">
-<a name="id682633"></a><p class="title"><b>Table 1.12. Function Traits Members</b></p>
+<a name="id684817"></a><p class="title"><b>Table 1.12. Function Traits Members</b></p>
 <div class="table-contents"><table class="table" summary="Function Traits Members">
 <colgroup>
 <col>
@@ -122,7 +122,7 @@
 </table></div>
 </div>
 <br class="table-break"><div class="table">
-<a name="id682845"></a><p class="title"><b>Table 1.13. Examples</b></p>
+<a name="id685030"></a><p class="title"><b>Table 1.13. Examples</b></p>
 <div class="table-contents"><table class="table" summary="Examples">
 <colgroup>
 <col>

Modified: sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/integral_promotion.html
==============================================================================
--- sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/integral_promotion.html (original)
+++ sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/integral_promotion.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -49,7 +49,7 @@
         or <code class="computeroutput"> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">type_traits</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code>
       </p>
 <div class="table">
-<a name="id688847"></a><p class="title"><b>Table 1.14. Examples</b></p>
+<a name="id691032"></a><p class="title"><b>Table 1.14. Examples</b></p>
 <div class="table-contents"><table class="table" summary="Examples">
 <colgroup>
 <col>

Modified: sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/make_signed.html
==============================================================================
--- sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/make_signed.html (original)
+++ sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/make_signed.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -54,7 +54,7 @@
         or <code class="computeroutput"> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">type_traits</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code>
       </p>
 <div class="table">
-<a name="id708934"></a><p class="title"><b>Table 1.15. Examples</b></p>
+<a name="id711119"></a><p class="title"><b>Table 1.15. Examples</b></p>
 <div class="table-contents"><table class="table" summary="Examples">
 <colgroup>
 <col>

Modified: sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/make_unsigned.html
==============================================================================
--- sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/make_unsigned.html (original)
+++ sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/make_unsigned.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -54,7 +54,7 @@
         or <code class="computeroutput"> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">type_traits</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code>
       </p>
 <div class="table">
-<a name="id709410"></a><p class="title"><b>Table 1.16. Examples</b></p>
+<a name="id711594"></a><p class="title"><b>Table 1.16. Examples</b></p>
 <div class="table-contents"><table class="table" summary="Examples">
 <colgroup>
 <col>

Modified: sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/promote.html
==============================================================================
--- sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/promote.html (original)
+++ sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/promote.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -51,7 +51,7 @@
         or <code class="computeroutput"> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">type_traits</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code>
       </p>
 <div class="table">
-<a name="id709927"></a><p class="title"><b>Table 1.17. Examples</b></p>
+<a name="id712111"></a><p class="title"><b>Table 1.17. Examples</b></p>
 <div class="table-contents"><table class="table" summary="Examples">
 <colgroup>
 <col>

Modified: sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/remove_all_extents.html
==============================================================================
--- sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/remove_all_extents.html (original)
+++ sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/remove_all_extents.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -54,7 +54,7 @@
         or <code class="computeroutput"> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">type_traits</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code>
       </p>
 <div class="table">
-<a name="id712759"></a><p class="title"><b>Table 1.18. Examples</b></p>
+<a name="id714943"></a><p class="title"><b>Table 1.18. Examples</b></p>
 <div class="table-contents"><table class="table" summary="Examples">
 <colgroup>
 <col>

Modified: sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/remove_const.html
==============================================================================
--- sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/remove_const.html (original)
+++ sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/remove_const.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -53,7 +53,7 @@
         or <code class="computeroutput"> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">type_traits</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code>
       </p>
 <div class="table">
-<a name="id713296"></a><p class="title"><b>Table 1.19. Examples</b></p>
+<a name="id715481"></a><p class="title"><b>Table 1.19. Examples</b></p>
 <div class="table-contents"><table class="table" summary="Examples">
 <colgroup>
 <col>

Modified: sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/remove_cv.html
==============================================================================
--- sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/remove_cv.html (original)
+++ sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/remove_cv.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -53,7 +53,7 @@
         or <code class="computeroutput"> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">type_traits</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code>
       </p>
 <div class="table">
-<a name="id713822"></a><p class="title"><b>Table 1.20. Examples</b></p>
+<a name="id716007"></a><p class="title"><b>Table 1.20. Examples</b></p>
 <div class="table-contents"><table class="table" summary="Examples">
 <colgroup>
 <col>

Modified: sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/remove_extent.html
==============================================================================
--- sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/remove_extent.html (original)
+++ sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/remove_extent.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -54,7 +54,7 @@
         or <code class="computeroutput"> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">type_traits</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code>
       </p>
 <div class="table">
-<a name="id714345"></a><p class="title"><b>Table 1.21. Examples</b></p>
+<a name="id716530"></a><p class="title"><b>Table 1.21. Examples</b></p>
 <div class="table-contents"><table class="table" summary="Examples">
 <colgroup>
 <col>

Modified: sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/remove_pointer.html
==============================================================================
--- sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/remove_pointer.html (original)
+++ sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/remove_pointer.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -53,7 +53,7 @@
         or <code class="computeroutput"> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">type_traits</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code>
       </p>
 <div class="table">
-<a name="id714894"></a><p class="title"><b>Table 1.22. Examples</b></p>
+<a name="id717079"></a><p class="title"><b>Table 1.22. Examples</b></p>
 <div class="table-contents"><table class="table" summary="Examples">
 <colgroup>
 <col>

Modified: sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/remove_reference.html
==============================================================================
--- sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/remove_reference.html (original)
+++ sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/remove_reference.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -53,7 +53,7 @@
         or <code class="computeroutput"> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">type_traits</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code>
       </p>
 <div class="table">
-<a name="id715399"></a><p class="title"><b>Table 1.23. Examples</b></p>
+<a name="id717584"></a><p class="title"><b>Table 1.23. Examples</b></p>
 <div class="table-contents"><table class="table" summary="Examples">
 <colgroup>
 <col>

Modified: sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/remove_volatile.html
==============================================================================
--- sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/remove_volatile.html (original)
+++ sandbox/tools/auto_index/example/type_traits/doc/html/boost_typetraits/reference/remove_volatile.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -53,7 +53,7 @@
         or <code class="computeroutput"> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">type_traits</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code>
       </p>
 <div class="table">
-<a name="id715849"></a><p class="title"><b>Table 1.24. Examples</b></p>
+<a name="id718034"></a><p class="title"><b>Table 1.24. Examples</b></p>
 <div class="table-contents"><table class="table" summary="Examples">
 <colgroup>
 <col>

Modified: sandbox/tools/auto_index/example/type_traits/doc/html/index.html
==============================================================================
--- sandbox/tools/auto_index/example/type_traits/doc/html/index.html (original)
+++ sandbox/tools/auto_index/example/type_traits/doc/html/index.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -30,7 +30,7 @@
       Marcus, Itay Maman, John Maddock, Alexander Nasonov, Thorsten Ottosen, Robert
       Ramey and Jeremy Siek</p></div>
 <div><div class="legalnotice">
-<a name="id655189"></a><p>
+<a name="id657373"></a><p>
         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)
       </p>

Modified: sandbox/tools/auto_index/example/type_traits/doc/html/index/s10.html
==============================================================================
--- sandbox/tools/auto_index/example/type_traits/doc/html/index/s10.html (original)
+++ sandbox/tools/auto_index/example/type_traits/doc/html/index/s10.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -24,8 +24,8 @@
 </div>
 <div class="section" lang="en">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id716413"></a>Class Index</h2></div></div></div>
-<p><a class="link" href="s10.html#idx_id_0">A</a> <a class="link" href="s10.html#idx_id_1">D</a> <a class="link" href="s10.html#idx_id_2">E</a> <a class="link" href="s10.html#idx_id_3">F</a> <a class="link" href="s10.html#idx_id_4">H</a> <a class="link" href="s10.html#idx_id_5">I</a> <a class="link" href="s10.html#idx_id_6">M</a> <a class="link" href="s10.html#idx_id_7">P</a> <a class="link" href="s10.html#idx_id_8">R</a> <a class="link" href="s10.html#idx_id_9">T</a> </p>
+<a name="id718598"></a>Class Index</h2></div></div></div>
+<p><a class="link" href="s10.html#idx_id_0">A</a> <a class="link" href="s10.html#idx_id_1">D</a> <a class="link" href="s10.html#idx_id_2">E</a> <a class="link" href="s10.html#idx_id_3">F</a> <a class="link" href="s10.html#idx_id_4">H</a> <a class="link" href="s10.html#idx_id_5">I</a> <a class="link" href="s10.html#idx_id_6">M</a> <a class="link" href="s10.html#idx_id_7">P</a> <a class="link" href="s10.html#idx_id_8">R</a> </p>
 <div class="variablelist"><dl>
 <dt>
 <a name="idx_id_0"></a><span class="term">A</span>
@@ -33,42 +33,41 @@
 <dd><div class="variablelist"><dl>
 <dt><span class="term">add_const</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/add_const.html" title="add_const"><span class="bold"><strong>add_const</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/add_const.html" title="add_const">add_const</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/add_const.html" title="add_const">Examples</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/transform.html" title="Type Traits that Transform One Type to Another">Type Traits that Transform One Type to Another</a></p></td></tr>
 </table></dd>
 <dt><span class="term">add_cv</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/add_cv.html" title="add_cv"><span class="bold"><strong>add_cv</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/add_cv.html" title="add_cv">add_cv</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/add_cv.html" title="add_cv">Examples</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/transform.html" title="Type Traits that Transform One Type to Another">Type Traits that Transform One Type to Another</a></p></td></tr>
 </table></dd>
 <dt><span class="term">add_pointer</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/add_pointer.html" title="add_pointer"><span class="bold"><strong>add_pointer</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/add_pointer.html" title="add_pointer">add_pointer</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/add_pointer.html" title="add_pointer">Examples</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/add_pointer.html" title="add_pointer">remove_reference</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/transform.html" title="Type Traits that Transform One Type to Another">Type Traits that Transform One Type to Another</a></p></td></tr>
 </table></dd>
 <dt><span class="term">add_reference</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/add_reference.html" title="add_reference"><span class="bold"><strong>add_reference</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/add_reference.html" title="add_reference">add_reference</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/background.html" title="Background and Tutorial">Background and Tutorial</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/add_reference.html" title="add_reference">Examples</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/transform.html" title="Type Traits that Transform One Type to Another">Type Traits that Transform One Type to Another</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/background.html" title="Background and Tutorial"><span class="bold"><strong>Using add_reference to synthesize the correct constructor type</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/background.html" title="Background and Tutorial">Using add_reference to synthesize the correct constructor type</a></p></td></tr>
 </table></dd>
 <dt><span class="term">add_volatile</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/add_volatile.html" title="add_volatile"><span class="bold"><strong>add_volatile</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/add_volatile.html" title="add_volatile">add_volatile</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/add_volatile.html" title="add_volatile">Examples</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/transform.html" title="Type Traits that Transform One Type to Another">Type Traits that Transform One Type to Another</a></p></td></tr>
 </table></dd>
 <dt><span class="term">alignment_of</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/alignment_of.html" title="alignment_of"><span class="bold"><strong>alignment_of</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/alignment_of.html" title="alignment_of">alignment_of</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/properties.html" title="General Type Properties">General Type Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/alignment_of.html" title="alignment_of">integral_constant</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits.html" title="Type Traits that Describe the Properties of a Type">Type Traits that Describe the Properties of a Type</a></p></td></tr>
 </table></dd>
 </dl></div></dd>
@@ -78,7 +77,7 @@
 <dd><div class="variablelist"><dl>
 <dt><span class="term">decay</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/decay.html" title="decay"><span class="bold"><strong>decay</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/decay.html" title="decay">decay</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/decay.html" title="decay">Examples</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/decay.html" title="decay">remove_extent</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/decay.html" title="decay">remove_reference</a></p></td></tr>
@@ -91,9 +90,8 @@
 <dd><div class="variablelist"><dl>
 <dt><span class="term">extent</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/extent.html" title="extent"><span class="bold"><strong>extent</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/extent.html" title="extent">extent</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/properties.html" title="General Type Properties">General Type Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/extent.html" title="extent">integral_constant</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/extent.html" title="extent">rank</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits.html" title="Type Traits that Describe the Properties of a Type">Type Traits that Describe the Properties of a Type</a></p></td></tr>
 </table></dd>
@@ -105,19 +103,10 @@
 <dt><span class="term">floating_point_promotion</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/reference/floating_point_promotion.html" title="floating_point_promotion">Examples</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/floating_point_promotion.html" title="floating_point_promotion"><span class="bold"><strong>floating_point_promotion</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/floating_point_promotion.html" title="floating_point_promotion">floating_point_promotion</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/promote.html" title="promote">promote</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/transform.html" title="Type Traits that Transform One Type to Another">Type Traits that Transform One Type to Another</a></p></td></tr>
 </table></dd>
-<dt><span class="term">function_traits</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/category/function.html" title="Decomposing Function Types">Decomposing Function Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/function_traits.html" title="function_traits">Examples</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/function_traits.html" title="function_traits">Function Traits Members</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/function_traits.html" title="function_traits"><span class="bold"><strong>function_traits</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/function_traits.html" title="function_traits">remove_pointer</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/function_traits.html" title="function_traits">result_type</a></p></td></tr>
-</table></dd>
 </dl></div></dd>
 <dt>
 <a name="idx_id_4"></a><span class="term">H</span>
@@ -125,403 +114,311 @@
 <dd><div class="variablelist"><dl>
 <dt><span class="term">has_nothrow_assign</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_nothrow_assign.html" title="has_nothrow_assign">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/properties.html" title="General Type Properties">General Type Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_nothrow_assign.html" title="has_nothrow_assign"><span class="bold"><strong>has_nothrow_assign</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/has_nothrow_assign.html" title="has_nothrow_assign">has_nothrow_assign</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_nothrow_assign.html" title="has_nothrow_assign">true_type</a></p></td></tr>
 </table></dd>
 <dt><span class="term">has_nothrow_constructor</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_nothrow_constructor.html" title="has_nothrow_constructor">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/properties.html" title="General Type Properties">General Type Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_nothrow_constructor.html" title="has_nothrow_constructor"><span class="bold"><strong>has_nothrow_constructor</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/has_nothrow_constructor.html" title="has_nothrow_constructor">has_nothrow_constructor</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/has_nothrow_constructor.html" title="has_nothrow_constructor">has_nothrow_default_constructor</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_nothrow_constructor.html" title="has_nothrow_constructor">true_type</a></p></td></tr>
 </table></dd>
 <dt><span class="term">has_nothrow_copy</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_nothrow_copy.html" title="has_nothrow_copy">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/properties.html" title="General Type Properties">General Type Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_nothrow_copy.html" title="has_nothrow_copy"><span class="bold"><strong>has_nothrow_copy</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/has_nothrow_copy.html" title="has_nothrow_copy">has_nothrow_copy</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/has_nothrow_copy.html" title="has_nothrow_copy">has_nothrow_copy_constructor</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_nothrow_copy.html" title="has_nothrow_copy">true_type</a></p></td></tr>
 </table></dd>
 <dt><span class="term">has_nothrow_copy_constructor</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/properties.html" title="General Type Properties">General Type Properties</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/has_nothrow_copy.html" title="has_nothrow_copy">has_nothrow_copy</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_nothrow_cp_cons.html" title="has_nothrow_copy_constructor"><span class="bold"><strong>has_nothrow_copy_constructor</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/has_nothrow_cp_cons.html" title="has_nothrow_copy_constructor">has_nothrow_copy_constructor</a></p></td></tr>
 </table></dd>
 <dt><span class="term">has_nothrow_default_constructor</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/properties.html" title="General Type Properties">General Type Properties</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/has_nothrow_constructor.html" title="has_nothrow_constructor">has_nothrow_constructor</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_no_throw_def_cons.html" title="has_nothrow_default_constructor"><span class="bold"><strong>has_nothrow_default_constructor</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/has_no_throw_def_cons.html" title="has_nothrow_default_constructor">has_nothrow_default_constructor</a></p></td></tr>
 </table></dd>
 <dt><span class="term">has_trivial_assign</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/examples/fill.html" title="An Optimised Version of std::fill">An Optimised Version of std::fill</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/examples/copy.html" title="An Optimized Version of std::copy">An Optimized Version of std::copy</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/background.html" title="Background and Tutorial">Background and Tutorial</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_assign.html" title="has_trivial_assign">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/properties.html" title="General Type Properties">General Type Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_assign.html" title="has_trivial_assign"><span class="bold"><strong>has_trivial_assign</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_assign.html" title="has_trivial_assign">has_trivial_assign</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_assign.html" title="has_trivial_assign">true_type</a></p></td></tr>
 </table></dd>
 <dt><span class="term">has_trivial_constructor</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_constructor.html" title="has_trivial_constructor">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/properties.html" title="General Type Properties">General Type Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_constructor.html" title="has_trivial_constructor"><span class="bold"><strong>has_trivial_constructor</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_constructor.html" title="has_trivial_constructor">has_trivial_constructor</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_constructor.html" title="has_trivial_constructor">has_trivial_default_constructor</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_stateless.html" title="is_stateless">is_stateless</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_constructor.html" title="has_trivial_constructor">true_type</a></p></td></tr>
 </table></dd>
 <dt><span class="term">has_trivial_copy</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_copy.html" title="has_trivial_copy">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/properties.html" title="General Type Properties">General Type Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_copy.html" title="has_trivial_copy"><span class="bold"><strong>has_trivial_copy</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_copy.html" title="has_trivial_copy">has_trivial_copy</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_copy.html" title="has_trivial_copy">has_trivial_copy_constructor</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_stateless.html" title="is_stateless">is_stateless</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_copy.html" title="has_trivial_copy">true_type</a></p></td></tr>
 </table></dd>
 <dt><span class="term">has_trivial_copy_constructor</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/properties.html" title="General Type Properties">General Type Properties</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_copy.html" title="has_trivial_copy">has_trivial_copy</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_cp_cons.html" title="has_trivial_copy_constructor"><span class="bold"><strong>has_trivial_copy_constructor</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_cp_cons.html" title="has_trivial_copy_constructor">has_trivial_copy_constructor</a></p></td></tr>
 </table></dd>
 <dt><span class="term">has_trivial_default_constructor</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/properties.html" title="General Type Properties">General Type Properties</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_constructor.html" title="has_trivial_constructor">has_trivial_constructor</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_def_cons.html" title="has_trivial_default_constructor"><span class="bold"><strong>has_trivial_default_constructor</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_def_cons.html" title="has_trivial_default_constructor">has_trivial_default_constructor</a></p></td></tr>
 </table></dd>
 <dt><span class="term">has_trivial_destructor</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/examples/destruct.html" title="An Example that Omits Destructor Calls For Types with Trivial Destructors">An Example that Omits Destructor Calls For Types with Trivial Destructors</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_destructor.html" title="has_trivial_destructor">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/properties.html" title="General Type Properties">General Type Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_destructor.html" title="has_trivial_destructor"><span class="bold"><strong>has_trivial_destructor</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_destructor.html" title="has_trivial_destructor">has_trivial_destructor</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_stateless.html" title="is_stateless">is_stateless</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_destructor.html" title="has_trivial_destructor">true_type</a></p></td></tr>
 </table></dd>
 <dt><span class="term">has_virtual_destructor</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_virtual_destructor.html" title="has_virtual_destructor">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/properties.html" title="General Type Properties">General Type Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_virtual_destructor.html" title="has_virtual_destructor"><span class="bold"><strong>has_virtual_destructor</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/has_virtual_destructor.html" title="has_virtual_destructor">has_virtual_destructor</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_virtual_destructor.html" title="has_virtual_destructor">true_type</a></p></td></tr>
 </table></dd>
 </dl></div></dd>
 <dt>
 <a name="idx_id_5"></a><span class="term">I</span>
 </dt>
 <dd><div class="variablelist"><dl>
-<dt><span class="term">integral_constant</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/alignment_of.html" title="alignment_of">alignment_of</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/examples/iter.html" title="An improved Version of std::iter_swap">An improved Version of std::iter_swap</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/examples/fill.html" title="An Optimised Version of std::fill">An Optimised Version of std::fill</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/examples/copy.html" title="An Optimized Version of std::copy">An Optimized Version of std::copy</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/extent.html" title="extent">extent</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/integral_constant.html" title="integral_constant">false_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/integral_constant.html" title="integral_constant"><span class="bold"><strong>integral_constant</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/mpl.html" title="MPL Interoperability">MPL Interoperability</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/rank.html" title="rank">rank</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/integral_constant.html" title="integral_constant">true_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/category/value_traits.html" title="Type Traits that Describe the Properties of a Type">Type Traits that Describe the Properties of a Type</a></p></td></tr>
-</table></dd>
 <dt><span class="term">integral_promotion</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/reference/integral_promotion.html" title="integral_promotion">Examples</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/integral_promotion.html" title="integral_promotion"><span class="bold"><strong>integral_promotion</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/integral_promotion.html" title="integral_promotion">integral_promotion</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/promote.html" title="promote">promote</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/transform.html" title="Type Traits that Transform One Type to Another">Type Traits that Transform One Type to Another</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_abstract</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_abstract.html" title="is_abstract">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/properties.html" title="General Type Properties">General Type Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_abstract.html" title="is_abstract"><span class="bold"><strong>is_abstract</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_abstract.html" title="is_abstract">is_abstract</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_convertible.html" title="is_convertible">is_convertible</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_abstract.html" title="is_abstract">is_polymorphic</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_abstract.html" title="is_abstract">true_type</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_arithmetic</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">Categorizing a Type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_arithmetic.html" title="is_arithmetic">false_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_arithmetic.html" title="is_arithmetic"><span class="bold"><strong>is_arithmetic</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_arithmetic.html" title="is_arithmetic">is_arithmetic</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_arithmetic.html" title="is_arithmetic">is_floating_point</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_arithmetic.html" title="is_arithmetic">is_integral</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_arithmetic.html" title="is_arithmetic">true_type</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_array</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">Categorizing a Type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_array.html" title="is_array">false_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_array.html" title="is_array"><span class="bold"><strong>is_array</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_array.html" title="is_array">true_type</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_array.html" title="is_array">is_array</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_base_of</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_base_of.html" title="is_base_of">false_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_base_of.html" title="is_base_of"><span class="bold"><strong>is_base_of</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_base_of.html" title="is_base_of">is_base_of</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/relate.html" title="Relationships Between Two Types">Relationships Between Two Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_base_of.html" title="is_base_of">true_type</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_class</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">Categorizing a Type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_class.html" title="is_class">false_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_class.html" title="is_class"><span class="bold"><strong>is_class</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_class.html" title="is_class">is_class</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_stateless.html" title="is_stateless">is_stateless</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_class.html" title="is_class">is_union</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_class.html" title="is_class">true_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/user_defined.html" title="User Defined Specializations">User Defined Specializations</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_complex</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">Categorizing a Type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_complex.html" title="is_complex">false_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_complex.html" title="is_complex"><span class="bold"><strong>is_complex</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_complex.html" title="is_complex">true_type</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_complex.html" title="is_complex">is_complex</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_compound</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">Categorizing a Type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_compound.html" title="is_compound">false_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_compound.html" title="is_compound"><span class="bold"><strong>is_compound</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_compound.html" title="is_compound">is_compound</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_compound.html" title="is_compound">is_fundamental</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_compound.html" title="is_compound">true_type</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_const</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_const.html" title="is_const">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/properties.html" title="General Type Properties">General Type Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_const.html" title="is_const"><span class="bold"><strong>is_const</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_const.html" title="is_const">true_type</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_const.html" title="is_const">is_const</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_convertible</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/credits.html" title="Credits">Credits</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_convertible.html" title="is_convertible">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_convertible.html" title="is_convertible">is_abstract</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_convertible.html" title="is_convertible"><span class="bold"><strong>is_convertible</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_convertible.html" title="is_convertible">is_convertible</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_enum.html" title="is_enum">is_enum</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/relate.html" title="Relationships Between Two Types">Relationships Between Two Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_convertible.html" title="is_convertible">true_type</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_empty</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_empty.html" title="is_empty">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/properties.html" title="General Type Properties">General Type Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_empty.html" title="is_empty"><span class="bold"><strong>is_empty</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_empty.html" title="is_empty">is_empty</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_stateless.html" title="is_stateless">is_stateless</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_empty.html" title="is_empty">is_union</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_empty.html" title="is_empty">true_type</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_enum</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">Categorizing a Type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_enum.html" title="is_enum">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_enum.html" title="is_enum">is_convertible</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_enum.html" title="is_enum"><span class="bold"><strong>is_enum</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_enum.html" title="is_enum">true_type</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_enum.html" title="is_enum">is_enum</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_floating_point</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">Categorizing a Type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_floating_point.html" title="is_floating_point">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_arithmetic.html" title="is_arithmetic">is_arithmetic</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_floating_point.html" title="is_floating_point"><span class="bold"><strong>is_floating_point</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_floating_point.html" title="is_floating_point">is_floating_point</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_fundamental.html" title="is_fundamental">is_fundamental</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_floating_point.html" title="is_floating_point">true_type</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_function</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">Categorizing a Type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/function.html" title="Decomposing Function Types">Decomposing Function Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_function.html" title="is_function">false_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_function.html" title="is_function"><span class="bold"><strong>is_function</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_function.html" title="is_function">is_function</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_function.html" title="is_function">is_member_function_pointer</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_function.html" title="is_function">is_pointer</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_function.html" title="is_function">is_reference</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_function.html" title="is_function">remove_pointer</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_function.html" title="is_function">true_type</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_fundamental</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">Categorizing a Type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_fundamental.html" title="is_fundamental">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_compound.html" title="is_compound">is_compound</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_fundamental.html" title="is_fundamental">is_floating_point</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_fundamental.html" title="is_fundamental"><span class="bold"><strong>is_fundamental</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_fundamental.html" title="is_fundamental">is_fundamental</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_fundamental.html" title="is_fundamental">is_integral</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_fundamental.html" title="is_fundamental">is_void</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_fundamental.html" title="is_fundamental">true_type</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_integral</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">Categorizing a Type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_integral.html" title="is_integral">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_arithmetic.html" title="is_arithmetic">is_arithmetic</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_fundamental.html" title="is_fundamental">is_fundamental</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_integral.html" title="is_integral"><span class="bold"><strong>is_integral</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_integral.html" title="is_integral">true_type</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_integral.html" title="is_integral">is_integral</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_member_function_pointer</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">Categorizing a Type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_member_function_pointer.html" title="is_member_function_pointer">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_function.html" title="is_function">is_function</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_member_function_pointer.html" title="is_member_function_pointer"><span class="bold"><strong>is_member_function_pointer</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_member_function_pointer.html" title="is_member_function_pointer">is_member_function_pointer</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_member_function_pointer.html" title="is_member_function_pointer">is_member_object_pointer</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_member_function_pointer.html" title="is_member_function_pointer">is_member_pointer</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_member_function_pointer.html" title="is_member_function_pointer">true_type</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_member_object_pointer</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">Categorizing a Type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_member_object_pointer.html" title="is_member_object_pointer">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_member_function_pointer.html" title="is_member_function_pointer">is_member_function_pointer</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_member_object_pointer.html" title="is_member_object_pointer"><span class="bold"><strong>is_member_object_pointer</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_member_object_pointer.html" title="is_member_object_pointer">is_member_object_pointer</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_member_object_pointer.html" title="is_member_object_pointer">is_member_pointer</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_member_object_pointer.html" title="is_member_object_pointer">true_type</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_member_pointer</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">Categorizing a Type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_member_pointer.html" title="is_member_pointer">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_member_function_pointer.html" title="is_member_function_pointer">is_member_function_pointer</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_member_object_pointer.html" title="is_member_object_pointer">is_member_object_pointer</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_member_pointer.html" title="is_member_pointer"><span class="bold"><strong>is_member_pointer</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_member_pointer.html" title="is_member_pointer">true_type</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_member_pointer.html" title="is_member_pointer">is_member_pointer</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_object</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">Categorizing a Type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_object.html" title="is_object">false_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_object.html" title="is_object"><span class="bold"><strong>is_object</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_object.html" title="is_object">true_type</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_object.html" title="is_object">is_object</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_pod</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_pod.html" title="is_pod">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/properties.html" title="General Type Properties">General Type Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_pod.html" title="is_pod"><span class="bold"><strong>is_pod</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_pod.html" title="is_pod">is_pod</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_pod.html" title="is_pod">true_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/user_defined.html" title="User Defined Specializations">User Defined Specializations</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_pointer</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/background.html" title="Background and Tutorial">Background and Tutorial</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">Categorizing a Type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_pointer.html" title="is_pointer">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_function.html" title="is_function">is_function</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_pointer.html" title="is_pointer"><span class="bold"><strong>is_pointer</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_pointer.html" title="is_pointer">true_type</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_pointer.html" title="is_pointer">is_pointer</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_polymorphic</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_polymorphic.html" title="is_polymorphic">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/properties.html" title="General Type Properties">General Type Properties</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_abstract.html" title="is_abstract">is_abstract</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_polymorphic.html" title="is_polymorphic"><span class="bold"><strong>is_polymorphic</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_polymorphic.html" title="is_polymorphic">is_polymorphic</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_polymorphic.html" title="is_polymorphic">true_type</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_reference</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/examples/iter.html" title="An improved Version of std::iter_swap">An improved Version of std::iter_swap</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">Categorizing a Type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_reference.html" title="is_reference">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_function.html" title="is_function">is_function</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_reference.html" title="is_reference"><span class="bold"><strong>is_reference</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_reference.html" title="is_reference">true_type</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_reference.html" title="is_reference">is_reference</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_same</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/examples/iter.html" title="An improved Version of std::iter_swap">An improved Version of std::iter_swap</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_same.html" title="is_same">false_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_same.html" title="is_same"><span class="bold"><strong>is_same</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_same.html" title="is_same">is_same</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/relate.html" title="Relationships Between Two Types">Relationships Between Two Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_same.html" title="is_same">true_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/transform.html" title="Type Traits that Transform One Type to Another">Type Traits that Transform One Type to Another</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_scalar</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">Categorizing a Type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_scalar.html" title="is_scalar">false_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_scalar.html" title="is_scalar"><span class="bold"><strong>is_scalar</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_scalar.html" title="is_scalar">true_type</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_scalar.html" title="is_scalar">is_scalar</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_signed</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_signed.html" title="is_signed">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/properties.html" title="General Type Properties">General Type Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_signed.html" title="is_signed"><span class="bold"><strong>is_signed</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_signed.html" title="is_signed">true_type</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_signed.html" title="is_signed">is_signed</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_stateless</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_stateless.html" title="is_stateless">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/properties.html" title="General Type Properties">General Type Properties</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_stateless.html" title="is_stateless">has_trivial_constructor</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_stateless.html" title="is_stateless">has_trivial_copy</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_stateless.html" title="is_stateless">has_trivial_destructor</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_stateless.html" title="is_stateless">is_class</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_stateless.html" title="is_stateless">is_empty</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_stateless.html" title="is_stateless"><span class="bold"><strong>is_stateless</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_stateless.html" title="is_stateless">is_stateless</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_stateless.html" title="is_stateless">true_type</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_union</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">Categorizing a Type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_union.html" title="is_union">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_class.html" title="is_class">is_class</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_empty.html" title="is_empty">is_empty</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_union.html" title="is_union"><span class="bold"><strong>is_union</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_union.html" title="is_union">is_union</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_union.html" title="is_union">true_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/user_defined.html" title="User Defined Specializations">User Defined Specializations</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_unsigned</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_unsigned.html" title="is_unsigned">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/properties.html" title="General Type Properties">General Type Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_unsigned.html" title="is_unsigned"><span class="bold"><strong>is_unsigned</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_unsigned.html" title="is_unsigned">true_type</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_unsigned.html" title="is_unsigned">is_unsigned</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_void</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/background.html" title="Background and Tutorial">Background and Tutorial</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">Categorizing a Type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_void.html" title="is_void">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_fundamental.html" title="is_fundamental">is_fundamental</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_void.html" title="is_void"><span class="bold"><strong>is_void</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_void.html" title="is_void">true_type</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_void.html" title="is_void">is_void</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_volatile</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_volatile.html" title="is_volatile">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/properties.html" title="General Type Properties">General Type Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_volatile.html" title="is_volatile"><span class="bold"><strong>is_volatile</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_volatile.html" title="is_volatile">true_type</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_volatile.html" title="is_volatile">is_volatile</a></p></td></tr>
 </table></dd>
 </dl></div></dd>
 <dt>
@@ -531,12 +428,14 @@
 <dt><span class="term">make_signed</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/reference/make_signed.html" title="make_signed">Examples</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/make_signed.html" title="make_signed"><span class="bold"><strong>make_signed</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/make_signed.html" title="make_signed">make_signed</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/make_unsigned.html" title="make_unsigned">make_unsigned</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/transform.html" title="Type Traits that Transform One Type to Another">Type Traits that Transform One Type to Another</a></p></td></tr>
 </table></dd>
 <dt><span class="term">make_unsigned</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/make_unsigned.html" title="make_unsigned"><span class="bold"><strong>make_unsigned</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/make_unsigned.html" title="make_unsigned">make_signed</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/make_unsigned.html" title="make_unsigned">make_unsigned</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/transform.html" title="Type Traits that Transform One Type to Another">Type Traits that Transform One Type to Another</a></p></td></tr>
 </table></dd>
 </dl></div></dd>
@@ -550,7 +449,7 @@
 <tr><td><p><a class="link" href="../boost_typetraits/reference/promote.html" title="promote">Examples</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/promote.html" title="promote">floating_point_promotion</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/promote.html" title="promote">integral_promotion</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/promote.html" title="promote"><span class="bold"><strong>promote</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/promote.html" title="promote">promote</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/transform.html" title="Type Traits that Transform One Type to Another">Type Traits that Transform One Type to Another</a></p></td></tr>
 </table></dd>
 </dl></div></dd>
@@ -562,27 +461,26 @@
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/reference/extent.html" title="extent">extent</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/properties.html" title="General Type Properties">General Type Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/rank.html" title="rank">integral_constant</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/rank.html" title="rank"><span class="bold"><strong>rank</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/rank.html" title="rank">rank</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits.html" title="Type Traits that Describe the Properties of a Type">Type Traits that Describe the Properties of a Type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/transform.html" title="Type Traits that Transform One Type to Another">Type Traits that Transform One Type to Another</a></p></td></tr>
 </table></dd>
 <dt><span class="term">remove_all_extents</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/reference/remove_all_extents.html" title="remove_all_extents">Examples</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/remove_all_extents.html" title="remove_all_extents"><span class="bold"><strong>remove_all_extents</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/remove_all_extents.html" title="remove_all_extents">remove_all_extents</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/transform.html" title="Type Traits that Transform One Type to Another">Type Traits that Transform One Type to Another</a></p></td></tr>
 </table></dd>
 <dt><span class="term">remove_const</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/reference/remove_const.html" title="remove_const">Examples</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/remove_const.html" title="remove_const"><span class="bold"><strong>remove_const</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/remove_const.html" title="remove_const">remove_const</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/transform.html" title="Type Traits that Transform One Type to Another">Type Traits that Transform One Type to Another</a></p></td></tr>
 </table></dd>
 <dt><span class="term">remove_cv</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/reference/remove_cv.html" title="remove_cv">Examples</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/remove_cv.html" title="remove_cv"><span class="bold"><strong>remove_cv</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/remove_cv.html" title="remove_cv">remove_cv</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/transform.html" title="Type Traits that Transform One Type to Another">Type Traits that Transform One Type to Another</a></p></td></tr>
 </table></dd>
 <dt><span class="term">remove_extent</span></dt>
@@ -590,7 +488,7 @@
 <tr><td><p><a class="link" href="../boost_typetraits/background.html" title="Background and Tutorial">Background and Tutorial</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/decay.html" title="decay">decay</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/remove_extent.html" title="remove_extent">Examples</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/remove_extent.html" title="remove_extent"><span class="bold"><strong>remove_extent</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/remove_extent.html" title="remove_extent">remove_extent</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/transform.html" title="Type Traits that Transform One Type to Another">Type Traits that Transform One Type to Another</a></p></td></tr>
 </table></dd>
 <dt><span class="term">remove_pointer</span></dt>
@@ -598,7 +496,7 @@
 <tr><td><p><a class="link" href="../boost_typetraits/reference/remove_pointer.html" title="remove_pointer">Examples</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/function_traits.html" title="function_traits">function_traits</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_function.html" title="is_function">is_function</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/remove_pointer.html" title="remove_pointer"><span class="bold"><strong>remove_pointer</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/remove_pointer.html" title="remove_pointer">remove_pointer</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/transform.html" title="Type Traits that Transform One Type to Another">Type Traits that Transform One Type to Another</a></p></td></tr>
 </table></dd>
 <dt><span class="term">remove_reference</span></dt>
@@ -606,26 +504,16 @@
 <tr><td><p><a class="link" href="../boost_typetraits/reference/add_pointer.html" title="add_pointer">add_pointer</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/decay.html" title="decay">decay</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/remove_reference.html" title="remove_reference">Examples</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/remove_reference.html" title="remove_reference"><span class="bold"><strong>remove_reference</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/remove_reference.html" title="remove_reference">remove_reference</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/transform.html" title="Type Traits that Transform One Type to Another">Type Traits that Transform One Type to Another</a></p></td></tr>
 </table></dd>
 <dt><span class="term">remove_volatile</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/reference/remove_volatile.html" title="remove_volatile">Examples</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/remove_volatile.html" title="remove_volatile"><span class="bold"><strong>remove_volatile</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/remove_volatile.html" title="remove_volatile">remove_volatile</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/transform.html" title="Type Traits that Transform One Type to Another">Type Traits that Transform One Type to Another</a></p></td></tr>
 </table></dd>
 </dl></div></dd>
-<dt>
-<a name="idx_id_9"></a><span class="term">T</span>
-</dt>
-<dd><div class="variablelist"><dl>
-<dt><span class="term">type_with_alignment</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/category/alignment.html" title="Synthesizing Types with Specific Alignments">Synthesizing Types with Specific Alignments</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/type_with_alignment.html" title="type_with_alignment"><span class="bold"><strong>type_with_alignment</strong></span></a></p></td></tr>
-</table></dd>
-</dl></div></dd>
 </dl></div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>

Modified: sandbox/tools/auto_index/example/type_traits/doc/html/index/s11.html
==============================================================================
--- sandbox/tools/auto_index/example/type_traits/doc/html/index/s11.html (original)
+++ sandbox/tools/auto_index/example/type_traits/doc/html/index/s11.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -24,131 +24,15 @@
 </div>
 <div class="section" lang="en">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id721896"></a>Typedef Index</h2></div></div></div>
-<p><a class="link" href="s11.html#idx_id_10">F</a> <a class="link" href="s11.html#idx_id_11">R</a> <a class="link" href="s11.html#idx_id_12">T</a> </p>
+<a name="id720752"></a>Typedef Index</h2></div></div></div>
+<p><a class="link" href="s11.html#idx_id_9">R</a> </p>
 <div class="variablelist"><dl>
 <dt>
-<a name="idx_id_10"></a><span class="term">F</span>
-</dt>
-<dd><div class="variablelist"><dl>
-<dt><span class="term">false_type</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/examples/destruct.html" title="An Example that Omits Destructor Calls For Types with Trivial Destructors">An Example that Omits Destructor Calls For Types with Trivial Destructors</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/examples/iter.html" title="An improved Version of std::iter_swap">An improved Version of std::iter_swap</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/background.html" title="Background and Tutorial">Background and Tutorial</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">Categorizing a Type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_nothrow_assign.html" title="has_nothrow_assign">has_nothrow_assign</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_nothrow_constructor.html" title="has_nothrow_constructor">has_nothrow_constructor</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_nothrow_copy.html" title="has_nothrow_copy">has_nothrow_copy</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_assign.html" title="has_trivial_assign">has_trivial_assign</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_constructor.html" title="has_trivial_constructor">has_trivial_constructor</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_copy.html" title="has_trivial_copy">has_trivial_copy</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_destructor.html" title="has_trivial_destructor">has_trivial_destructor</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_virtual_destructor.html" title="has_virtual_destructor">has_virtual_destructor</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/integral_constant.html" title="integral_constant">integral_constant</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/intro.html" title="Introduction">Introduction</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_abstract.html" title="is_abstract">is_abstract</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_arithmetic.html" title="is_arithmetic">is_arithmetic</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_array.html" title="is_array">is_array</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_base_of.html" title="is_base_of">is_base_of</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_class.html" title="is_class">is_class</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_complex.html" title="is_complex">is_complex</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_compound.html" title="is_compound">is_compound</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_const.html" title="is_const">is_const</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_convertible.html" title="is_convertible">is_convertible</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_empty.html" title="is_empty">is_empty</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_enum.html" title="is_enum">is_enum</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_floating_point.html" title="is_floating_point">is_floating_point</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_function.html" title="is_function">is_function</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_fundamental.html" title="is_fundamental">is_fundamental</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_integral.html" title="is_integral">is_integral</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_member_function_pointer.html" title="is_member_function_pointer">is_member_function_pointer</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_member_object_pointer.html" title="is_member_object_pointer">is_member_object_pointer</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_member_pointer.html" title="is_member_pointer">is_member_pointer</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_object.html" title="is_object">is_object</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_pod.html" title="is_pod">is_pod</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_pointer.html" title="is_pointer">is_pointer</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_polymorphic.html" title="is_polymorphic">is_polymorphic</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_reference.html" title="is_reference">is_reference</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_same.html" title="is_same">is_same</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_scalar.html" title="is_scalar">is_scalar</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_signed.html" title="is_signed">is_signed</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_stateless.html" title="is_stateless">is_stateless</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_union.html" title="is_union">is_union</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_unsigned.html" title="is_unsigned">is_unsigned</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_void.html" title="is_void">is_void</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_volatile.html" title="is_volatile">is_volatile</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/mpl.html" title="MPL Interoperability">MPL Interoperability</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/user_defined.html" title="User Defined Specializations">User Defined Specializations</a></p></td></tr>
-</table></dd>
-</dl></div></dd>
-<dt>
-<a name="idx_id_11"></a><span class="term">R</span>
+<a name="idx_id_9"></a><span class="term">R</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">result_type</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/function_traits.html" title="function_traits">Examples</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/function_traits.html" title="function_traits">Function Traits Members</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/function_traits.html" title="function_traits">function_traits</a></p></td></tr>
-</table></dd>
-</dl></div></dd>
-<dt>
-<a name="idx_id_12"></a><span class="term">T</span>
-</dt>
-<dd><div class="variablelist"><dl>
-<dt><span class="term">true_type</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/examples/destruct.html" title="An Example that Omits Destructor Calls For Types with Trivial Destructors">An Example that Omits Destructor Calls For Types with Trivial Destructors</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/examples/iter.html" title="An improved Version of std::iter_swap">An improved Version of std::iter_swap</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/examples/fill.html" title="An Optimised Version of std::fill">An Optimised Version of std::fill</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/examples/copy.html" title="An Optimized Version of std::copy">An Optimized Version of std::copy</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/background.html" title="Background and Tutorial">Background and Tutorial</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">Categorizing a Type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_nothrow_assign.html" title="has_nothrow_assign">has_nothrow_assign</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_nothrow_constructor.html" title="has_nothrow_constructor">has_nothrow_constructor</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_nothrow_copy.html" title="has_nothrow_copy">has_nothrow_copy</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_assign.html" title="has_trivial_assign">has_trivial_assign</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_constructor.html" title="has_trivial_constructor">has_trivial_constructor</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_copy.html" title="has_trivial_copy">has_trivial_copy</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_destructor.html" title="has_trivial_destructor">has_trivial_destructor</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_virtual_destructor.html" title="has_virtual_destructor">has_virtual_destructor</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/integral_constant.html" title="integral_constant">integral_constant</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/intro.html" title="Introduction">Introduction</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_abstract.html" title="is_abstract">is_abstract</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_arithmetic.html" title="is_arithmetic">is_arithmetic</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_array.html" title="is_array">is_array</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_base_of.html" title="is_base_of">is_base_of</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_class.html" title="is_class">is_class</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_complex.html" title="is_complex">is_complex</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_compound.html" title="is_compound">is_compound</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_const.html" title="is_const">is_const</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_convertible.html" title="is_convertible">is_convertible</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_empty.html" title="is_empty">is_empty</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_enum.html" title="is_enum">is_enum</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_floating_point.html" title="is_floating_point">is_floating_point</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_function.html" title="is_function">is_function</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_fundamental.html" title="is_fundamental">is_fundamental</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_integral.html" title="is_integral">is_integral</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_member_function_pointer.html" title="is_member_function_pointer">is_member_function_pointer</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_member_object_pointer.html" title="is_member_object_pointer">is_member_object_pointer</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_member_pointer.html" title="is_member_pointer">is_member_pointer</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_object.html" title="is_object">is_object</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_pod.html" title="is_pod">is_pod</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_pointer.html" title="is_pointer">is_pointer</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_polymorphic.html" title="is_polymorphic">is_polymorphic</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_reference.html" title="is_reference">is_reference</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_same.html" title="is_same">is_same</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_scalar.html" title="is_scalar">is_scalar</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_signed.html" title="is_signed">is_signed</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_stateless.html" title="is_stateless">is_stateless</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_union.html" title="is_union">is_union</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_unsigned.html" title="is_unsigned">is_unsigned</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_void.html" title="is_void">is_void</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_volatile.html" title="is_volatile">is_volatile</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/mpl.html" title="MPL Interoperability">MPL Interoperability</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/user_defined.html" title="User Defined Specializations">User Defined Specializations</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../boost_typetraits/reference/function_traits.html" title="function_traits">function_traits</a></p></td></tr></table></dd>
 </dl></div></dd>
 </dl></div>
 </div>

Modified: sandbox/tools/auto_index/example/type_traits/doc/html/index/s12.html
==============================================================================
--- sandbox/tools/auto_index/example/type_traits/doc/html/index/s12.html (original)
+++ sandbox/tools/auto_index/example/type_traits/doc/html/index/s12.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -24,51 +24,105 @@
 </div>
 <div class="section" lang="en">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id722557"></a>Macro Index</h2></div></div></div>
-<p><a class="link" href="s12.html#idx_id_13">B</a> </p>
+<a name="id720787"></a>Macro Index</h2></div></div></div>
+<p><a class="link" href="s12.html#idx_id_10">B</a> </p>
 <div class="variablelist"><dl>
 <dt>
-<a name="idx_id_13"></a><span class="term">B</span>
+<a name="idx_id_10"></a><span class="term">B</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">BOOST_ALIGNMENT_OF</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list">
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
+</table></dd>
 <dt><span class="term">BOOST_BROKEN_COMPILER_TYPE_TRAITS_SPECIALIZATION</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../boost_typetraits/category/transform.html" title="Type Traits that Transform One Type to Another">Type Traits that Transform One Type to Another</a></p></td></tr></table></dd>
 <dt><span class="term">BOOST_HAS_NOTHROW_ASSIGN</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list">
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
+</table></dd>
 <dt><span class="term">BOOST_HAS_NOTHROW_CONSTRUCTOR</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list">
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
+</table></dd>
 <dt><span class="term">BOOST_HAS_NOTHROW_COPY</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list">
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
+</table></dd>
 <dt><span class="term">BOOST_HAS_TRIVIAL_ASSIGN</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list">
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
+</table></dd>
 <dt><span class="term">BOOST_HAS_TRIVIAL_CONSTRUCTOR</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list">
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
+</table></dd>
 <dt><span class="term">BOOST_HAS_TRIVIAL_COPY</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list">
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
+</table></dd>
 <dt><span class="term">BOOST_HAS_TRIVIAL_DESTRUCTOR</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list">
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
+</table></dd>
 <dt><span class="term">BOOST_HAS_VIRTUAL_DESTRUCTOR</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list">
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
+</table></dd>
 <dt><span class="term">BOOST_IS_ABSTRACT</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list">
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
+</table></dd>
 <dt><span class="term">BOOST_IS_BASE_OF</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list">
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
+</table></dd>
 <dt><span class="term">BOOST_IS_CLASS</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list">
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
+</table></dd>
 <dt><span class="term">BOOST_IS_CONVERTIBLE</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list">
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
+</table></dd>
 <dt><span class="term">BOOST_IS_EMPTY</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list">
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
+</table></dd>
 <dt><span class="term">BOOST_IS_ENUM</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list">
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
+</table></dd>
 <dt><span class="term">BOOST_IS_POD</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list">
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
+</table></dd>
 <dt><span class="term">BOOST_IS_POLYMORPHIC</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list">
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
+</table></dd>
 <dt><span class="term">BOOST_IS_UNION</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list">
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
+</table></dd>
 </dl></div></dd>
 </dl></div>
 </div>

Modified: sandbox/tools/auto_index/example/type_traits/doc/html/index/s13.html
==============================================================================
--- sandbox/tools/auto_index/example/type_traits/doc/html/index/s13.html (original)
+++ sandbox/tools/auto_index/example/type_traits/doc/html/index/s13.html 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -23,114 +23,164 @@
 </div>
 <div class="section" lang="en">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id722830"></a>Index</h2></div></div></div>
-<p><a class="link" href="s13.html#idx_id_14">A</a> <a class="link" href="s13.html#idx_id_15">B</a> <a class="link" href="s13.html#idx_id_16">C</a> <a class="link" href="s13.html#idx_id_17">D</a> <a class="link" href="s13.html#idx_id_18">E</a> <a class="link" href="s13.html#idx_id_19">F</a> <a class="link" href="s13.html#idx_id_20">G</a> <a class="link" href="s13.html#idx_id_21">H</a> <a class="link" href="s13.html#idx_id_22">I</a> <a class="link" href="s13.html#idx_id_23">M</a> <a class="link" href="s13.html#idx_id_24">O</a> <a class="link" href="s13.html#idx_id_25">P</a> <a class="link" href="s13.html#idx_id_26">R</a> <a class="link" href="s13.html#idx_id_27">S</a> <a class="link" href="s13.html#idx_id_28">T</a> <a class="link" href="s13.html#idx_id_29">U</a> </p>
+<a name="id721168"></a>Index</h2></div></div></div>
+<p><a class="link" href="s13.html#idx_id_11">A</a> <a class="link" href="s13.html#idx_id_12">B</a> <a class="link" href="s13.html#idx_id_13">C</a> <a class="link" href="s13.html#idx_id_14">D</a> <a class="link" href="s13.html#idx_id_15">E</a> <a class="link" href="s13.html#idx_id_16">F</a> <a class="link" href="s13.html#idx_id_17">G</a> <a class="link" href="s13.html#idx_id_18">H</a> <a class="link" href="s13.html#idx_id_19">I</a> <a class="link" href="s13.html#idx_id_20">M</a> <a class="link" href="s13.html#idx_id_21">O</a> <a class="link" href="s13.html#idx_id_22">P</a> <a class="link" href="s13.html#idx_id_23">R</a> <a class="link" href="s13.html#idx_id_24">S</a> <a class="link" href="s13.html#idx_id_25">T</a> <a class="link" href="s13.html#idx_id_26">U</a> </p>
 <div class="variablelist"><dl>
 <dt>
-<a name="idx_id_14"></a><span class="term">A</span>
+<a name="idx_id_11"></a><span class="term">A</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">add_const</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/add_const.html" title="add_const"><span class="bold"><strong>add_const</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/add_const.html" title="add_const">add_const</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/add_const.html" title="add_const">Examples</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/transform.html" title="Type Traits that Transform One Type to Another">Type Traits that Transform One Type to Another</a></p></td></tr>
 </table></dd>
 <dt><span class="term">add_cv</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/add_cv.html" title="add_cv"><span class="bold"><strong>add_cv</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/add_cv.html" title="add_cv">add_cv</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/add_cv.html" title="add_cv">Examples</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/transform.html" title="Type Traits that Transform One Type to Another">Type Traits that Transform One Type to Another</a></p></td></tr>
 </table></dd>
 <dt><span class="term">add_pointer</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/add_pointer.html" title="add_pointer"><span class="bold"><strong>add_pointer</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/add_pointer.html" title="add_pointer">add_pointer</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/add_pointer.html" title="add_pointer">Examples</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/add_pointer.html" title="add_pointer">remove_reference</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/transform.html" title="Type Traits that Transform One Type to Another">Type Traits that Transform One Type to Another</a></p></td></tr>
 </table></dd>
 <dt><span class="term">add_reference</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/add_reference.html" title="add_reference"><span class="bold"><strong>add_reference</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/add_reference.html" title="add_reference">add_reference</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/background.html" title="Background and Tutorial">Background and Tutorial</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/add_reference.html" title="add_reference">Examples</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/transform.html" title="Type Traits that Transform One Type to Another">Type Traits that Transform One Type to Another</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/background.html" title="Background and Tutorial"><span class="bold"><strong>Using add_reference to synthesize the correct constructor type</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/background.html" title="Background and Tutorial">Using add_reference to synthesize the correct constructor type</a></p></td></tr>
 </table></dd>
 <dt><span class="term">add_volatile</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/add_volatile.html" title="add_volatile"><span class="bold"><strong>add_volatile</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/add_volatile.html" title="add_volatile">add_volatile</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/add_volatile.html" title="add_volatile">Examples</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/transform.html" title="Type Traits that Transform One Type to Another">Type Traits that Transform One Type to Another</a></p></td></tr>
 </table></dd>
 <dt><span class="term">alignment_of</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/alignment_of.html" title="alignment_of"><span class="bold"><strong>alignment_of</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/alignment_of.html" title="alignment_of">alignment_of</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/properties.html" title="General Type Properties">General Type Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/alignment_of.html" title="alignment_of">integral_constant</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits.html" title="Type Traits that Describe the Properties of a Type">Type Traits that Describe the Properties of a Type</a></p></td></tr>
 </table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_15"></a><span class="term">B</span>
+<a name="idx_id_12"></a><span class="term">B</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">Background and Tutorial</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/background.html" title="Background and Tutorial">add_reference</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/background.html" title="Background and Tutorial">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/background.html" title="Background and Tutorial">has_trivial_assign</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/background.html" title="Background and Tutorial">is_pointer</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/background.html" title="Background and Tutorial">is_void</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/background.html" title="Background and Tutorial">remove_extent</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/background.html" title="Background and Tutorial">true_type</a></p></td></tr>
 </table></dd>
 <dt><span class="term">BOOST_ALIGNMENT_OF</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list">
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
+</table></dd>
 <dt><span class="term">BOOST_BROKEN_COMPILER_TYPE_TRAITS_SPECIALIZATION</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../boost_typetraits/category/transform.html" title="Type Traits that Transform One Type to Another">Type Traits that Transform One Type to Another</a></p></td></tr></table></dd>
 <dt><span class="term">BOOST_HAS_NOTHROW_ASSIGN</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list">
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
+</table></dd>
 <dt><span class="term">BOOST_HAS_NOTHROW_CONSTRUCTOR</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list">
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
+</table></dd>
 <dt><span class="term">BOOST_HAS_NOTHROW_COPY</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list">
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
+</table></dd>
 <dt><span class="term">BOOST_HAS_TRIVIAL_ASSIGN</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list">
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
+</table></dd>
 <dt><span class="term">BOOST_HAS_TRIVIAL_CONSTRUCTOR</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list">
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
+</table></dd>
 <dt><span class="term">BOOST_HAS_TRIVIAL_COPY</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list">
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
+</table></dd>
 <dt><span class="term">BOOST_HAS_TRIVIAL_DESTRUCTOR</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list">
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
+</table></dd>
 <dt><span class="term">BOOST_HAS_VIRTUAL_DESTRUCTOR</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list">
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
+</table></dd>
 <dt><span class="term">BOOST_IS_ABSTRACT</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list">
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
+</table></dd>
 <dt><span class="term">BOOST_IS_BASE_OF</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list">
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
+</table></dd>
 <dt><span class="term">BOOST_IS_CLASS</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list">
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
+</table></dd>
 <dt><span class="term">BOOST_IS_CONVERTIBLE</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list">
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
+</table></dd>
 <dt><span class="term">BOOST_IS_EMPTY</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list">
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
+</table></dd>
 <dt><span class="term">BOOST_IS_ENUM</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list">
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
+</table></dd>
 <dt><span class="term">BOOST_IS_POD</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list">
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
+</table></dd>
 <dt><span class="term">BOOST_IS_POLYMORPHIC</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list">
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
+</table></dd>
 <dt><span class="term">BOOST_IS_UNION</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr></table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list">
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Macros for Compiler Intrinsics</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
+</table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_16"></a><span class="term">C</span>
+<a name="idx_id_13"></a><span class="term">C</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">Categorizing a Type</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">is_arithmetic</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">is_array</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">is_class</a></p></td></tr>
@@ -150,7 +200,6 @@
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">is_scalar</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">is_union</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">is_void</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">true_type</a></p></td></tr>
 </table></dd>
 <dt><span class="term">Convert Numeric Types and Enums to double</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../boost_typetraits/examples/to_double.html" title="Convert Numeric Types and Enums to double">promote</a></p></td></tr></table></dd>
@@ -158,33 +207,26 @@
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../boost_typetraits/credits.html" title="Credits">is_convertible</a></p></td></tr></table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_17"></a><span class="term">D</span>
+<a name="idx_id_14"></a><span class="term">D</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">decay</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/decay.html" title="decay"><span class="bold"><strong>decay</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/decay.html" title="decay">decay</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/decay.html" title="decay">Examples</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/decay.html" title="decay">remove_extent</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/decay.html" title="decay">remove_reference</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/transform.html" title="Type Traits that Transform One Type to Another">Type Traits that Transform One Type to Another</a></p></td></tr>
 </table></dd>
 <dt><span class="term">Decomposing Function Types</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/category/function.html" title="Decomposing Function Types">function_traits</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/category/function.html" title="Decomposing Function Types">is_function</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../boost_typetraits/category/function.html" title="Decomposing Function Types">is_function</a></p></td></tr></table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_18"></a><span class="term">E</span>
+<a name="idx_id_15"></a><span class="term">E</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">Example that Omits Destructor Calls For Types with Trivial Destructors</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/examples/destruct.html" title="An Example that Omits Destructor Calls For Types with Trivial Destructors">false_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/examples/destruct.html" title="An Example that Omits Destructor Calls For Types with Trivial Destructors">has_trivial_destructor</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/examples/destruct.html" title="An Example that Omits Destructor Calls For Types with Trivial Destructors">true_type</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../boost_typetraits/examples/destruct.html" title="An Example that Omits Destructor Calls For Types with Trivial Destructors">has_trivial_destructor</a></p></td></tr></table></dd>
 <dt><span class="term">Examples</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/reference/add_const.html" title="add_const">add_const</a></p></td></tr>
@@ -194,7 +236,6 @@
 <tr><td><p><a class="link" href="../boost_typetraits/reference/add_volatile.html" title="add_volatile">add_volatile</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/decay.html" title="decay">decay</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/floating_point_promotion.html" title="floating_point_promotion">floating_point_promotion</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/function_traits.html" title="function_traits">function_traits</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/integral_promotion.html" title="integral_promotion">integral_promotion</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/make_signed.html" title="make_signed">make_signed</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/promote.html" title="promote">promote</a></p></td></tr>
@@ -205,95 +246,34 @@
 <tr><td><p><a class="link" href="../boost_typetraits/reference/remove_pointer.html" title="remove_pointer">remove_pointer</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/remove_reference.html" title="remove_reference">remove_reference</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/remove_volatile.html" title="remove_volatile">remove_volatile</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/function_traits.html" title="function_traits">result_type</a></p></td></tr>
 </table></dd>
 <dt><span class="term">extent</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/extent.html" title="extent"><span class="bold"><strong>extent</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/extent.html" title="extent">extent</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/properties.html" title="General Type Properties">General Type Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/extent.html" title="extent">integral_constant</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/extent.html" title="extent">rank</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits.html" title="Type Traits that Describe the Properties of a Type">Type Traits that Describe the Properties of a Type</a></p></td></tr>
 </table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_19"></a><span class="term">F</span>
+<a name="idx_id_16"></a><span class="term">F</span>
 </dt>
 <dd><div class="variablelist"><dl>
-<dt><span class="term">false_type</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/examples/destruct.html" title="An Example that Omits Destructor Calls For Types with Trivial Destructors">An Example that Omits Destructor Calls For Types with Trivial Destructors</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/examples/iter.html" title="An improved Version of std::iter_swap">An improved Version of std::iter_swap</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/background.html" title="Background and Tutorial">Background and Tutorial</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">Categorizing a Type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_nothrow_assign.html" title="has_nothrow_assign">has_nothrow_assign</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_nothrow_constructor.html" title="has_nothrow_constructor">has_nothrow_constructor</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_nothrow_copy.html" title="has_nothrow_copy">has_nothrow_copy</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_assign.html" title="has_trivial_assign">has_trivial_assign</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_constructor.html" title="has_trivial_constructor">has_trivial_constructor</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_copy.html" title="has_trivial_copy">has_trivial_copy</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_destructor.html" title="has_trivial_destructor">has_trivial_destructor</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_virtual_destructor.html" title="has_virtual_destructor">has_virtual_destructor</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/integral_constant.html" title="integral_constant">integral_constant</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/intro.html" title="Introduction">Introduction</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_abstract.html" title="is_abstract">is_abstract</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_arithmetic.html" title="is_arithmetic">is_arithmetic</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_array.html" title="is_array">is_array</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_base_of.html" title="is_base_of">is_base_of</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_class.html" title="is_class">is_class</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_complex.html" title="is_complex">is_complex</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_compound.html" title="is_compound">is_compound</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_const.html" title="is_const">is_const</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_convertible.html" title="is_convertible">is_convertible</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_empty.html" title="is_empty">is_empty</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_enum.html" title="is_enum">is_enum</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_floating_point.html" title="is_floating_point">is_floating_point</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_function.html" title="is_function">is_function</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_fundamental.html" title="is_fundamental">is_fundamental</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_integral.html" title="is_integral">is_integral</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_member_function_pointer.html" title="is_member_function_pointer">is_member_function_pointer</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_member_object_pointer.html" title="is_member_object_pointer">is_member_object_pointer</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_member_pointer.html" title="is_member_pointer">is_member_pointer</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_object.html" title="is_object">is_object</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_pod.html" title="is_pod">is_pod</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_pointer.html" title="is_pointer">is_pointer</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_polymorphic.html" title="is_polymorphic">is_polymorphic</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_reference.html" title="is_reference">is_reference</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_same.html" title="is_same">is_same</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_scalar.html" title="is_scalar">is_scalar</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_signed.html" title="is_signed">is_signed</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_stateless.html" title="is_stateless">is_stateless</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_union.html" title="is_union">is_union</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_unsigned.html" title="is_unsigned">is_unsigned</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_void.html" title="is_void">is_void</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_volatile.html" title="is_volatile">is_volatile</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/mpl.html" title="MPL Interoperability">MPL Interoperability</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/user_defined.html" title="User Defined Specializations">User Defined Specializations</a></p></td></tr>
-</table></dd>
 <dt><span class="term">floating_point_promotion</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/reference/floating_point_promotion.html" title="floating_point_promotion">Examples</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/floating_point_promotion.html" title="floating_point_promotion"><span class="bold"><strong>floating_point_promotion</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/floating_point_promotion.html" title="floating_point_promotion">floating_point_promotion</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/promote.html" title="promote">promote</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/transform.html" title="Type Traits that Transform One Type to Another">Type Traits that Transform One Type to Another</a></p></td></tr>
 </table></dd>
-<dt><span class="term">Function Traits Members</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/function_traits.html" title="function_traits">function_traits</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/function_traits.html" title="function_traits">result_type</a></p></td></tr>
-</table></dd>
 <dt><span class="term">function_traits</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/category/function.html" title="Decomposing Function Types">Decomposing Function Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/function_traits.html" title="function_traits">Examples</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/function_traits.html" title="function_traits">Function Traits Members</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/function_traits.html" title="function_traits"><span class="bold"><strong>function_traits</strong></span></a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/function_traits.html" title="function_traits">remove_pointer</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/function_traits.html" title="function_traits">result_type</a></p></td></tr>
 </table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_20"></a><span class="term">G</span>
+<a name="idx_id_17"></a><span class="term">G</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">General Type Properties</span></dt>
@@ -325,425 +305,325 @@
 </table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_21"></a><span class="term">H</span>
+<a name="idx_id_18"></a><span class="term">H</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">has_nothrow_assign</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_nothrow_assign.html" title="has_nothrow_assign">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/properties.html" title="General Type Properties">General Type Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_nothrow_assign.html" title="has_nothrow_assign"><span class="bold"><strong>has_nothrow_assign</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/has_nothrow_assign.html" title="has_nothrow_assign">has_nothrow_assign</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_nothrow_assign.html" title="has_nothrow_assign">true_type</a></p></td></tr>
 </table></dd>
 <dt><span class="term">has_nothrow_constructor</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_nothrow_constructor.html" title="has_nothrow_constructor">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/properties.html" title="General Type Properties">General Type Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_nothrow_constructor.html" title="has_nothrow_constructor"><span class="bold"><strong>has_nothrow_constructor</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/has_nothrow_constructor.html" title="has_nothrow_constructor">has_nothrow_constructor</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/has_nothrow_constructor.html" title="has_nothrow_constructor">has_nothrow_default_constructor</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_nothrow_constructor.html" title="has_nothrow_constructor">true_type</a></p></td></tr>
 </table></dd>
 <dt><span class="term">has_nothrow_copy</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_nothrow_copy.html" title="has_nothrow_copy">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/properties.html" title="General Type Properties">General Type Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_nothrow_copy.html" title="has_nothrow_copy"><span class="bold"><strong>has_nothrow_copy</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/has_nothrow_copy.html" title="has_nothrow_copy">has_nothrow_copy</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/has_nothrow_copy.html" title="has_nothrow_copy">has_nothrow_copy_constructor</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_nothrow_copy.html" title="has_nothrow_copy">true_type</a></p></td></tr>
 </table></dd>
 <dt><span class="term">has_nothrow_copy_constructor</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/properties.html" title="General Type Properties">General Type Properties</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/has_nothrow_copy.html" title="has_nothrow_copy">has_nothrow_copy</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_nothrow_cp_cons.html" title="has_nothrow_copy_constructor"><span class="bold"><strong>has_nothrow_copy_constructor</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/has_nothrow_cp_cons.html" title="has_nothrow_copy_constructor">has_nothrow_copy_constructor</a></p></td></tr>
 </table></dd>
 <dt><span class="term">has_nothrow_default_constructor</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/properties.html" title="General Type Properties">General Type Properties</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/has_nothrow_constructor.html" title="has_nothrow_constructor">has_nothrow_constructor</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_no_throw_def_cons.html" title="has_nothrow_default_constructor"><span class="bold"><strong>has_nothrow_default_constructor</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/has_no_throw_def_cons.html" title="has_nothrow_default_constructor">has_nothrow_default_constructor</a></p></td></tr>
 </table></dd>
 <dt><span class="term">has_trivial_assign</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/examples/fill.html" title="An Optimised Version of std::fill">An Optimised Version of std::fill</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/examples/copy.html" title="An Optimized Version of std::copy">An Optimized Version of std::copy</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/background.html" title="Background and Tutorial">Background and Tutorial</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_assign.html" title="has_trivial_assign">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/properties.html" title="General Type Properties">General Type Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_assign.html" title="has_trivial_assign"><span class="bold"><strong>has_trivial_assign</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_assign.html" title="has_trivial_assign">has_trivial_assign</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_assign.html" title="has_trivial_assign">true_type</a></p></td></tr>
 </table></dd>
 <dt><span class="term">has_trivial_constructor</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_constructor.html" title="has_trivial_constructor">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/properties.html" title="General Type Properties">General Type Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_constructor.html" title="has_trivial_constructor"><span class="bold"><strong>has_trivial_constructor</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_constructor.html" title="has_trivial_constructor">has_trivial_constructor</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_constructor.html" title="has_trivial_constructor">has_trivial_default_constructor</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_stateless.html" title="is_stateless">is_stateless</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_constructor.html" title="has_trivial_constructor">true_type</a></p></td></tr>
 </table></dd>
 <dt><span class="term">has_trivial_copy</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_copy.html" title="has_trivial_copy">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/properties.html" title="General Type Properties">General Type Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_copy.html" title="has_trivial_copy"><span class="bold"><strong>has_trivial_copy</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_copy.html" title="has_trivial_copy">has_trivial_copy</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_copy.html" title="has_trivial_copy">has_trivial_copy_constructor</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_stateless.html" title="is_stateless">is_stateless</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_copy.html" title="has_trivial_copy">true_type</a></p></td></tr>
 </table></dd>
 <dt><span class="term">has_trivial_copy_constructor</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/properties.html" title="General Type Properties">General Type Properties</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_copy.html" title="has_trivial_copy">has_trivial_copy</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_cp_cons.html" title="has_trivial_copy_constructor"><span class="bold"><strong>has_trivial_copy_constructor</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_cp_cons.html" title="has_trivial_copy_constructor">has_trivial_copy_constructor</a></p></td></tr>
 </table></dd>
 <dt><span class="term">has_trivial_default_constructor</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/properties.html" title="General Type Properties">General Type Properties</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_constructor.html" title="has_trivial_constructor">has_trivial_constructor</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_def_cons.html" title="has_trivial_default_constructor"><span class="bold"><strong>has_trivial_default_constructor</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_def_cons.html" title="has_trivial_default_constructor">has_trivial_default_constructor</a></p></td></tr>
 </table></dd>
 <dt><span class="term">has_trivial_destructor</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/examples/destruct.html" title="An Example that Omits Destructor Calls For Types with Trivial Destructors">An Example that Omits Destructor Calls For Types with Trivial Destructors</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_destructor.html" title="has_trivial_destructor">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/properties.html" title="General Type Properties">General Type Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_destructor.html" title="has_trivial_destructor"><span class="bold"><strong>has_trivial_destructor</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_destructor.html" title="has_trivial_destructor">has_trivial_destructor</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_stateless.html" title="is_stateless">is_stateless</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_destructor.html" title="has_trivial_destructor">true_type</a></p></td></tr>
 </table></dd>
 <dt><span class="term">has_virtual_destructor</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_virtual_destructor.html" title="has_virtual_destructor">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/properties.html" title="General Type Properties">General Type Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_virtual_destructor.html" title="has_virtual_destructor"><span class="bold"><strong>has_virtual_destructor</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/has_virtual_destructor.html" title="has_virtual_destructor">has_virtual_destructor</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_virtual_destructor.html" title="has_virtual_destructor">true_type</a></p></td></tr>
 </table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_22"></a><span class="term">I</span>
+<a name="idx_id_19"></a><span class="term">I</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">improved Version of std::iter_swap</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/examples/iter.html" title="An improved Version of std::iter_swap">false_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/examples/iter.html" title="An improved Version of std::iter_swap">integral_constant</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/examples/iter.html" title="An improved Version of std::iter_swap">is_reference</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/examples/iter.html" title="An improved Version of std::iter_swap">is_same</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/examples/iter.html" title="An improved Version of std::iter_swap">true_type</a></p></td></tr>
-</table></dd>
-<dt><span class="term">integral_constant</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/alignment_of.html" title="alignment_of">alignment_of</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/examples/iter.html" title="An improved Version of std::iter_swap">An improved Version of std::iter_swap</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/examples/fill.html" title="An Optimised Version of std::fill">An Optimised Version of std::fill</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/examples/copy.html" title="An Optimized Version of std::copy">An Optimized Version of std::copy</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/extent.html" title="extent">extent</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/integral_constant.html" title="integral_constant">false_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/integral_constant.html" title="integral_constant"><span class="bold"><strong>integral_constant</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/mpl.html" title="MPL Interoperability">MPL Interoperability</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/rank.html" title="rank">rank</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/integral_constant.html" title="integral_constant">true_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/category/value_traits.html" title="Type Traits that Describe the Properties of a Type">Type Traits that Describe the Properties of a Type</a></p></td></tr>
 </table></dd>
 <dt><span class="term">integral_promotion</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/reference/integral_promotion.html" title="integral_promotion">Examples</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/integral_promotion.html" title="integral_promotion"><span class="bold"><strong>integral_promotion</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/integral_promotion.html" title="integral_promotion">integral_promotion</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/promote.html" title="promote">promote</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/transform.html" title="Type Traits that Transform One Type to Another">Type Traits that Transform One Type to Another</a></p></td></tr>
 </table></dd>
-<dt><span class="term">Introduction</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/intro.html" title="Introduction">false_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/intro.html" title="Introduction">true_type</a></p></td></tr>
-</table></dd>
 <dt><span class="term">is_abstract</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_abstract.html" title="is_abstract">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/properties.html" title="General Type Properties">General Type Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_abstract.html" title="is_abstract"><span class="bold"><strong>is_abstract</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_abstract.html" title="is_abstract">is_abstract</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_convertible.html" title="is_convertible">is_convertible</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_abstract.html" title="is_abstract">is_polymorphic</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_abstract.html" title="is_abstract">true_type</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_arithmetic</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">Categorizing a Type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_arithmetic.html" title="is_arithmetic">false_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_arithmetic.html" title="is_arithmetic"><span class="bold"><strong>is_arithmetic</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_arithmetic.html" title="is_arithmetic">is_arithmetic</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_arithmetic.html" title="is_arithmetic">is_floating_point</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_arithmetic.html" title="is_arithmetic">is_integral</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_arithmetic.html" title="is_arithmetic">true_type</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_array</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">Categorizing a Type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_array.html" title="is_array">false_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_array.html" title="is_array"><span class="bold"><strong>is_array</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_array.html" title="is_array">true_type</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_array.html" title="is_array">is_array</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_base_of</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_base_of.html" title="is_base_of">false_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_base_of.html" title="is_base_of"><span class="bold"><strong>is_base_of</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_base_of.html" title="is_base_of">is_base_of</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/relate.html" title="Relationships Between Two Types">Relationships Between Two Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_base_of.html" title="is_base_of">true_type</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_class</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">Categorizing a Type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_class.html" title="is_class">false_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_class.html" title="is_class"><span class="bold"><strong>is_class</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_class.html" title="is_class">is_class</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_stateless.html" title="is_stateless">is_stateless</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_class.html" title="is_class">is_union</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_class.html" title="is_class">true_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/user_defined.html" title="User Defined Specializations">User Defined Specializations</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_complex</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">Categorizing a Type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_complex.html" title="is_complex">false_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_complex.html" title="is_complex"><span class="bold"><strong>is_complex</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_complex.html" title="is_complex">true_type</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_complex.html" title="is_complex">is_complex</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_compound</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">Categorizing a Type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_compound.html" title="is_compound">false_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_compound.html" title="is_compound"><span class="bold"><strong>is_compound</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_compound.html" title="is_compound">is_compound</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_compound.html" title="is_compound">is_fundamental</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_compound.html" title="is_compound">true_type</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_const</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_const.html" title="is_const">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/properties.html" title="General Type Properties">General Type Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_const.html" title="is_const"><span class="bold"><strong>is_const</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_const.html" title="is_const">true_type</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_const.html" title="is_const">is_const</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_convertible</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/credits.html" title="Credits">Credits</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_convertible.html" title="is_convertible">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_convertible.html" title="is_convertible">is_abstract</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_convertible.html" title="is_convertible"><span class="bold"><strong>is_convertible</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_convertible.html" title="is_convertible">is_convertible</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_enum.html" title="is_enum">is_enum</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/relate.html" title="Relationships Between Two Types">Relationships Between Two Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_convertible.html" title="is_convertible">true_type</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_empty</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_empty.html" title="is_empty">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/properties.html" title="General Type Properties">General Type Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_empty.html" title="is_empty"><span class="bold"><strong>is_empty</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_empty.html" title="is_empty">is_empty</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_stateless.html" title="is_stateless">is_stateless</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_empty.html" title="is_empty">is_union</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_empty.html" title="is_empty">true_type</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_enum</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">Categorizing a Type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_enum.html" title="is_enum">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_enum.html" title="is_enum">is_convertible</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_enum.html" title="is_enum"><span class="bold"><strong>is_enum</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_enum.html" title="is_enum">true_type</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_enum.html" title="is_enum">is_enum</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_floating_point</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">Categorizing a Type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_floating_point.html" title="is_floating_point">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_arithmetic.html" title="is_arithmetic">is_arithmetic</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_floating_point.html" title="is_floating_point"><span class="bold"><strong>is_floating_point</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_floating_point.html" title="is_floating_point">is_floating_point</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_fundamental.html" title="is_fundamental">is_fundamental</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_floating_point.html" title="is_floating_point">true_type</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_function</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">Categorizing a Type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/function.html" title="Decomposing Function Types">Decomposing Function Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_function.html" title="is_function">false_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_function.html" title="is_function"><span class="bold"><strong>is_function</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_function.html" title="is_function">is_function</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_function.html" title="is_function">is_member_function_pointer</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_function.html" title="is_function">is_pointer</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_function.html" title="is_function">is_reference</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_function.html" title="is_function">remove_pointer</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_function.html" title="is_function">true_type</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_fundamental</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">Categorizing a Type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_fundamental.html" title="is_fundamental">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_compound.html" title="is_compound">is_compound</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_fundamental.html" title="is_fundamental">is_floating_point</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_fundamental.html" title="is_fundamental"><span class="bold"><strong>is_fundamental</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_fundamental.html" title="is_fundamental">is_fundamental</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_fundamental.html" title="is_fundamental">is_integral</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_fundamental.html" title="is_fundamental">is_void</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_fundamental.html" title="is_fundamental">true_type</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_integral</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">Categorizing a Type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_integral.html" title="is_integral">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_arithmetic.html" title="is_arithmetic">is_arithmetic</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_fundamental.html" title="is_fundamental">is_fundamental</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_integral.html" title="is_integral"><span class="bold"><strong>is_integral</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_integral.html" title="is_integral">true_type</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_integral.html" title="is_integral">is_integral</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_member_function_pointer</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">Categorizing a Type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_member_function_pointer.html" title="is_member_function_pointer">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_function.html" title="is_function">is_function</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_member_function_pointer.html" title="is_member_function_pointer"><span class="bold"><strong>is_member_function_pointer</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_member_function_pointer.html" title="is_member_function_pointer">is_member_function_pointer</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_member_function_pointer.html" title="is_member_function_pointer">is_member_object_pointer</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_member_function_pointer.html" title="is_member_function_pointer">is_member_pointer</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_member_function_pointer.html" title="is_member_function_pointer">true_type</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_member_object_pointer</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">Categorizing a Type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_member_object_pointer.html" title="is_member_object_pointer">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_member_function_pointer.html" title="is_member_function_pointer">is_member_function_pointer</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_member_object_pointer.html" title="is_member_object_pointer"><span class="bold"><strong>is_member_object_pointer</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_member_object_pointer.html" title="is_member_object_pointer">is_member_object_pointer</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_member_object_pointer.html" title="is_member_object_pointer">is_member_pointer</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_member_object_pointer.html" title="is_member_object_pointer">true_type</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_member_pointer</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">Categorizing a Type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_member_pointer.html" title="is_member_pointer">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_member_function_pointer.html" title="is_member_function_pointer">is_member_function_pointer</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_member_object_pointer.html" title="is_member_object_pointer">is_member_object_pointer</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_member_pointer.html" title="is_member_pointer"><span class="bold"><strong>is_member_pointer</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_member_pointer.html" title="is_member_pointer">true_type</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_member_pointer.html" title="is_member_pointer">is_member_pointer</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_object</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">Categorizing a Type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_object.html" title="is_object">false_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_object.html" title="is_object"><span class="bold"><strong>is_object</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_object.html" title="is_object">true_type</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_object.html" title="is_object">is_object</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_pod</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_pod.html" title="is_pod">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/properties.html" title="General Type Properties">General Type Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_pod.html" title="is_pod"><span class="bold"><strong>is_pod</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_pod.html" title="is_pod">is_pod</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_pod.html" title="is_pod">true_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/user_defined.html" title="User Defined Specializations">User Defined Specializations</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_pointer</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/background.html" title="Background and Tutorial">Background and Tutorial</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">Categorizing a Type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_pointer.html" title="is_pointer">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_function.html" title="is_function">is_function</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_pointer.html" title="is_pointer"><span class="bold"><strong>is_pointer</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_pointer.html" title="is_pointer">true_type</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_pointer.html" title="is_pointer">is_pointer</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_polymorphic</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_polymorphic.html" title="is_polymorphic">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/properties.html" title="General Type Properties">General Type Properties</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_abstract.html" title="is_abstract">is_abstract</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_polymorphic.html" title="is_polymorphic"><span class="bold"><strong>is_polymorphic</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_polymorphic.html" title="is_polymorphic">is_polymorphic</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_polymorphic.html" title="is_polymorphic">true_type</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_reference</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/examples/iter.html" title="An improved Version of std::iter_swap">An improved Version of std::iter_swap</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">Categorizing a Type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_reference.html" title="is_reference">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_function.html" title="is_function">is_function</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_reference.html" title="is_reference"><span class="bold"><strong>is_reference</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_reference.html" title="is_reference">true_type</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_reference.html" title="is_reference">is_reference</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_same</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/examples/iter.html" title="An improved Version of std::iter_swap">An improved Version of std::iter_swap</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_same.html" title="is_same">false_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_same.html" title="is_same"><span class="bold"><strong>is_same</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_same.html" title="is_same">is_same</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/relate.html" title="Relationships Between Two Types">Relationships Between Two Types</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_same.html" title="is_same">true_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/transform.html" title="Type Traits that Transform One Type to Another">Type Traits that Transform One Type to Another</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_scalar</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">Categorizing a Type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_scalar.html" title="is_scalar">false_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_scalar.html" title="is_scalar"><span class="bold"><strong>is_scalar</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_scalar.html" title="is_scalar">true_type</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_scalar.html" title="is_scalar">is_scalar</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_signed</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_signed.html" title="is_signed">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/properties.html" title="General Type Properties">General Type Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_signed.html" title="is_signed"><span class="bold"><strong>is_signed</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_signed.html" title="is_signed">true_type</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_signed.html" title="is_signed">is_signed</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_stateless</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_stateless.html" title="is_stateless">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/properties.html" title="General Type Properties">General Type Properties</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_stateless.html" title="is_stateless">has_trivial_constructor</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_stateless.html" title="is_stateless">has_trivial_copy</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_stateless.html" title="is_stateless">has_trivial_destructor</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_stateless.html" title="is_stateless">is_class</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_stateless.html" title="is_stateless">is_empty</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_stateless.html" title="is_stateless"><span class="bold"><strong>is_stateless</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_stateless.html" title="is_stateless">is_stateless</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_stateless.html" title="is_stateless">true_type</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_union</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">Categorizing a Type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_union.html" title="is_union">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_class.html" title="is_class">is_class</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_empty.html" title="is_empty">is_empty</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_union.html" title="is_union"><span class="bold"><strong>is_union</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_union.html" title="is_union">is_union</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">Support for Compiler Intrinsics</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_union.html" title="is_union">true_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/user_defined.html" title="User Defined Specializations">User Defined Specializations</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_unsigned</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_unsigned.html" title="is_unsigned">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/properties.html" title="General Type Properties">General Type Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_unsigned.html" title="is_unsigned"><span class="bold"><strong>is_unsigned</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_unsigned.html" title="is_unsigned">true_type</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_unsigned.html" title="is_unsigned">is_unsigned</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_void</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/background.html" title="Background and Tutorial">Background and Tutorial</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">Categorizing a Type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_void.html" title="is_void">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_fundamental.html" title="is_fundamental">is_fundamental</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_void.html" title="is_void"><span class="bold"><strong>is_void</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_void.html" title="is_void">true_type</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_void.html" title="is_void">is_void</a></p></td></tr>
 </table></dd>
 <dt><span class="term">is_volatile</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_volatile.html" title="is_volatile">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/properties.html" title="General Type Properties">General Type Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_volatile.html" title="is_volatile"><span class="bold"><strong>is_volatile</strong></span></a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_volatile.html" title="is_volatile">true_type</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/is_volatile.html" title="is_volatile">is_volatile</a></p></td></tr>
 </table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_23"></a><span class="term">M</span>
+<a name="idx_id_20"></a><span class="term">M</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">Macros for Compiler Intrinsics</span></dt>
@@ -770,40 +650,28 @@
 <dt><span class="term">make_signed</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/reference/make_signed.html" title="make_signed">Examples</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/make_signed.html" title="make_signed"><span class="bold"><strong>make_signed</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/make_signed.html" title="make_signed">make_signed</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/make_unsigned.html" title="make_unsigned">make_unsigned</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/transform.html" title="Type Traits that Transform One Type to Another">Type Traits that Transform One Type to Another</a></p></td></tr>
 </table></dd>
 <dt><span class="term">make_unsigned</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/make_unsigned.html" title="make_unsigned"><span class="bold"><strong>make_unsigned</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/make_unsigned.html" title="make_unsigned">make_signed</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/make_unsigned.html" title="make_unsigned">make_unsigned</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/transform.html" title="Type Traits that Transform One Type to Another">Type Traits that Transform One Type to Another</a></p></td></tr>
 </table></dd>
-<dt><span class="term">MPL Interoperability</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/mpl.html" title="MPL Interoperability">false_type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/mpl.html" title="MPL Interoperability">integral_constant</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/mpl.html" title="MPL Interoperability">true_type</a></p></td></tr>
-</table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_24"></a><span class="term">O</span>
+<a name="idx_id_21"></a><span class="term">O</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">Optimised Version of std::fill</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/examples/fill.html" title="An Optimised Version of std::fill">has_trivial_assign</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/examples/fill.html" title="An Optimised Version of std::fill">integral_constant</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/examples/fill.html" title="An Optimised Version of std::fill">true_type</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../boost_typetraits/examples/fill.html" title="An Optimised Version of std::fill">has_trivial_assign</a></p></td></tr></table></dd>
 <dt><span class="term">Optimized Version of std::copy</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/examples/copy.html" title="An Optimized Version of std::copy">has_trivial_assign</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/examples/copy.html" title="An Optimized Version of std::copy">integral_constant</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/examples/copy.html" title="An Optimized Version of std::copy">true_type</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../boost_typetraits/examples/copy.html" title="An Optimized Version of std::copy">has_trivial_assign</a></p></td></tr></table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_25"></a><span class="term">P</span>
+<a name="idx_id_22"></a><span class="term">P</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">promote</span></dt>
@@ -812,20 +680,19 @@
 <tr><td><p><a class="link" href="../boost_typetraits/reference/promote.html" title="promote">Examples</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/promote.html" title="promote">floating_point_promotion</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/promote.html" title="promote">integral_promotion</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/promote.html" title="promote"><span class="bold"><strong>promote</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/promote.html" title="promote">promote</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/transform.html" title="Type Traits that Transform One Type to Another">Type Traits that Transform One Type to Another</a></p></td></tr>
 </table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_26"></a><span class="term">R</span>
+<a name="idx_id_23"></a><span class="term">R</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">rank</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/reference/extent.html" title="extent">extent</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/properties.html" title="General Type Properties">General Type Properties</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/rank.html" title="rank">integral_constant</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/rank.html" title="rank"><span class="bold"><strong>rank</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/rank.html" title="rank">rank</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits.html" title="Type Traits that Describe the Properties of a Type">Type Traits that Describe the Properties of a Type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/transform.html" title="Type Traits that Transform One Type to Another">Type Traits that Transform One Type to Another</a></p></td></tr>
 </table></dd>
@@ -838,19 +705,19 @@
 <dt><span class="term">remove_all_extents</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/reference/remove_all_extents.html" title="remove_all_extents">Examples</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/remove_all_extents.html" title="remove_all_extents"><span class="bold"><strong>remove_all_extents</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/remove_all_extents.html" title="remove_all_extents">remove_all_extents</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/transform.html" title="Type Traits that Transform One Type to Another">Type Traits that Transform One Type to Another</a></p></td></tr>
 </table></dd>
 <dt><span class="term">remove_const</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/reference/remove_const.html" title="remove_const">Examples</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/remove_const.html" title="remove_const"><span class="bold"><strong>remove_const</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/remove_const.html" title="remove_const">remove_const</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/transform.html" title="Type Traits that Transform One Type to Another">Type Traits that Transform One Type to Another</a></p></td></tr>
 </table></dd>
 <dt><span class="term">remove_cv</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/reference/remove_cv.html" title="remove_cv">Examples</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/remove_cv.html" title="remove_cv"><span class="bold"><strong>remove_cv</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/remove_cv.html" title="remove_cv">remove_cv</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/transform.html" title="Type Traits that Transform One Type to Another">Type Traits that Transform One Type to Another</a></p></td></tr>
 </table></dd>
 <dt><span class="term">remove_extent</span></dt>
@@ -858,7 +725,7 @@
 <tr><td><p><a class="link" href="../boost_typetraits/background.html" title="Background and Tutorial">Background and Tutorial</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/decay.html" title="decay">decay</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/remove_extent.html" title="remove_extent">Examples</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/remove_extent.html" title="remove_extent"><span class="bold"><strong>remove_extent</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/remove_extent.html" title="remove_extent">remove_extent</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/transform.html" title="Type Traits that Transform One Type to Another">Type Traits that Transform One Type to Another</a></p></td></tr>
 </table></dd>
 <dt><span class="term">remove_pointer</span></dt>
@@ -866,7 +733,7 @@
 <tr><td><p><a class="link" href="../boost_typetraits/reference/remove_pointer.html" title="remove_pointer">Examples</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/function_traits.html" title="function_traits">function_traits</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/is_function.html" title="is_function">is_function</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/remove_pointer.html" title="remove_pointer"><span class="bold"><strong>remove_pointer</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/remove_pointer.html" title="remove_pointer">remove_pointer</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/transform.html" title="Type Traits that Transform One Type to Another">Type Traits that Transform One Type to Another</a></p></td></tr>
 </table></dd>
 <dt><span class="term">remove_reference</span></dt>
@@ -874,28 +741,42 @@
 <tr><td><p><a class="link" href="../boost_typetraits/reference/add_pointer.html" title="add_pointer">add_pointer</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/decay.html" title="decay">decay</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/reference/remove_reference.html" title="remove_reference">Examples</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/remove_reference.html" title="remove_reference"><span class="bold"><strong>remove_reference</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/remove_reference.html" title="remove_reference">remove_reference</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/transform.html" title="Type Traits that Transform One Type to Another">Type Traits that Transform One Type to Another</a></p></td></tr>
 </table></dd>
 <dt><span class="term">remove_volatile</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/reference/remove_volatile.html" title="remove_volatile">Examples</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/remove_volatile.html" title="remove_volatile"><span class="bold"><strong>remove_volatile</strong></span></a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/reference/remove_volatile.html" title="remove_volatile">remove_volatile</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/transform.html" title="Type Traits that Transform One Type to Another">Type Traits that Transform One Type to Another</a></p></td></tr>
 </table></dd>
 <dt><span class="term">result_type</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/reference/function_traits.html" title="function_traits">Examples</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/function_traits.html" title="function_traits">Function Traits Members</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/function_traits.html" title="function_traits">function_traits</a></p></td></tr>
-</table></dd>
+<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../boost_typetraits/reference/function_traits.html" title="function_traits">function_traits</a></p></td></tr></table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_27"></a><span class="term">S</span>
+<a name="idx_id_24"></a><span class="term">S</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">Support for Compiler Intrinsics</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">BOOST_ALIGNMENT_OF</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">BOOST_HAS_NOTHROW_ASSIGN</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">BOOST_HAS_NOTHROW_CONSTRUCTOR</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">BOOST_HAS_NOTHROW_COPY</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">BOOST_HAS_TRIVIAL_ASSIGN</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">BOOST_HAS_TRIVIAL_CONSTRUCTOR</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">BOOST_HAS_TRIVIAL_COPY</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">BOOST_HAS_TRIVIAL_DESTRUCTOR</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">BOOST_HAS_VIRTUAL_DESTRUCTOR</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">BOOST_IS_ABSTRACT</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">BOOST_IS_BASE_OF</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">BOOST_IS_CLASS</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">BOOST_IS_CONVERTIBLE</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">BOOST_IS_EMPTY</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">BOOST_IS_ENUM</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">BOOST_IS_POD</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">BOOST_IS_POLYMORPHIC</a></p></td></tr>
+<tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">BOOST_IS_UNION</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">has_nothrow_assign</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">has_nothrow_constructor</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">has_nothrow_copy</a></p></td></tr>
@@ -911,70 +792,15 @@
 <tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">is_stateless</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/intrinsics.html" title="Support for Compiler Intrinsics">is_union</a></p></td></tr>
 </table></dd>
-<dt><span class="term">Synthesizing Types with Specific Alignments</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../boost_typetraits/category/alignment.html" title="Synthesizing Types with Specific Alignments">type_with_alignment</a></p></td></tr></table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_28"></a><span class="term">T</span>
+<a name="idx_id_25"></a><span class="term">T</span>
 </dt>
 <dd><div class="variablelist"><dl>
-<dt><span class="term">true_type</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/examples/destruct.html" title="An Example that Omits Destructor Calls For Types with Trivial Destructors">An Example that Omits Destructor Calls For Types with Trivial Destructors</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/examples/iter.html" title="An improved Version of std::iter_swap">An improved Version of std::iter_swap</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/examples/fill.html" title="An Optimised Version of std::fill">An Optimised Version of std::fill</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/examples/copy.html" title="An Optimized Version of std::copy">An Optimized Version of std::copy</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/background.html" title="Background and Tutorial">Background and Tutorial</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/category/value_traits/primary.html" title="Categorizing a Type">Categorizing a Type</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_nothrow_assign.html" title="has_nothrow_assign">has_nothrow_assign</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_nothrow_constructor.html" title="has_nothrow_constructor">has_nothrow_constructor</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_nothrow_copy.html" title="has_nothrow_copy">has_nothrow_copy</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_assign.html" title="has_trivial_assign">has_trivial_assign</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_constructor.html" title="has_trivial_constructor">has_trivial_constructor</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_copy.html" title="has_trivial_copy">has_trivial_copy</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_trivial_destructor.html" title="has_trivial_destructor">has_trivial_destructor</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/has_virtual_destructor.html" title="has_virtual_destructor">has_virtual_destructor</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/integral_constant.html" title="integral_constant">integral_constant</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/intro.html" title="Introduction">Introduction</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_abstract.html" title="is_abstract">is_abstract</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_arithmetic.html" title="is_arithmetic">is_arithmetic</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_array.html" title="is_array">is_array</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_base_of.html" title="is_base_of">is_base_of</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_class.html" title="is_class">is_class</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_complex.html" title="is_complex">is_complex</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_compound.html" title="is_compound">is_compound</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_const.html" title="is_const">is_const</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_convertible.html" title="is_convertible">is_convertible</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_empty.html" title="is_empty">is_empty</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_enum.html" title="is_enum">is_enum</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_floating_point.html" title="is_floating_point">is_floating_point</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_function.html" title="is_function">is_function</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_fundamental.html" title="is_fundamental">is_fundamental</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_integral.html" title="is_integral">is_integral</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_member_function_pointer.html" title="is_member_function_pointer">is_member_function_pointer</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_member_object_pointer.html" title="is_member_object_pointer">is_member_object_pointer</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_member_pointer.html" title="is_member_pointer">is_member_pointer</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_object.html" title="is_object">is_object</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_pod.html" title="is_pod">is_pod</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_pointer.html" title="is_pointer">is_pointer</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_polymorphic.html" title="is_polymorphic">is_polymorphic</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_reference.html" title="is_reference">is_reference</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_same.html" title="is_same">is_same</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_scalar.html" title="is_scalar">is_scalar</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_signed.html" title="is_signed">is_signed</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_stateless.html" title="is_stateless">is_stateless</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_union.html" title="is_union">is_union</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_unsigned.html" title="is_unsigned">is_unsigned</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_void.html" title="is_void">is_void</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/is_volatile.html" title="is_volatile">is_volatile</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/mpl.html" title="MPL Interoperability">MPL Interoperability</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/user_defined.html" title="User Defined Specializations">User Defined Specializations</a></p></td></tr>
-</table></dd>
 <dt><span class="term">Type Traits that Describe the Properties of a Type</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits.html" title="Type Traits that Describe the Properties of a Type">alignment_of</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits.html" title="Type Traits that Describe the Properties of a Type">extent</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/category/value_traits.html" title="Type Traits that Describe the Properties of a Type">integral_constant</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/value_traits.html" title="Type Traits that Describe the Properties of a Type">rank</a></p></td></tr>
 </table></dd>
 <dt><span class="term">Type Traits that Transform One Type to Another</span></dt>
@@ -1001,23 +827,16 @@
 <tr><td><p><a class="link" href="../boost_typetraits/category/transform.html" title="Type Traits that Transform One Type to Another">remove_reference</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/category/transform.html" title="Type Traits that Transform One Type to Another">remove_volatile</a></p></td></tr>
 </table></dd>
-<dt><span class="term">type_with_alignment</span></dt>
-<dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/category/alignment.html" title="Synthesizing Types with Specific Alignments">Synthesizing Types with Specific Alignments</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/reference/type_with_alignment.html" title="type_with_alignment"><span class="bold"><strong>type_with_alignment</strong></span></a></p></td></tr>
-</table></dd>
 </dl></div></dd>
 <dt>
-<a name="idx_id_29"></a><span class="term">U</span>
+<a name="idx_id_26"></a><span class="term">U</span>
 </dt>
 <dd><div class="variablelist"><dl>
 <dt><span class="term">User Defined Specializations</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list">
-<tr><td><p><a class="link" href="../boost_typetraits/user_defined.html" title="User Defined Specializations">false_type</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/user_defined.html" title="User Defined Specializations">is_class</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/user_defined.html" title="User Defined Specializations">is_pod</a></p></td></tr>
 <tr><td><p><a class="link" href="../boost_typetraits/user_defined.html" title="User Defined Specializations">is_union</a></p></td></tr>
-<tr><td><p><a class="link" href="../boost_typetraits/user_defined.html" title="User Defined Specializations">true_type</a></p></td></tr>
 </table></dd>
 <dt><span class="term">Using add_reference to synthesize the correct constructor type</span></dt>
 <dd><table class="simplelist" border="0" summary="Simple list"><tr><td><p><a class="link" href="../boost_typetraits/background.html" title="Background and Tutorial">add_reference</a></p></td></tr></table></dd>

Modified: sandbox/tools/auto_index/src/auto_index.cpp
==============================================================================
--- sandbox/tools/auto_index/src/auto_index.cpp (original)
+++ sandbox/tools/auto_index/src/auto_index.cpp 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -176,10 +176,48 @@
    return permitted.find(name) != permitted.end();
 }
 //
+// Decide whether to flatten this node for searching purposes:
+//
+bool should_flatten_node(const char* name)
+{
+ //
+ // The list of nodes to flatten is basically the list of elements that
+ // can appear inside a <section> - see http://www.docbook.org/tdg/en/html/section.html.
+ // In other words basically anything at the level of a paragraph/table/listing etc.
+ //
+ static const boost::array<const char*, 65> names =
+ {
+ "title", "subtitle", "titleabbrev",
+ "toc", "lot", "glossary", "bibliography",
+ "calloutlist", "glosslist", "bibliolist", "itemizedlist", "orderedlist",
+ "segmentedlist", "simplelist", "variablelist", "caution", "important", "note",
+ "tip", "warning", "literallayout", "programlisting", "programlistingco",
+ "screen", "screenco", "screenshot", "synopsis", "cmdsynopsis", "funcsynopsis",
+ "classsynopsis", "fieldsynopsis", "constructorsynopsis",
+ "destructorsynopsis", "methodsynopsis", "formalpara", "para", "simpara",
+ "address", "blockquote", "graphic", "graphicco", "mediaobject",
+ "mediaobjectco", "informalequation", "informalexample", "informalfigure",
+ "informaltable", "equation", "example", "figure", "table", "msgset", "procedure",
+ "sidebar", "qandaset", "task", "productionset", "constraintdef", "anchor",
+ "bridgehead", "remark", "highlights", "abstract", "authorblurb", "epigraph",
+ };
+ static std::set<const char*, string_cmp> terminals;
+
+ if(terminals.empty())
+ {
+ for(unsigned i = 0; i < names.size(); ++i)
+ {
+ terminals.insert(names[i]);
+ }
+ }
+
+ return terminals.find(name) != terminals.end();
+}
+//
 // This does most of the work: process the node pointed to, and any children
 // that it may have:
 //
-void process_node(boost::tiny_xml::element_ptr node, node_id* prev, title_info* pt)
+void process_node(boost::tiny_xml::element_ptr node, node_id* prev, title_info* pt, bool seen = false)
 {
    //
    // Store the current ID and title as nested scoped objects:
@@ -187,6 +225,8 @@
    node_id id = { 0, prev };
    id.id = find_attr(node, "id");
    title_info title = { "", pt};
+ bool flatten = should_flatten_node(node->name.c_str());
+
    if(node->name == "title")
    {
       //
@@ -225,13 +265,25 @@
       std::cerr << "WARNING: <tertiary> in XML source will be ignored for the index generation" << std::endl;
    }
 
+ std::string flattenned_text;
+ const std::string* ptext;
+ if(flatten)
+ {
+ flattenned_text = get_consolidated_content(node);
+ ptext = &flattenned_text;
+ }
+ else
+ {
+ ptext = &(node->content);
+ }
+
    //
- // Search content for items: we only search if the name of this node is
- // empty, and the content is not empty, and the content is not whitespace
- // alone.
+ // Search content for items: we only search if the content is not empty,
+ // and the content is not whitespace alone, and we haven't already searched this
+ // text in one of our parent nodes that got flattened.
    //
    static const boost::regex space_re("[[:space:]]+");
- if((node->name == "") && node->content.size() && !regex_match(node->content, space_re))
+ if(!seen && ptext->size() && !regex_match(*ptext, space_re))
    {
       // Save block ID and title in case we find some hits:
       const std::string* pid = get_current_block_id(&id);
@@ -241,7 +293,7 @@
       for(std::multiset<index_info>::const_iterator i = index_terms.begin();
             i != index_terms.end(); ++i)
       {
- if(regex_search(node->content, i->search_text))
+ if(regex_search(*ptext, i->search_text))
          {
             //
             // We need to check to see if this term has already been indexed
@@ -388,7 +440,7 @@
    for(boost::tiny_xml::element_list::const_iterator i = node->elements.begin();
       i != node->elements.end(); ++i)
    {
- process_node(*i, &id, &title);
+ process_node(*i, &id, &title, flatten);
    }
    //
    // Process manual index entries last of all:

Modified: sandbox/tools/auto_index/src/file_scanning.cpp
==============================================================================
--- sandbox/tools/auto_index/src/file_scanning.cpp (original)
+++ sandbox/tools/auto_index/src/file_scanning.cpp 2009-03-13 06:46:33 EDT (Fri, 13 Mar 2009)
@@ -63,7 +63,7 @@
       {
          index_info info;
          info.term = i->str();
- info.search_text = "\\<" + i->str() + "\\>";
+ info.search_text = "class[^;{]+\\<" + i->str() + "\\>[^;{]+\\{";
          info.category = "class_name";
          if(index_terms.count(info) == 0)
          {
@@ -88,7 +88,7 @@
       {
          index_info info;
          info.term = i->str();
- info.search_text = "\\<" + i->str() + "\\>";
+ info.search_text = "typedef[^;]+\\<" + i->str() + "\\>\\s*;";
          info.category = "typedef_name";
          if(index_terms.count(info) == 0)
          {
@@ -139,12 +139,12 @@
       {
          index_info info;
          info.term = i->str();
- info.search_text = "\\<" + i->str() + "\\>";
+ info.search_text = "\\<\\w+\\>\\s+\\<" + i->str() + "\\>\\s*\\([^;{]*\\)\\s*[;{]";
          info.category = "function_name";
          if(index_terms.count(info) == 0)
          {
             if(verbose)
- std::cout << "Indexing function " << info.term << std::endl;
+ std::cout << "Indexing function " << info.term << " with search text: " << info.search_text.str() << std::endl;
             index_terms.insert(info);
          }
          ++i;


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk