Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r85987 - in branches/release: boost/detail boost/math boost/math/bindings boost/math/constants boost/math/distributions boost/math/distributions/detail boost/math/policies boost/math/special_functions boost/math/special_functions/detail boost/math/tools libs/math libs/math/build libs/math/doc libs/math/doc/background libs/math/doc/html libs/math/doc/html/indexes libs/math/doc/html/math_toolkit libs/math/doc/html/math_toolkit/airy libs/math/doc/html/math_toolkit/bessel libs/math/doc/html/math_toolkit/dist_ref libs/math/doc/html/math_toolkit/dist_ref/dists libs/math/doc/html/math_toolkit/ellint libs/math/doc/html/math_toolkit/expint libs/math/doc/html/math_toolkit/factorials libs/math/doc/html/math_toolkit/fp_facets libs/math/doc/html/math_toolkit/hankel libs/math/doc/html/math_toolkit/high_precision libs/math/doc/html/math_toolkit/internals1 libs/math/doc/html/math_toolkit/internals2 libs/math/doc/html/math_toolkit/inv_hyper libs/math/doc/html/math_toolkit/jacobi libs/math/doc/html/math_toolkit/next_float libs/math/doc/html/math_toolkit/pol_ref libs/math/doc/html/math_toolkit/pol_tutorial libs/math/doc/html/math_toolkit/powers libs/math/doc/html/math_toolkit/rounding libs/math/doc/html/math_toolkit/sf_beta libs/math/doc/html/math_toolkit/sf_erf libs/math/doc/html/math_toolkit/sf_gamma libs/math/doc/html/math_toolkit/sf_poly libs/math/doc/html/math_toolkit/sinc libs/math/doc/html/math_toolkit/special_tut libs/math/doc/html/math_toolkit/stat_tut libs/math/doc/html/math_toolkit/stat_tut/overview libs/math/doc/html/math_toolkit/stat_tut/weg libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg libs/math/doc/html/math_toolkit/stat_tut/weg/cs_eg libs/math/doc/html/math_toolkit/stat_tut/weg/find_eg libs/math/doc/html/math_toolkit/stat_tut/weg/nccs_eg libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg libs/math/doc/html/math_toolkit/stat_tut/weg/normal_example libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg libs/math/doc/html/math_toolkit/tutorial libs/math/doc/html/math_toolkit/zetas libs/math/doc/overview libs/math/example libs/math/test libs/math/test/compile_test libs/math/tools
From: john_at_[hidden]
Date: 2013-09-28 12:19:47


Author: johnmaddock
Date: 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013)
New Revision: 85987
URL: http://svn.boost.org/trac/boost/changeset/85987

Log:
Merge accumulated patches from Trunk.
Refs #8384, Refs #8855, refs #9107, refs #9109, refs #8333, refs #8621, refs #8732, refs #8733,
refs #8837, refs #8940, refs #9042, refs #9087, refs #9104, refs #9126.

Added:
   branches/release/libs/math/doc/background/special_tut.qbk
      - copied unchanged from r85977, trunk/libs/math/doc/background/special_tut.qbk
   branches/release/libs/math/doc/html/math_toolkit/special_tut/
      - copied from r85977, trunk/libs/math/doc/html/math_toolkit/special_tut/
   branches/release/libs/math/doc/html/math_toolkit/special_tut.html
      - copied unchanged from r85977, trunk/libs/math/doc/html/math_toolkit/special_tut.html
   branches/release/libs/math/example/special_data.cpp
      - copied unchanged from r85977, trunk/libs/math/example/special_data.cpp
   branches/release/libs/math/test/compile_test/poison.hpp
      - copied unchanged from r85977, trunk/libs/math/test/compile_test/poison.hpp
   branches/release/libs/math/test/test_ldouble_simple.cpp
      - copied unchanged from r85977, trunk/libs/math/test/test_ldouble_simple.cpp
   branches/release/libs/math/tools/tgamma_large_data.cpp
      - copied unchanged from r85977, trunk/libs/math/tools/tgamma_large_data.cpp
Properties modified:
   branches/release/boost/detail/fenv.hpp (props changed)
   branches/release/boost/math/ (props changed)
   branches/release/libs/math/ (props changed)
   branches/release/libs/math/doc/overview/faq.qbk (props changed)
   branches/release/libs/math/example/ (props changed)
   branches/release/libs/math/test/s_.ipp (props changed)
Text files modified:
   branches/release/boost/math/bindings/mpfr.hpp | 24
   branches/release/boost/math/constants/constants.hpp | 16
   branches/release/boost/math/distributions/beta.hpp | 2
   branches/release/boost/math/distributions/cauchy.hpp | 8
   branches/release/boost/math/distributions/detail/common_error_handling.hpp | 7
   branches/release/boost/math/distributions/exponential.hpp | 6
   branches/release/boost/math/distributions/gamma.hpp | 6
   branches/release/boost/math/distributions/hypergeometric.hpp | 6
   branches/release/boost/math/distributions/inverse_chi_squared.hpp | 2
   branches/release/boost/math/distributions/inverse_gamma.hpp | 6
   branches/release/boost/math/distributions/inverse_gaussian.hpp | 10
   branches/release/boost/math/distributions/laplace.hpp | 4
   branches/release/boost/math/distributions/logistic.hpp | 42 +-
   branches/release/boost/math/distributions/lognormal.hpp | 8
   branches/release/boost/math/distributions/non_central_chi_squared.hpp | 45 +++
   branches/release/boost/math/distributions/non_central_t.hpp | 22
   branches/release/boost/math/distributions/normal.hpp | 34 +-
   branches/release/boost/math/distributions/pareto.hpp | 6
   branches/release/boost/math/distributions/poisson.hpp | 2
   branches/release/boost/math/distributions/rayleigh.hpp | 6
   branches/release/boost/math/distributions/skew_normal.hpp | 10
   branches/release/boost/math/distributions/students_t.hpp | 12
   branches/release/boost/math/distributions/triangular.hpp | 6
   branches/release/boost/math/distributions/uniform.hpp | 6
   branches/release/boost/math/distributions/weibull.hpp | 6
   branches/release/boost/math/policies/error_handling.hpp | 31 ++
   branches/release/boost/math/special_functions/airy.hpp | 8
   branches/release/boost/math/special_functions/beta.hpp | 45 +++
   branches/release/boost/math/special_functions/detail/bessel_ik.hpp | 17 +
   branches/release/boost/math/special_functions/detail/bessel_jy_series.hpp | 6
   branches/release/boost/math/special_functions/detail/ibeta_inverse.hpp | 73 ++++-
   branches/release/boost/math/special_functions/detail/t_distribution_inv.hpp | 19
   branches/release/boost/math/special_functions/ellint_1.hpp | 7
   branches/release/boost/math/special_functions/ellint_2.hpp | 7
   branches/release/boost/math/special_functions/ellint_3.hpp | 7
   branches/release/boost/math/special_functions/ellint_rj.hpp | 2
   branches/release/boost/math/special_functions/fpclassify.hpp | 8
   branches/release/boost/math/special_functions/gamma.hpp | 2
   branches/release/boost/math/special_functions/math_fwd.hpp | 4
   branches/release/boost/math/special_functions/sign.hpp | 10
   branches/release/boost/math/tools/big_constant.hpp | 4
   branches/release/boost/math/tools/fraction.hpp | 2
   branches/release/boost/math/tools/promotion.hpp | 27 ++
   branches/release/boost/math/tools/tuple.hpp | 2
   branches/release/libs/math/build/Jamfile.v2 | 1
   branches/release/libs/math/doc/background/special_tut.qbk | 508 ++++++++++++++++++++++++++++++++++++++++
   branches/release/libs/math/doc/html/backgrounders.html | 6
   branches/release/libs/math/doc/html/index.html | 2
   branches/release/libs/math/doc/html/indexes/s01.html | 10
   branches/release/libs/math/doc/html/indexes/s02.html | 5
   branches/release/libs/math/doc/html/indexes/s03.html | 10
   branches/release/libs/math/doc/html/indexes/s04.html | 21 +
   branches/release/libs/math/doc/html/indexes/s05.html | 62 ++++
   branches/release/libs/math/doc/html/math_toolkit/acknowledgement.html | 2
   branches/release/libs/math/doc/html/math_toolkit/acknowledgements.html | 2
   branches/release/libs/math/doc/html/math_toolkit/acos.html | 2
   branches/release/libs/math/doc/html/math_toolkit/acosh.html | 2
   branches/release/libs/math/doc/html/math_toolkit/airy.html | 2
   branches/release/libs/math/doc/html/math_toolkit/airy/ai.html | 2
   branches/release/libs/math/doc/html/math_toolkit/airy/aip.html | 2
   branches/release/libs/math/doc/html/math_toolkit/airy/bi.html | 2
   branches/release/libs/math/doc/html/math_toolkit/airy/bip.html | 2
   branches/release/libs/math/doc/html/math_toolkit/archetypes.html | 2
   branches/release/libs/math/doc/html/math_toolkit/asin.html | 2
   branches/release/libs/math/doc/html/math_toolkit/asinh.html | 2
   branches/release/libs/math/doc/html/math_toolkit/atan.html | 2
   branches/release/libs/math/doc/html/math_toolkit/atanh.html | 2
   branches/release/libs/math/doc/html/math_toolkit/bessel.html | 2
   branches/release/libs/math/doc/html/math_toolkit/bessel/bessel_first.html | 2
   branches/release/libs/math/doc/html/math_toolkit/bessel/bessel_over.html | 2
   branches/release/libs/math/doc/html/math_toolkit/bessel/bessel_root.html | 2
   branches/release/libs/math/doc/html/math_toolkit/bessel/mbessel.html | 2
   branches/release/libs/math/doc/html/math_toolkit/bessel/sph_bessel.html | 2
   branches/release/libs/math/doc/html/math_toolkit/building.html | 2
   branches/release/libs/math/doc/html/math_toolkit/c99.html | 2
   branches/release/libs/math/doc/html/math_toolkit/comp_compilers.html | 2
   branches/release/libs/math/doc/html/math_toolkit/comparisons.html | 2
   branches/release/libs/math/doc/html/math_toolkit/compile_time.html | 2
   branches/release/libs/math/doc/html/math_toolkit/compilers_overview.html | 2
   branches/release/libs/math/doc/html/math_toolkit/complex_history.html | 2
   branches/release/libs/math/doc/html/math_toolkit/complex_implementation.html | 2
   branches/release/libs/math/doc/html/math_toolkit/concepts.html | 2
   branches/release/libs/math/doc/html/math_toolkit/config_macros.html | 2
   branches/release/libs/math/doc/html/math_toolkit/constants.html | 2
   branches/release/libs/math/doc/html/math_toolkit/constants_faq.html | 2
   branches/release/libs/math/doc/html/math_toolkit/constants_intro.html | 2
   branches/release/libs/math/doc/html/math_toolkit/contact.html | 2
   branches/release/libs/math/doc/html/math_toolkit/conventions.html | 4
   branches/release/libs/math/doc/html/math_toolkit/create.html | 2
   branches/release/libs/math/doc/html/math_toolkit/credits.html | 2
   branches/release/libs/math/doc/html/math_toolkit/demo.html | 2
   branches/release/libs/math/doc/html/math_toolkit/directories.html | 2
   branches/release/libs/math/doc/html/math_toolkit/dist_concept.html | 2
   branches/release/libs/math/doc/html/math_toolkit/dist_ref.html | 2
   branches/release/libs/math/doc/html/math_toolkit/dist_ref/dist_algorithms.html | 2
   branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists.html | 2
   branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/bernoulli_dist.html | 2
   branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/beta_dist.html | 2
   branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/binomial_dist.html | 2
   branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/cauchy_dist.html | 2
   branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/chi_squared_dist.html | 2
   branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/exp_dist.html | 2
   branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/extreme_dist.html | 2
   branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/f_dist.html | 2
   branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/gamma_dist.html | 2
   branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/geometric_dist.html | 2
   branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/hypergeometric_dist.html | 2
   branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/inverse_chi_squared_dist.html | 2
   branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/inverse_gamma_dist.html | 2
   branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/inverse_gaussian_dist.html | 2
   branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/laplace_dist.html | 2
   branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/logistic_dist.html | 2
   branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/lognormal_dist.html | 2
   branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/nc_beta_dist.html | 2
   branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/nc_chi_squared_dist.html | 2
   branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/nc_f_dist.html | 2
   branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/nc_t_dist.html | 2
   branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/negative_binomial_dist.html | 2
   branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/normal_dist.html | 2
   branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/pareto.html | 2
   branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/poisson_dist.html | 2
   branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/rayleigh.html | 2
   branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/skew_normal_dist.html | 2
   branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/students_t_dist.html | 2
   branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/triangular_dist.html | 2
   branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/uniform_dist.html | 2
   branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/weibull_dist.html | 2
   branches/release/libs/math/doc/html/math_toolkit/dist_ref/nmp.html | 2
   branches/release/libs/math/doc/html/math_toolkit/ellint.html | 2
   branches/release/libs/math/doc/html/math_toolkit/ellint/ellint_1.html | 2
   branches/release/libs/math/doc/html/math_toolkit/ellint/ellint_2.html | 2
   branches/release/libs/math/doc/html/math_toolkit/ellint/ellint_3.html | 2
   branches/release/libs/math/doc/html/math_toolkit/ellint/ellint_carlson.html | 2
   branches/release/libs/math/doc/html/math_toolkit/ellint/ellint_intro.html | 2
   branches/release/libs/math/doc/html/math_toolkit/error_handling.html | 2
   branches/release/libs/math/doc/html/math_toolkit/exp.html | 2
   branches/release/libs/math/doc/html/math_toolkit/expint.html | 2
   branches/release/libs/math/doc/html/math_toolkit/expint/expint_i.html | 2
   branches/release/libs/math/doc/html/math_toolkit/expint/expint_n.html | 2
   branches/release/libs/math/doc/html/math_toolkit/factorials.html | 2
   branches/release/libs/math/doc/html/math_toolkit/factorials/sf_binomial.html | 2
   branches/release/libs/math/doc/html/math_toolkit/factorials/sf_double_factorial.html | 2
   branches/release/libs/math/doc/html/math_toolkit/factorials/sf_factorial.html | 2
   branches/release/libs/math/doc/html/math_toolkit/factorials/sf_falling_factorial.html | 2
   branches/release/libs/math/doc/html/math_toolkit/factorials/sf_rising_factorial.html | 2
   branches/release/libs/math/doc/html/math_toolkit/fp_facets.html | 2
   branches/release/libs/math/doc/html/math_toolkit/fp_facets/examples.html | 2
   branches/release/libs/math/doc/html/math_toolkit/fp_facets/facets_intro.html | 2
   branches/release/libs/math/doc/html/math_toolkit/fp_facets/portability.html | 2
   branches/release/libs/math/doc/html/math_toolkit/fp_facets/rationale.html | 2
   branches/release/libs/math/doc/html/math_toolkit/fp_facets/reference.html | 2
   branches/release/libs/math/doc/html/math_toolkit/fpclass.html | 2
   branches/release/libs/math/doc/html/math_toolkit/future.html | 2
   branches/release/libs/math/doc/html/math_toolkit/gcd_credits.html | 2
   branches/release/libs/math/doc/html/math_toolkit/gcd_function_object.html | 2
   branches/release/libs/math/doc/html/math_toolkit/gcd_header.html | 2
   branches/release/libs/math/doc/html/math_toolkit/gcd_history.html | 2
   branches/release/libs/math/doc/html/math_toolkit/getting_best.html | 2
   branches/release/libs/math/doc/html/math_toolkit/hankel.html | 2
   branches/release/libs/math/doc/html/math_toolkit/hankel/cyl_hankel.html | 2
   branches/release/libs/math/doc/html/math_toolkit/hankel/sph_hankel.html | 2
   branches/release/libs/math/doc/html/math_toolkit/high_precision.html | 2
   branches/release/libs/math/doc/html/math_toolkit/high_precision/e_float.html | 2
   branches/release/libs/math/doc/html/math_toolkit/high_precision/float128.html | 2
   branches/release/libs/math/doc/html/math_toolkit/high_precision/use_mpfr.html | 2
   branches/release/libs/math/doc/html/math_toolkit/high_precision/use_multiprecision.html | 2
   branches/release/libs/math/doc/html/math_toolkit/high_precision/use_ntl.html | 2
   branches/release/libs/math/doc/html/math_toolkit/high_precision/using_test.html | 2
   branches/release/libs/math/doc/html/math_toolkit/high_precision/why_high_precision.html | 2
   branches/release/libs/math/doc/html/math_toolkit/hints.html | 2
   branches/release/libs/math/doc/html/math_toolkit/history1.html | 2
   branches/release/libs/math/doc/html/math_toolkit/history2.html | 2
   branches/release/libs/math/doc/html/math_toolkit/internals1.html | 2
   branches/release/libs/math/doc/html/math_toolkit/internals1/cf.html | 2
   branches/release/libs/math/doc/html/math_toolkit/internals1/minima.html | 2
   branches/release/libs/math/doc/html/math_toolkit/internals1/rational.html | 2
   branches/release/libs/math/doc/html/math_toolkit/internals1/roots.html | 2
   branches/release/libs/math/doc/html/math_toolkit/internals1/roots2.html | 2
   branches/release/libs/math/doc/html/math_toolkit/internals1/series_evaluation.html | 2
   branches/release/libs/math/doc/html/math_toolkit/internals1/tuples.html | 2
   branches/release/libs/math/doc/html/math_toolkit/internals2.html | 2
   branches/release/libs/math/doc/html/math_toolkit/internals2/error_test.html | 2
   branches/release/libs/math/doc/html/math_toolkit/internals2/minimax.html | 2
   branches/release/libs/math/doc/html/math_toolkit/internals2/polynomials.html | 2
   branches/release/libs/math/doc/html/math_toolkit/internals2/test_data.html | 2
   branches/release/libs/math/doc/html/math_toolkit/internals_overview.html | 2
   branches/release/libs/math/doc/html/math_toolkit/interp.html | 2
   branches/release/libs/math/doc/html/math_toolkit/intro_pol_overview.html | 2
   branches/release/libs/math/doc/html/math_toolkit/introduction.html | 2
   branches/release/libs/math/doc/html/math_toolkit/inv_hyper.html | 2
   branches/release/libs/math/doc/html/math_toolkit/inv_hyper/acosh.html | 2
   branches/release/libs/math/doc/html/math_toolkit/inv_hyper/asinh.html | 2
   branches/release/libs/math/doc/html/math_toolkit/inv_hyper/atanh.html | 2
   branches/release/libs/math/doc/html/math_toolkit/inv_hyper/inv_hyper_over.html | 2
   branches/release/libs/math/doc/html/math_toolkit/issues.html | 2
   branches/release/libs/math/doc/html/math_toolkit/jacobi.html | 2
   branches/release/libs/math/doc/html/math_toolkit/jacobi/jac_over.html | 2
   branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_cd.html | 2
   branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_cn.html | 2
   branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_cs.html | 2
   branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_dc.html | 2
   branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_dn.html | 2
   branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_ds.html | 2
   branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_elliptic.html | 2
   branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_nc.html | 2
   branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_nd.html | 2
   branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_ns.html | 2
   branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_sc.html | 2
   branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_sd.html | 2
   branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_sn.html | 2
   branches/release/libs/math/doc/html/math_toolkit/lanczos.html | 2
   branches/release/libs/math/doc/html/math_toolkit/lcm_function_object.html | 2
   branches/release/libs/math/doc/html/math_toolkit/main_faq.html | 2
   branches/release/libs/math/doc/html/math_toolkit/main_intro.html | 2
   branches/release/libs/math/doc/html/math_toolkit/main_tr1.html | 2
   branches/release/libs/math/doc/html/math_toolkit/mem_typedef.html | 2
   branches/release/libs/math/doc/html/math_toolkit/namespaces.html | 2
   branches/release/libs/math/doc/html/math_toolkit/navigation.html | 4
   branches/release/libs/math/doc/html/math_toolkit/new_const.html | 2
   branches/release/libs/math/doc/html/math_toolkit/next_float.html | 2
   branches/release/libs/math/doc/html/math_toolkit/next_float/float_advance.html | 2
   branches/release/libs/math/doc/html/math_toolkit/next_float/float_distance.html | 2
   branches/release/libs/math/doc/html/math_toolkit/next_float/float_next.html | 2
   branches/release/libs/math/doc/html/math_toolkit/next_float/float_prior.html | 2
   branches/release/libs/math/doc/html/math_toolkit/next_float/nextafter.html | 2
   branches/release/libs/math/doc/html/math_toolkit/oct_create.html | 2
   branches/release/libs/math/doc/html/math_toolkit/oct_header.html | 2
   branches/release/libs/math/doc/html/math_toolkit/oct_history.html | 2
   branches/release/libs/math/doc/html/math_toolkit/oct_mem_fun.html | 2
   branches/release/libs/math/doc/html/math_toolkit/oct_non_mem.html | 2
   branches/release/libs/math/doc/html/math_toolkit/oct_overview.html | 2
   branches/release/libs/math/doc/html/math_toolkit/oct_specialization.html | 2
   branches/release/libs/math/doc/html/math_toolkit/oct_synopsis.html | 2
   branches/release/libs/math/doc/html/math_toolkit/oct_tests.html | 2
   branches/release/libs/math/doc/html/math_toolkit/oct_todo.html | 2
   branches/release/libs/math/doc/html/math_toolkit/oct_trans.html | 2
   branches/release/libs/math/doc/html/math_toolkit/oct_typedefs.html | 2
   branches/release/libs/math/doc/html/math_toolkit/oct_value_ops.html | 2
   branches/release/libs/math/doc/html/math_toolkit/octonion.html | 2
   branches/release/libs/math/doc/html/math_toolkit/overview_tr1.html | 2
   branches/release/libs/math/doc/html/math_toolkit/owens_t.html | 2
   branches/release/libs/math/doc/html/math_toolkit/perf_over1.html | 2
   branches/release/libs/math/doc/html/math_toolkit/perf_over2.html | 2
   branches/release/libs/math/doc/html/math_toolkit/perf_test_app.html | 2
   branches/release/libs/math/doc/html/math_toolkit/pol_overview.html | 2
   branches/release/libs/math/doc/html/math_toolkit/pol_ref.html | 2
   branches/release/libs/math/doc/html/math_toolkit/pol_ref/assert_undefined.html | 2
   branches/release/libs/math/doc/html/math_toolkit/pol_ref/discrete_quant_ref.html | 2
   branches/release/libs/math/doc/html/math_toolkit/pol_ref/error_handling_policies.html | 2
   branches/release/libs/math/doc/html/math_toolkit/pol_ref/internal_promotion.html | 2
   branches/release/libs/math/doc/html/math_toolkit/pol_ref/iteration_pol.html | 2
   branches/release/libs/math/doc/html/math_toolkit/pol_ref/namespace_pol.html | 2
   branches/release/libs/math/doc/html/math_toolkit/pol_ref/pol_ref_ref.html | 2
   branches/release/libs/math/doc/html/math_toolkit/pol_ref/policy_defaults.html | 2
   branches/release/libs/math/doc/html/math_toolkit/pol_ref/precision_pol.html | 2
   branches/release/libs/math/doc/html/math_toolkit/pol_tutorial.html | 2
   branches/release/libs/math/doc/html/math_toolkit/pol_tutorial/ad_hoc_dist_policies.html | 2
   branches/release/libs/math/doc/html/math_toolkit/pol_tutorial/ad_hoc_sf_policies.html | 2
   branches/release/libs/math/doc/html/math_toolkit/pol_tutorial/changing_policy_defaults.html | 2
   branches/release/libs/math/doc/html/math_toolkit/pol_tutorial/namespace_policies.html | 2
   branches/release/libs/math/doc/html/math_toolkit/pol_tutorial/policy_tut_defaults.html | 2
   branches/release/libs/math/doc/html/math_toolkit/pol_tutorial/policy_usage.html | 2
   branches/release/libs/math/doc/html/math_toolkit/pol_tutorial/understand_dis_quant.html | 2
   branches/release/libs/math/doc/html/math_toolkit/pol_tutorial/user_def_err_pol.html | 2
   branches/release/libs/math/doc/html/math_toolkit/pol_tutorial/what_is_a_policy.html | 2
   branches/release/libs/math/doc/html/math_toolkit/powers.html | 2
   branches/release/libs/math/doc/html/math_toolkit/powers/cbrt.html | 2
   branches/release/libs/math/doc/html/math_toolkit/powers/cos_pi.html | 2
   branches/release/libs/math/doc/html/math_toolkit/powers/ct_pow.html | 2
   branches/release/libs/math/doc/html/math_toolkit/powers/expm1.html | 2
   branches/release/libs/math/doc/html/math_toolkit/powers/hypot.html | 2
   branches/release/libs/math/doc/html/math_toolkit/powers/log1p.html | 2
   branches/release/libs/math/doc/html/math_toolkit/powers/powm1.html | 2
   branches/release/libs/math/doc/html/math_toolkit/powers/sin_pi.html | 2
   branches/release/libs/math/doc/html/math_toolkit/powers/sqrt1pm1.html | 2
   branches/release/libs/math/doc/html/math_toolkit/quat.html | 2
   branches/release/libs/math/doc/html/math_toolkit/quat_header.html | 2
   branches/release/libs/math/doc/html/math_toolkit/quat_history.html | 2
   branches/release/libs/math/doc/html/math_toolkit/quat_mem_fun.html | 2
   branches/release/libs/math/doc/html/math_toolkit/quat_non_mem.html | 2
   branches/release/libs/math/doc/html/math_toolkit/quat_overview.html | 2
   branches/release/libs/math/doc/html/math_toolkit/quat_synopsis.html | 2
   branches/release/libs/math/doc/html/math_toolkit/quat_tests.html | 2
   branches/release/libs/math/doc/html/math_toolkit/quat_todo.html | 2
   branches/release/libs/math/doc/html/math_toolkit/rationale.html | 2
   branches/release/libs/math/doc/html/math_toolkit/refs.html | 2
   branches/release/libs/math/doc/html/math_toolkit/relative_error.html | 8
   branches/release/libs/math/doc/html/math_toolkit/remez.html | 2
   branches/release/libs/math/doc/html/math_toolkit/result_type.html | 2
   branches/release/libs/math/doc/html/math_toolkit/rounding.html | 2
   branches/release/libs/math/doc/html/math_toolkit/rounding/modf.html | 2
   branches/release/libs/math/doc/html/math_toolkit/rounding/round.html | 2
   branches/release/libs/math/doc/html/math_toolkit/rounding/trunc.html | 2
   branches/release/libs/math/doc/html/math_toolkit/run_time.html | 2
   branches/release/libs/math/doc/html/math_toolkit/sf_beta.html | 2
   branches/release/libs/math/doc/html/math_toolkit/sf_beta/beta_derivative.html | 2
   branches/release/libs/math/doc/html/math_toolkit/sf_beta/beta_function.html | 2
   branches/release/libs/math/doc/html/math_toolkit/sf_beta/ibeta_function.html | 2
   branches/release/libs/math/doc/html/math_toolkit/sf_beta/ibeta_inv_function.html | 2
   branches/release/libs/math/doc/html/math_toolkit/sf_erf.html | 2
   branches/release/libs/math/doc/html/math_toolkit/sf_erf/error_function.html | 2
   branches/release/libs/math/doc/html/math_toolkit/sf_erf/error_inv.html | 2
   branches/release/libs/math/doc/html/math_toolkit/sf_gamma.html | 2
   branches/release/libs/math/doc/html/math_toolkit/sf_gamma/digamma.html | 2
   branches/release/libs/math/doc/html/math_toolkit/sf_gamma/gamma_derivatives.html | 2
   branches/release/libs/math/doc/html/math_toolkit/sf_gamma/gamma_ratios.html | 2
   branches/release/libs/math/doc/html/math_toolkit/sf_gamma/igamma.html | 2
   branches/release/libs/math/doc/html/math_toolkit/sf_gamma/igamma_inv.html | 2
   branches/release/libs/math/doc/html/math_toolkit/sf_gamma/lgamma.html | 2
   branches/release/libs/math/doc/html/math_toolkit/sf_gamma/tgamma.html | 2
   branches/release/libs/math/doc/html/math_toolkit/sf_implementation.html | 8
   branches/release/libs/math/doc/html/math_toolkit/sf_poly.html | 2
   branches/release/libs/math/doc/html/math_toolkit/sf_poly/hermite.html | 2
   branches/release/libs/math/doc/html/math_toolkit/sf_poly/laguerre.html | 2
   branches/release/libs/math/doc/html/math_toolkit/sf_poly/legendre.html | 2
   branches/release/libs/math/doc/html/math_toolkit/sf_poly/sph_harm.html | 2
   branches/release/libs/math/doc/html/math_toolkit/sign_functions.html | 2
   branches/release/libs/math/doc/html/math_toolkit/sinc.html | 2
   branches/release/libs/math/doc/html/math_toolkit/sinc/sinc_overview.html | 2
   branches/release/libs/math/doc/html/math_toolkit/sinc/sinc_pi.html | 2
   branches/release/libs/math/doc/html/math_toolkit/sinc/sinhc_pi.html | 2
   branches/release/libs/math/doc/html/math_toolkit/spec.html | 2
   branches/release/libs/math/doc/html/math_toolkit/special_tut.html | 50 +++
   branches/release/libs/math/doc/html/math_toolkit/stat_tut.html | 2
   branches/release/libs/math/doc/html/math_toolkit/stat_tut/dist_params.html | 2
   branches/release/libs/math/doc/html/math_toolkit/stat_tut/overview.html | 2
   branches/release/libs/math/doc/html/math_toolkit/stat_tut/overview/complements.html | 2
   branches/release/libs/math/doc/html/math_toolkit/stat_tut/overview/generic.html | 2
   branches/release/libs/math/doc/html/math_toolkit/stat_tut/overview/headers.html | 2
   branches/release/libs/math/doc/html/math_toolkit/stat_tut/overview/objects.html | 2
   branches/release/libs/math/doc/html/math_toolkit/stat_tut/overview/parameters.html | 2
   branches/release/libs/math/doc/html/math_toolkit/stat_tut/overview/summary.html | 2
   branches/release/libs/math/doc/html/math_toolkit/stat_tut/variates.html | 2
   branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg.html | 2
   branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg.html | 2
   branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg/binom_conf.html | 2
   branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg/binom_size_eg.html | 2
   branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg/binomial_coinflip_example.html | 2
   branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg/binomial_quiz_example.html | 2
   branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/c_sharp.html | 2
   branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/cs_eg.html | 2
   branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/cs_eg/chi_sq_intervals.html | 2
   branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/cs_eg/chi_sq_size.html | 2
   branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/cs_eg/chi_sq_test.html | 2
   branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/dist_construct_eg.html | 2
   branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/error_eg.html | 2
   branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/f_eg.html | 2
   branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/find_eg.html | 2
   branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/find_eg/find_location_eg.html | 2
   branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/find_eg/find_mean_and_sd_eg.html | 2
   branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/find_eg/find_scale_eg.html | 2
   branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/geometric_eg.html | 2
   branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/inverse_chi_squared_eg.html | 2
   branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/nag_library.html | 2
   branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/nccs_eg.html | 2
   branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/nccs_eg/nccs_power_eg.html | 2
   branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg.html | 2
   branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg/neg_binom_conf.html | 2
   branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg/neg_binom_size_eg.html | 2
   branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg/negative_binomial_example1.html | 2
   branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg/negative_binomial_example2.html | 2
   branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/normal_example.html | 2
   branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/normal_example/normal_misc.html | 2
   branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg.html | 2
   branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/paired_st.html | 2
   branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/tut_mean_intervals.html | 2
   branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/tut_mean_size.html | 2
   branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/tut_mean_test.html | 2
   branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/two_sample_students_t.html | 2
   branches/release/libs/math/doc/html/math_toolkit/synopsis.html | 2
   branches/release/libs/math/doc/html/math_toolkit/threads.html | 2
   branches/release/libs/math/doc/html/math_toolkit/tr1_ref.html | 2
   branches/release/libs/math/doc/html/math_toolkit/trans.html | 2
   branches/release/libs/math/doc/html/math_toolkit/tuning.html | 2
   branches/release/libs/math/doc/html/math_toolkit/tutorial.html | 2
   branches/release/libs/math/doc/html/math_toolkit/tutorial/non_templ.html | 2
   branches/release/libs/math/doc/html/math_toolkit/tutorial/templ.html | 2
   branches/release/libs/math/doc/html/math_toolkit/tutorial/user_def.html | 2
   branches/release/libs/math/doc/html/math_toolkit/value_op.html | 2
   branches/release/libs/math/doc/html/math_toolkit/zetas.html | 2
   branches/release/libs/math/doc/html/math_toolkit/zetas/zeta.html | 2
   branches/release/libs/math/doc/math.qbk | 1
   branches/release/libs/math/example/special_data.cpp | 84 ++++++
   branches/release/libs/math/test/Jamfile.v2 | 2
   branches/release/libs/math/test/compile_test/poison.hpp | 96 +++++++
   branches/release/libs/math/test/compile_test/std_real_concept_check.cpp | 2
   branches/release/libs/math/test/compile_test/test_compile_result.hpp | 12
   branches/release/libs/math/test/log1p_expm1_test.hpp | 1
   branches/release/libs/math/test/test_archive.cpp | 10
   branches/release/libs/math/test/test_bessel_airy_zeros.cpp | 14
   branches/release/libs/math/test/test_bessel_i.cpp | 7
   branches/release/libs/math/test/test_bessel_i.hpp | 2
   branches/release/libs/math/test/test_bessel_j.hpp | 5
   branches/release/libs/math/test/test_bessel_k.hpp | 2
   branches/release/libs/math/test/test_bessel_y.hpp | 5
   branches/release/libs/math/test/test_beta.hpp | 1
   branches/release/libs/math/test/test_carlson.hpp | 4
   branches/release/libs/math/test/test_cbrt.hpp | 1
   branches/release/libs/math/test/test_classify.cpp | 2
   branches/release/libs/math/test/test_digamma.hpp | 1
   branches/release/libs/math/test/test_ellint_1.hpp | 4
   branches/release/libs/math/test/test_ellint_2.hpp | 4
   branches/release/libs/math/test/test_ellint_3.hpp | 2
   branches/release/libs/math/test/test_erf.hpp | 3
   branches/release/libs/math/test/test_error_handling.cpp | 2
   branches/release/libs/math/test/test_expint.hpp | 2
   branches/release/libs/math/test/test_gamma.cpp | 2
   branches/release/libs/math/test/test_gamma.hpp | 2
   branches/release/libs/math/test/test_hermite.hpp | 3
   branches/release/libs/math/test/test_hypergeometric_dist.cpp | 2
   branches/release/libs/math/test/test_ibeta.cpp | 2
   branches/release/libs/math/test/test_ibeta.hpp | 68 +++++
   branches/release/libs/math/test/test_ibeta_inv.hpp | 85 ++++++
   branches/release/libs/math/test/test_igamma.cpp | 17
   branches/release/libs/math/test/test_igamma.hpp | 1
   branches/release/libs/math/test/test_igamma_inv.hpp | 2
   branches/release/libs/math/test/test_igamma_inva.hpp | 2
   branches/release/libs/math/test/test_jacobi.hpp | 1
   branches/release/libs/math/test/test_laguerre.hpp | 2
   branches/release/libs/math/test/test_ldouble_simple.cpp | 28 ++
   branches/release/libs/math/test/test_legendre.hpp | 2
   branches/release/libs/math/test/test_nc_beta.cpp | 2
   branches/release/libs/math/test/test_nc_t.cpp | 75 ++--
   branches/release/libs/math/test/test_nonfinite_io.cpp | 2
   branches/release/libs/math/test/test_owens_t.cpp | 2
   branches/release/libs/math/test/test_skew_normal.cpp | 2
   branches/release/libs/math/test/test_spherical_harmonic.cpp | 2
   branches/release/libs/math/test/test_students_t.cpp | 91 ++++--
   branches/release/libs/math/test/test_tgamma_ratio.cpp | 8
   branches/release/libs/math/test/test_tgamma_ratio.hpp | 2
   branches/release/libs/math/test/test_triangular.cpp | 2
   branches/release/libs/math/test/test_uniform.cpp | 2
   branches/release/libs/math/test/test_zeta.hpp | 1
   branches/release/libs/math/tools/tgamma_large_data.cpp | 75 +++++
   434 files changed, 1983 insertions(+), 699 deletions(-)

Modified: branches/release/boost/math/bindings/mpfr.hpp
==============================================================================
--- branches/release/boost/math/bindings/mpfr.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/boost/math/bindings/mpfr.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -115,9 +115,9 @@
 }
 
 template <class Policy>
-inline int iround(mpfr_class const& x, const Policy& pol)
+inline int iround(mpfr_class const& x, const Policy&)
 {
- return boost::math::tools::real_cast<int>(boost::math::round(x, pol));
+ return boost::math::tools::real_cast<int>(boost::math::round(x, typename boost::math::policies::normalise<Policy, boost::math::policies::rounding_error< boost::math::policies::throw_on_error> >::type()));
 }
 template <class T, class U, class Policy>
 inline int iround(__gmp_expr<T,U> const& x, const Policy& pol)
@@ -126,9 +126,9 @@
 }
 
 template <class Policy>
-inline long lround(mpfr_class const& x, const Policy& pol)
+inline long lround(mpfr_class const& x, const Policy&)
 {
- return boost::math::tools::real_cast<long>(boost::math::round(x, pol));
+ return boost::math::tools::real_cast<long>(boost::math::round(x, typename boost::math::policies::normalise<Policy, boost::math::policies::rounding_error< boost::math::policies::throw_on_error> >::type()));
 }
 template <class T, class U, class Policy>
 inline long lround(__gmp_expr<T,U> const& x, const Policy& pol)
@@ -137,9 +137,9 @@
 }
 
 template <class Policy>
-inline long long llround(mpfr_class const& x, const Policy& pol)
+inline long long llround(mpfr_class const& x, const Policy&)
 {
- return boost::math::tools::real_cast<long long>(boost::math::round(x, pol));
+ return boost::math::tools::real_cast<long long>(boost::math::round(x, typename boost::math::policies::normalise<Policy, boost::math::policies::rounding_error< boost::math::policies::throw_on_error> >::type()));
 }
 template <class T, class U, class Policy>
 inline long long llround(__gmp_expr<T,U> const& x, const Policy& pol)
@@ -148,9 +148,9 @@
 }
 
 template <class Policy>
-inline int itrunc(mpfr_class const& x, const Policy& pol)
+inline int itrunc(mpfr_class const& x, const Policy&)
 {
- return boost::math::tools::real_cast<int>(boost::math::trunc(x, pol));
+ return boost::math::tools::real_cast<int>(boost::math::trunc(x, typename boost::math::policies::normalise<Policy, boost::math::policies::rounding_error< boost::math::policies::throw_on_error> >::type()));
 }
 template <class T, class U, class Policy>
 inline int itrunc(__gmp_expr<T,U> const& x, const Policy& pol)
@@ -159,9 +159,9 @@
 }
 
 template <class Policy>
-inline long ltrunc(mpfr_class const& x, const Policy& pol)
+inline long ltrunc(mpfr_class const& x, const Policy&)
 {
- return boost::math::tools::real_cast<long>(boost::math::trunc(x, pol));
+ return boost::math::tools::real_cast<long>(boost::math::trunc(x, typename boost::math::policies::normalise<Policy, boost::math::policies::rounding_error< boost::math::policies::throw_on_error> >::type()));
 }
 template <class T, class U, class Policy>
 inline long ltrunc(__gmp_expr<T,U> const& x, const Policy& pol)
@@ -170,9 +170,9 @@
 }
 
 template <class Policy>
-inline long long lltrunc(mpfr_class const& x, const Policy& pol)
+inline long long lltrunc(mpfr_class const& x, const Policy&)
 {
- return boost::math::tools::real_cast<long long>(boost::math::trunc(x, pol));
+ return boost::math::tools::real_cast<long long>(boost::math::trunc(x, typename boost::math::policies::normalise<Policy, boost::math::policies::rounding_error< boost::math::policies::throw_on_error> >::type()));
 }
 template <class T, class U, class Policy>
 inline long long lltrunc(__gmp_expr<T,U> const& x, const Policy& pol)

Modified: branches/release/boost/math/constants/constants.hpp
==============================================================================
--- branches/release/boost/math/constants/constants.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/boost/math/constants/constants.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -139,7 +139,7 @@
          return p;
       }
 
- template <class T, const T& (*F)(BOOST_EXPLICIT_TEMPLATE_TYPE_SPEC(T))>
+ template <class T, const T& (*F)()>
       struct constant_initializer
       {
          static void force_instantiate()
@@ -151,18 +151,14 @@
          {
             initializer()
             {
- F(
- #ifdef BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS
- 0
- #endif
- );
+ F();
             }
             void force_instantiate()const{}
          };
          static const initializer init;
       };
 
- template <class T, const T& (*F)(BOOST_EXPLICIT_TEMPLATE_TYPE_SPEC(T))>
+ template <class T, const T& (*F)()>
       typename constant_initializer<T, F>::initializer const constant_initializer<T, F>::init;
 
       template <class T, int N, const T& (*F)(BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC(mpl::int_<N>) BOOST_MATH_APPEND_EXPLICIT_TEMPLATE_TYPE_SPEC(T))>
@@ -177,11 +173,7 @@
          {
             initializer()
             {
- F(
- #ifdef BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS
- mpl::int_<N>() , 0
- #endif
- );
+ F();
             }
             void force_instantiate()const{}
          };

Modified: branches/release/boost/math/distributions/beta.hpp
==============================================================================
--- branches/release/boost/math/distributions/beta.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/boost/math/distributions/beta.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -156,7 +156,7 @@
       typedef RealType value_type;
       typedef Policy policy_type;
 
- beta_distribution(RealType alpha = 1, RealType beta = 1) : m_alpha(alpha), m_beta(beta)
+ beta_distribution(RealType l_alpha = 1, RealType l_beta = 1) : m_alpha(l_alpha), m_beta(l_beta)
       {
         RealType result;
         beta_detail::check_dist(

Modified: branches/release/boost/math/distributions/cauchy.hpp
==============================================================================
--- branches/release/boost/math/distributions/cauchy.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/boost/math/distributions/cauchy.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -152,13 +152,13 @@
    typedef RealType value_type;
    typedef Policy policy_type;
 
- cauchy_distribution(RealType location = 0, RealType scale = 1)
- : m_a(location), m_hg(scale)
+ cauchy_distribution(RealType l_location = 0, RealType l_scale = 1)
+ : m_a(l_location), m_hg(l_scale)
    {
     static const char* function = "boost::math::cauchy_distribution<%1%>::cauchy_distribution";
      RealType result;
- detail::check_location(function, location, &result, Policy());
- detail::check_scale(function, scale, &result, Policy());
+ detail::check_location(function, l_location, &result, Policy());
+ detail::check_scale(function, l_scale, &result, Policy());
    } // cauchy_distribution
 
    RealType location()const

Modified: branches/release/boost/math/distributions/detail/common_error_handling.hpp
==============================================================================
--- branches/release/boost/math/distributions/detail/common_error_handling.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/boost/math/distributions/detail/common_error_handling.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -98,6 +98,10 @@
       RealType* result,
       const Policy& pol)
 {
+ // Note that this test catches both infinity and NaN.
+ // Some distributions permit x to be infinite, so these must be tested 1st and return,
+ // leaving this test to catch any NaNs.
+ // See Normal, Logistic and Cauchy for example.
    if(!(boost::math::isfinite)(x))
    {
       *result = policies::raise_domain_error<RealType>(
@@ -106,9 +110,6 @@
       return false;
    }
    return true;
- // Note that this test catches both infinity and NaN.
- // Some special cases permit x to be infinite, so these must be tested 1st,
- // leaving this test to catch any NaNs. see Normal and cauchy for example.
 } // bool check_x
 
 template <class RealType, class Policy>

Modified: branches/release/boost/math/distributions/exponential.hpp
==============================================================================
--- branches/release/boost/math/distributions/exponential.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/boost/math/distributions/exponential.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -63,11 +63,11 @@
    typedef RealType value_type;
    typedef Policy policy_type;
 
- exponential_distribution(RealType lambda = 1)
- : m_lambda(lambda)
+ exponential_distribution(RealType l_lambda = 1)
+ : m_lambda(l_lambda)
    {
       RealType err;
- detail::verify_lambda("boost::math::exponential_distribution<%1%>::exponential_distribution", lambda, &err, Policy());
+ detail::verify_lambda("boost::math::exponential_distribution<%1%>::exponential_distribution", l_lambda, &err, Policy());
    } // exponential_distribution
 
    RealType lambda()const { return m_lambda; }

Modified: branches/release/boost/math/distributions/gamma.hpp
==============================================================================
--- branches/release/boost/math/distributions/gamma.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/boost/math/distributions/gamma.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -73,11 +73,11 @@
    typedef RealType value_type;
    typedef Policy policy_type;
 
- gamma_distribution(RealType shape, RealType scale = 1)
- : m_shape(shape), m_scale(scale)
+ gamma_distribution(RealType l_shape, RealType l_scale = 1)
+ : m_shape(l_shape), m_scale(l_scale)
    {
       RealType result;
- detail::check_gamma("boost::math::gamma_distribution<%1%>::gamma_distribution", scale, shape, &result, Policy());
+ detail::check_gamma("boost::math::gamma_distribution<%1%>::gamma_distribution", l_scale, l_shape, &result, Policy());
    }
 
    RealType shape()const

Modified: branches/release/boost/math/distributions/hypergeometric.hpp
==============================================================================
--- branches/release/boost/math/distributions/hypergeometric.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/boost/math/distributions/hypergeometric.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -136,7 +136,7 @@
       BOOST_MATH_STD_USING
       static const char* function = "boost::math::pdf(const hypergeometric_distribution<%1%>&, const %1%&)";
       RealType r = static_cast<RealType>(x);
- unsigned u = itrunc(r);
+ unsigned u = itrunc(r, typename policies::normalise<Policy, policies::rounding_error<policies::ignore_error> >::type());
       if(u != r)
       {
          return boost::math::policies::raise_domain_error<RealType>(
@@ -165,7 +165,7 @@
       BOOST_MATH_STD_USING
       static const char* function = "boost::math::cdf(const hypergeometric_distribution<%1%>&, const %1%&)";
       RealType r = static_cast<RealType>(x);
- unsigned u = itrunc(r);
+ unsigned u = itrunc(r, typename policies::normalise<Policy, policies::rounding_error<policies::ignore_error> >::type());
       if(u != r)
       {
          return boost::math::policies::raise_domain_error<RealType>(
@@ -194,7 +194,7 @@
       BOOST_MATH_STD_USING
       static const char* function = "boost::math::cdf(const hypergeometric_distribution<%1%>&, const %1%&)";
       RealType r = static_cast<RealType>(c.param);
- unsigned u = itrunc(r);
+ unsigned u = itrunc(r, typename policies::normalise<Policy, policies::rounding_error<policies::ignore_error> >::type());
       if(u != r)
       {
          return boost::math::policies::raise_domain_error<RealType>(

Modified: branches/release/boost/math/distributions/inverse_chi_squared.hpp
==============================================================================
--- branches/release/boost/math/distributions/inverse_chi_squared.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/boost/math/distributions/inverse_chi_squared.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -51,7 +51,7 @@
    typedef RealType value_type;
    typedef Policy policy_type;
 
- inverse_chi_squared_distribution(RealType df, RealType scale) : m_df(df), m_scale (scale)
+ inverse_chi_squared_distribution(RealType df, RealType l_scale) : m_df(df), m_scale (l_scale)
    {
       RealType result;
       detail::check_df(

Modified: branches/release/boost/math/distributions/inverse_gamma.hpp
==============================================================================
--- branches/release/boost/math/distributions/inverse_gamma.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/boost/math/distributions/inverse_gamma.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -91,13 +91,13 @@
    typedef RealType value_type;
    typedef Policy policy_type;
 
- inverse_gamma_distribution(RealType shape = 1, RealType scale = 1)
- : m_shape(shape), m_scale(scale)
+ inverse_gamma_distribution(RealType l_shape = 1, RealType l_scale = 1)
+ : m_shape(l_shape), m_scale(l_scale)
    {
       RealType result;
       detail::check_inverse_gamma(
         "boost::math::inverse_gamma_distribution<%1%>::inverse_gamma_distribution",
- scale, shape, &result, Policy());
+ l_scale, l_shape, &result, Policy());
    }
 
    RealType shape()const

Modified: branches/release/boost/math/distributions/inverse_gaussian.hpp
==============================================================================
--- branches/release/boost/math/distributions/inverse_gaussian.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/boost/math/distributions/inverse_gaussian.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -74,14 +74,14 @@
    typedef RealType value_type;
    typedef Policy policy_type;
 
- inverse_gaussian_distribution(RealType mean = 1, RealType scale = 1)
- : m_mean(mean), m_scale(scale)
+ inverse_gaussian_distribution(RealType l_mean = 1, RealType l_scale = 1)
+ : m_mean(l_mean), m_scale(l_scale)
    { // Default is a 1,1 inverse_gaussian distribution.
      static const char* function = "boost::math::inverse_gaussian_distribution<%1%>::inverse_gaussian_distribution";
 
      RealType result;
- detail::check_scale(function, scale, &result, Policy());
- detail::check_location(function, mean, &result, Policy());
+ detail::check_scale(function, l_scale, &result, Policy());
+ detail::check_location(function, l_mean, &result, Policy());
    }
 
    RealType mean()const
@@ -286,7 +286,7 @@
       // Define the distribution, using gamma_nooverflow:
       typedef gamma_distribution<RealType, no_overthrow_policy> gamma_nooverflow;
 
- gamma_distribution<RealType, no_overthrow_policy> g(static_cast<RealType>(0.5), static_cast<RealType>(1.));
+ gamma_nooverflow g(static_cast<RealType>(0.5), static_cast<RealType>(1.));
 
       // gamma_nooverflow g(static_cast<RealType>(0.5), static_cast<RealType>(1.));
       // R qgamma(0.2, 0.5, 1) 0.0320923

Modified: branches/release/boost/math/distributions/laplace.hpp
==============================================================================
--- branches/release/boost/math/distributions/laplace.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/boost/math/distributions/laplace.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -37,8 +37,8 @@
    // ----------------------------------
    // Constructor(s)
    // ----------------------------------
- laplace_distribution(RealType location = 0, RealType scale = 1)
- : m_location(location), m_scale(scale)
+ laplace_distribution(RealType l_location = 0, RealType l_scale = 1)
+ : m_location(l_location), m_scale(l_scale)
    {
       RealType result;
       check_parameters("boost::math::laplace_distribution<%1%>::laplace_distribution()", &result);

Modified: branches/release/boost/math/distributions/logistic.hpp
==============================================================================
--- branches/release/boost/math/distributions/logistic.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/boost/math/distributions/logistic.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -24,14 +24,14 @@
       typedef RealType value_type;
       typedef Policy policy_type;
       
- logistic_distribution(RealType location=0, RealType scale=1) // Constructor.
- : m_location(location), m_scale(scale)
+ logistic_distribution(RealType l_location=0, RealType l_scale=1) // Constructor.
+ : m_location(l_location), m_scale(l_scale)
       {
         static const char* function = "boost::math::logistic_distribution<%1%>::logistic_distribution";
         
         RealType result;
- detail::check_scale(function, scale, &result, Policy());
- detail::check_location(function, location, &result, Policy());
+ detail::check_scale(function, l_scale, &result, Policy());
+ detail::check_location(function, l_location, &result, Policy());
       }
       // Accessor functions.
       RealType scale()const
@@ -68,21 +68,15 @@
       using boost::math::tools::max_value;
       return std::pair<RealType, RealType>(-max_value<RealType>(), max_value<RealType>()); // - to + infinity
     }
-
-
+
     template <class RealType, class Policy>
     inline RealType pdf(const logistic_distribution<RealType, Policy>& dist, const RealType& x)
     {
+ static const char* function = "boost::math::pdf(const logistic_distribution<%1%>&, %1%)";
        RealType scale = dist.scale();
        RealType location = dist.location();
-
- static const char* function = "boost::math::pdf(const logistic_distribution<%1%>&, %1%)";
- if((boost::math::isinf)(x))
- {
- return 0; // pdf + and - infinity is zero.
- }
-
        RealType result = 0;
+
        if(false == detail::check_scale(function, scale , &result, Policy()))
        {
           return result;
@@ -91,6 +85,12 @@
        {
           return result;
        }
+
+ if((boost::math::isinf)(x))
+ {
+ return 0; // pdf + and - infinity is zero.
+ }
+
        if(false == detail::check_x(function, x, &result, Policy()))
        {
           return result;
@@ -186,18 +186,24 @@
        RealType x = c.param;
        static const char* function = "boost::math::cdf(const complement(logistic_distribution<%1%>&), %1%)";
 
- if((boost::math::isinf)(x))
- {
- if(x < 0) return 1; // cdf complement -infinity is unity.
- return 0; // cdf complement +infinity is zero
- }
        RealType result = 0;
        if(false == detail::check_scale(function, scale, &result, Policy()))
+ {
           return result;
+ }
        if(false == detail::check_location(function, location, &result, Policy()))
+ {
           return result;
+ }
+ if((boost::math::isinf)(x))
+ {
+ if(x < 0) return 1; // cdf complement -infinity is unity.
+ return 0; // cdf complement +infinity is zero.
+ }
        if(false == detail::check_x(function, x, &result, Policy()))
+ {
           return result;
+ }
        RealType power = (x - location) / scale;
        if(power > tools::log_max_value<RealType>())
           return 0;

Modified: branches/release/boost/math/distributions/lognormal.hpp
==============================================================================
--- branches/release/boost/math/distributions/lognormal.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/boost/math/distributions/lognormal.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -48,12 +48,12 @@
    typedef RealType value_type;
    typedef Policy policy_type;
 
- lognormal_distribution(RealType location = 0, RealType scale = 1)
- : m_location(location), m_scale(scale)
+ lognormal_distribution(RealType l_location = 0, RealType l_scale = 1)
+ : m_location(l_location), m_scale(l_scale)
    {
       RealType result;
- detail::check_scale("boost::math::lognormal_distribution<%1%>::lognormal_distribution", scale, &result, Policy());
- detail::check_location("boost::math::lognormal_distribution<%1%>::lognormal_distribution", location, &result, Policy());
+ detail::check_scale("boost::math::lognormal_distribution<%1%>::lognormal_distribution", l_scale, &result, Policy());
+ detail::check_location("boost::math::lognormal_distribution<%1%>::lognormal_distribution", l_location, &result, Policy());
    }
 
    RealType location()const

Modified: branches/release/boost/math/distributions/non_central_chi_squared.hpp
==============================================================================
--- branches/release/boost/math/distributions/non_central_chi_squared.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/boost/math/distributions/non_central_chi_squared.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -400,6 +400,7 @@
          template <class RealType, class Policy>
          RealType nccs_quantile(const non_central_chi_squared_distribution<RealType, Policy>& dist, const RealType& p, bool comp)
          {
+ BOOST_MATH_STD_USING
             static const char* function = "quantile(non_central_chi_squared_distribution<%1%>, %1%)";
             typedef typename policies::evaluation<RealType, Policy>::type value_type;
             typedef typename policies::normalise<
@@ -428,25 +429,57 @@
                &r,
                Policy()))
                   return (RealType)r;
-
- value_type b = (l * l) / (k + 3 * l);
+ //
+ // Special cases get short-circuited first:
+ //
+ if(p == 0)
+ return comp ? tools::max_value<RealType>() : 0;
+ if(p == 1)
+ return comp ? 0 : tools::max_value<RealType>();
+ //
+ // This is Pearson's approximation to the quantile, see
+ // Pearson, E. S. (1959) "Note on an approximation to the distribution of
+ // noncentral chi squared", Biometrika 46: 364.
+ // See also:
+ // "A comparison of approximations to percentiles of the noncentral chi2-distribution",
+ // Hardeo Sahai and Mario Miguel Ojeda, Revista de Matematica: Teoria y Aplicaciones 2003 10(1–2) : 57–76.
+ // Note that the latter reference refers to an approximation of the CDF, when they really mean the quantile.
+ //
+ value_type b = -(l * l) / (k + 3 * l);
             value_type c = (k + 3 * l) / (k + 2 * l);
             value_type ff = (k + 2 * l) / (c * c);
             value_type guess;
             if(comp)
+ {
                guess = b + c * quantile(complement(chi_squared_distribution<value_type, forwarding_policy>(ff), p));
+ }
             else
+ {
                guess = b + c * quantile(chi_squared_distribution<value_type, forwarding_policy>(ff), p);
-
- if(guess < 0)
- guess = tools::min_value<value_type>();
-
+ }
+ //
+ // Sometimes guess goes very small or negative, in that case we have
+ // to do something else for the initial guess, this approximation
+ // was provided in a private communication from Thomas Luu, PhD candidate,
+ // University College London. It's an asymptotic expansion for the
+ // quantile which usually gets us within an order of magnitude of the
+ // correct answer.
+ //
+ if(guess < 0.005)
+ {
+ value_type pp = comp ? 1 - p : p;
+ //guess = pow(pow(value_type(2), (k / 2 - 1)) * exp(l / 2) * pp * k, 2 / k);
+ guess = pow(pow(value_type(2), (k / 2 - 1)) * exp(l / 2) * pp * k * boost::math::tgamma(k / 2, forwarding_policy()), (2 / k));
+ if(guess == 0)
+ guess = tools::min_value<value_type>();
+ }
             value_type result = detail::generic_quantile(
                non_central_chi_squared_distribution<value_type, forwarding_policy>(k, l),
                p,
                guess,
                comp,
                function);
+
             return policies::checked_narrowing_cast<RealType, forwarding_policy>(
                result,
                function);

Modified: branches/release/boost/math/distributions/non_central_t.hpp
==============================================================================
--- branches/release/boost/math/distributions/non_central_t.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/boost/math/distributions/non_central_t.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -206,7 +206,7 @@
          T non_central_t_cdf(T v, T delta, T t, bool invert, const Policy& pol)
          {
             BOOST_MATH_STD_USING
- if (boost::math::isinf(v))
+ if ((boost::math::isinf)(v))
             { // Infinite degrees of freedom, so use normal distribution located at delta.
                normal_distribution<T, Policy> n(delta, 1);
                return cdf(n, t);
@@ -320,7 +320,7 @@
 
 
             value_type guess = 0;
- if ( (boost::math::isinf(v)) || (v > 1 / boost::math::tools::epsilon<T>()) )
+ if ( ((boost::math::isinf)(v)) || (v > 1 / boost::math::tools::epsilon<T>()) )
             { // Infinite or very large degrees of freedom, so use normal distribution located at delta.
                normal_distribution<T, Policy> n(delta, 1);
                if (p < q)
@@ -447,10 +447,10 @@
          T non_central_t_pdf(T n, T delta, T t, const Policy& pol)
          {
             BOOST_MATH_STD_USING
- if (boost::math::isinf(n))
+ if ((boost::math::isinf)(n))
             { // Infinite degrees of freedom, so use normal distribution located at delta.
- normal_distribution<T, Policy> n(delta, 1);
- return pdf(n, t);
+ normal_distribution<T, Policy> norm(delta, 1);
+ return pdf(norm, t);
             }
             //
             // Otherwise, for t < 0 we have to use the reflection formula:
@@ -515,7 +515,7 @@
          template <class T, class Policy>
          T mean(T v, T delta, const Policy& pol)
          {
- if (boost::math::isinf(v))
+ if ((boost::math::isinf)(v))
             {
                return delta;
             }
@@ -536,7 +536,7 @@
          template <class T, class Policy>
          T variance(T v, T delta, const Policy& pol)
          {
- if (boost::math::isinf(v))
+ if ((boost::math::isinf)(v))
             {
                return 1;
             }
@@ -554,7 +554,7 @@
          T skewness(T v, T delta, const Policy& pol)
          {
             BOOST_MATH_STD_USING
- if (boost::math::isinf(v))
+ if ((boost::math::isinf)(v))
             {
                return 0;
             }
@@ -576,7 +576,7 @@
          T kurtosis_excess(T v, T delta, const Policy& pol)
          {
             BOOST_MATH_STD_USING
- if (boost::math::isinf(v))
+ if ((boost::math::isinf)(v))
             {
                return 3;
             }
@@ -1097,7 +1097,7 @@
             &r,
             Policy()))
                return (RealType)r;
- if (boost::math::isinf(v))
+ if ((boost::math::isinf)(v))
           { // Infinite degrees of freedom, so use normal distribution located at delta.
              normal_distribution<RealType, Policy> n(l, 1);
              cdf(n, x);
@@ -1152,7 +1152,7 @@
             Policy()))
                return (RealType)r;
 
- if (boost::math::isinf(v))
+ if ((boost::math::isinf)(v))
          { // Infinite degrees of freedom, so use normal distribution located at delta.
              normal_distribution<RealType, Policy> n(l, 1);
              return cdf(complement(n, x));

Modified: branches/release/boost/math/distributions/normal.hpp
==============================================================================
--- branches/release/boost/math/distributions/normal.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/boost/math/distributions/normal.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -31,14 +31,14 @@
    typedef RealType value_type;
    typedef Policy policy_type;
 
- normal_distribution(RealType mean = 0, RealType sd = 1)
- : m_mean(mean), m_sd(sd)
+ normal_distribution(RealType l_mean = 0, RealType sd = 1)
+ : m_mean(l_mean), m_sd(sd)
    { // Default is a 'standard' normal distribution N01.
      static const char* function = "boost::math::normal_distribution<%1%>::normal_distribution";
 
      RealType result;
      detail::check_scale(function, sd, &result, Policy());
- detail::check_location(function, mean, &result, Policy());
+ detail::check_location(function, l_mean, &result, Policy());
    }
 
    RealType mean()const
@@ -109,15 +109,6 @@
    RealType mean = dist.mean();
 
    static const char* function = "boost::math::pdf(const normal_distribution<%1%>&, %1%)";
- if((boost::math::isinf)(x))
- {
- return 0; // pdf + and - infinity is zero.
- }
- // Below produces MSVC 4127 warnings, so the above used instead.
- //if(std::numeric_limits<RealType>::has_infinity && abs(x) == std::numeric_limits<RealType>::infinity())
- //{ // pdf + and - infinity is zero.
- // return 0;
- //}
 
    RealType result = 0;
    if(false == detail::check_scale(function, sd, &result, Policy()))
@@ -128,6 +119,15 @@
    {
       return result;
    }
+ if((boost::math::isinf)(x))
+ {
+ return 0; // pdf + and - infinity is zero.
+ }
+ // Below produces MSVC 4127 warnings, so the above used instead.
+ //if(std::numeric_limits<RealType>::has_infinity && abs(x) == std::numeric_limits<RealType>::infinity())
+ //{ // pdf + and - infinity is zero.
+ // return 0;
+ //}
    if(false == detail::check_x(function, x, &result, Policy()))
    {
       return result;
@@ -217,6 +217,11 @@
    RealType x = c.param;
    static const char* function = "boost::math::cdf(const complement(normal_distribution<%1%>&), %1%)";
 
+ RealType result = 0;
+ if(false == detail::check_scale(function, sd, &result, Policy()))
+ return result;
+ if(false == detail::check_location(function, mean, &result, Policy()))
+ return result;
    if((boost::math::isinf)(x))
    {
      if(x < 0) return 1; // cdf complement -infinity is unity.
@@ -231,11 +236,6 @@
    //{ // cdf complement -infinity is unity.
    // return 1;
    //}
- RealType result = 0;
- if(false == detail::check_scale(function, sd, &result, Policy()))
- return result;
- if(false == detail::check_location(function, mean, &result, Policy()))
- return result;
    if(false == detail::check_x(function, x, &result, Policy()))
       return result;
 

Modified: branches/release/boost/math/distributions/pareto.hpp
==============================================================================
--- branches/release/boost/math/distributions/pareto.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/boost/math/distributions/pareto.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -136,11 +136,11 @@
       typedef RealType value_type;
       typedef Policy policy_type;
 
- pareto_distribution(RealType scale = 1, RealType shape = 1)
- : m_scale(scale), m_shape(shape)
+ pareto_distribution(RealType l_scale = 1, RealType l_shape = 1)
+ : m_scale(l_scale), m_shape(l_shape)
       { // Constructor.
         RealType result = 0;
- detail::check_pareto("boost::math::pareto_distribution<%1%>::pareto_distribution", scale, shape, &result, Policy());
+ detail::check_pareto("boost::math::pareto_distribution<%1%>::pareto_distribution", l_scale, l_shape, &result, Policy());
       }
 
       RealType scale()const

Modified: branches/release/boost/math/distributions/poisson.hpp
==============================================================================
--- branches/release/boost/math/distributions/poisson.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/boost/math/distributions/poisson.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -209,7 +209,7 @@
       typedef RealType value_type;
       typedef Policy policy_type;
 
- poisson_distribution(RealType mean = 1) : m_l(mean) // mean (lambda).
+ poisson_distribution(RealType l_mean = 1) : m_l(l_mean) // mean (lambda).
       { // Expected mean number of events that occur during the given interval.
         RealType r;
         poisson_detail::check_dist(

Modified: branches/release/boost/math/distributions/rayleigh.hpp
==============================================================================
--- branches/release/boost/math/distributions/rayleigh.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/boost/math/distributions/rayleigh.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -59,11 +59,11 @@
    typedef RealType value_type;
    typedef Policy policy_type;
 
- rayleigh_distribution(RealType sigma = 1)
- : m_sigma(sigma)
+ rayleigh_distribution(RealType l_sigma = 1)
+ : m_sigma(l_sigma)
    {
       RealType err;
- detail::verify_sigma("boost::math::rayleigh_distribution<%1%>::rayleigh_distribution", sigma, &err, Policy());
+ detail::verify_sigma("boost::math::rayleigh_distribution<%1%>::rayleigh_distribution", l_sigma, &err, Policy());
    } // rayleigh_distribution
 
    RealType sigma()const

Modified: branches/release/boost/math/distributions/skew_normal.hpp
==============================================================================
--- branches/release/boost/math/distributions/skew_normal.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/boost/math/distributions/skew_normal.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -58,15 +58,15 @@
     typedef RealType value_type;
     typedef Policy policy_type;
 
- skew_normal_distribution(RealType location = 0, RealType scale = 1, RealType shape = 0)
- : location_(location), scale_(scale), shape_(shape)
+ skew_normal_distribution(RealType l_location = 0, RealType l_scale = 1, RealType l_shape = 0)
+ : location_(l_location), scale_(l_scale), shape_(l_shape)
     { // Default is a 'standard' normal distribution N01. (shape=0 results in the normal distribution with no skew)
       static const char* function = "boost::math::skew_normal_distribution<%1%>::skew_normal_distribution";
 
       RealType result;
- detail::check_scale(function, scale, &result, Policy());
- detail::check_location(function, location, &result, Policy());
- detail::check_skew_normal_shape(function, shape, &result, Policy());
+ detail::check_scale(function, l_scale, &result, Policy());
+ detail::check_location(function, l_location, &result, Policy());
+ detail::check_skew_normal_shape(function, l_shape, &result, Policy());
     }
 
     RealType location()const

Modified: branches/release/boost/math/distributions/students_t.hpp
==============================================================================
--- branches/release/boost/math/distributions/students_t.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/boost/math/distributions/students_t.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -93,10 +93,10 @@
       return error_result;
 
    RealType result;
- if (boost::math::isinf(x))
+ if ((boost::math::isinf)(x))
    { // +infinity.
      normal_distribution<RealType, Policy> n(0, 1);
- RealType result = pdf(n, x);
+ result = pdf(n, x);
      return result;
    }
    RealType limit = policies::get_epsilon<RealType, Policy>();
@@ -144,7 +144,7 @@
    { // Special case with exact result.
      return static_cast<RealType>(0.5);
    }
- if (boost::math::isinf(x))
+ if ((boost::math::isinf)(x))
    { // +infinity.
      normal_distribution<RealType, Policy> n(0, 1);
      RealType result = cdf(n, x);
@@ -376,7 +376,7 @@
       df, Policy());
     return std::numeric_limits<RealType>::quiet_NaN(); // Undefined.
   }
- if (boost::math::isinf(df))
+ if ((boost::math::isinf)(df))
   { // +infinity.
     return 1;
   }
@@ -422,7 +422,7 @@
         df, Policy());
         return std::numeric_limits<RealType>::quiet_NaN(); // Undefined.
    }
- if (boost::math::isinf(df))
+ if ((boost::math::isinf)(df))
    { // +infinity.
      return 3;
    }
@@ -456,7 +456,7 @@
       df, Policy());
      return std::numeric_limits<RealType>::quiet_NaN(); // Undefined.
    }
- if (boost::math::isinf(df))
+ if ((boost::math::isinf)(df))
    { // +infinity.
      return 0;
    }

Modified: branches/release/boost/math/distributions/triangular.hpp
==============================================================================
--- branches/release/boost/math/distributions/triangular.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/boost/math/distributions/triangular.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -147,14 +147,14 @@
     typedef RealType value_type;
     typedef Policy policy_type;
 
- triangular_distribution(RealType lower = -1, RealType mode = 0, RealType upper = 1)
- : m_lower(lower), m_mode(mode), m_upper(upper) // Constructor.
+ triangular_distribution(RealType l_lower = -1, RealType l_mode = 0, RealType l_upper = 1)
+ : m_lower(l_lower), m_mode(l_mode), m_upper(l_upper) // Constructor.
     { // Evans says 'standard triangular' is lower 0, mode 1/2, upper 1,
       // has median sqrt(c/2) for c <=1/2 and 1 - sqrt(1-c)/2 for c >= 1/2
       // But this -1, 0, 1 is more useful in most applications to approximate normal distribution,
       // where the central value is the most likely and deviations either side equally likely.
       RealType result;
- detail::check_triangular("boost::math::triangular_distribution<%1%>::triangular_distribution",lower, mode, upper, &result, Policy());
+ detail::check_triangular("boost::math::triangular_distribution<%1%>::triangular_distribution",l_lower, l_mode, l_upper, &result, Policy());
     }
     // Accessor functions.
     RealType lower()const

Modified: branches/release/boost/math/distributions/uniform.hpp
==============================================================================
--- branches/release/boost/math/distributions/uniform.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/boost/math/distributions/uniform.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -116,11 +116,11 @@
     typedef RealType value_type;
     typedef Policy policy_type;
 
- uniform_distribution(RealType lower = 0, RealType upper = 1) // Constructor.
- : m_lower(lower), m_upper(upper) // Default is standard uniform distribution.
+ uniform_distribution(RealType l_lower = 0, RealType l_upper = 1) // Constructor.
+ : m_lower(l_lower), m_upper(l_upper) // Default is standard uniform distribution.
     {
       RealType result;
- detail::check_uniform("boost::math::uniform_distribution<%1%>::uniform_distribution", lower, upper, &result, Policy());
+ detail::check_uniform("boost::math::uniform_distribution<%1%>::uniform_distribution", l_lower, l_upper, &result, Policy());
     }
     // Accessor functions.
     RealType lower()const

Modified: branches/release/boost/math/distributions/weibull.hpp
==============================================================================
--- branches/release/boost/math/distributions/weibull.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/boost/math/distributions/weibull.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -73,11 +73,11 @@
    typedef RealType value_type;
    typedef Policy policy_type;
 
- weibull_distribution(RealType shape, RealType scale = 1)
- : m_shape(shape), m_scale(scale)
+ weibull_distribution(RealType l_shape, RealType l_scale = 1)
+ : m_shape(l_shape), m_scale(l_scale)
    {
       RealType result;
- detail::check_weibull("boost::math::weibull_distribution<%1%>::weibull_distribution", scale, shape, &result, Policy());
+ detail::check_weibull("boost::math::weibull_distribution<%1%>::weibull_distribution", l_scale, l_shape, &result, Policy());
    }
 
    RealType shape()const

Modified: branches/release/boost/math/policies/error_handling.hpp
==============================================================================
--- branches/release/boost/math/policies/error_handling.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/boost/math/policies/error_handling.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -24,7 +24,7 @@
 # pragma warning(disable: 4996) // _SCL_SECURE_NO_DEPRECATE
 # pragma warning(disable: 4512) // assignment operator could not be generated.
 // And warnings in error handling:
-# pragma warning(disable: 4702) // unreachable code
+# pragma warning(disable: 4702) // unreachable code.
 // Note that this only occurs when the compiler can deduce code is unreachable,
 // for example when policy macros are used to ignore errors rather than throw.
 #endif
@@ -70,7 +70,7 @@
 {
 //
 // Helper function to avoid binding rvalue to non-const-reference,
-// in other words a warning suppression mechansim:
+// in other words a warning suppression mechanism:
 //
 template <class Formatter, class Group>
 inline std::string do_format(Formatter f, const Group& g)
@@ -202,6 +202,7 @@
    return user_pole_error(function, message, val);
 }
 
+
 template <class T>
 inline T raise_overflow_error(
            const char* function,
@@ -209,7 +210,19 @@
            const ::boost::math::policies::overflow_error< ::boost::math::policies::throw_on_error>&)
 {
    raise_error<std::overflow_error, T>(function, message ? message : "numeric overflow");
- // we never get here:
+ // We should never get here:
+ return std::numeric_limits<T>::has_infinity ? std::numeric_limits<T>::infinity() : boost::math::tools::max_value<T>();
+}
+
+template <class T>
+inline T raise_overflow_error(
+ const char* function,
+ const char* message,
+ const T& val,
+ const ::boost::math::policies::overflow_error< ::boost::math::policies::throw_on_error>&)
+{
+ raise_error<std::overflow_error, T>(function, message ? message : "numeric overflow", val);
+ // We should never get here:
    return std::numeric_limits<T>::has_infinity ? std::numeric_limits<T>::infinity() : boost::math::tools::max_value<T>();
 }
 
@@ -245,6 +258,7 @@
    return user_overflow_error(function, message, std::numeric_limits<T>::infinity());
 }
 
+
 template <class T>
 inline T raise_underflow_error(
            const char* function,
@@ -252,7 +266,7 @@
            const ::boost::math::policies::underflow_error< ::boost::math::policies::throw_on_error>&)
 {
    raise_error<std::underflow_error, T>(function, message ? message : "numeric underflow");
- // we never get here:
+ // We should never get here:
    return 0;
 }
 
@@ -516,6 +530,15 @@
 }
 
 template <class T, class Policy>
+inline T raise_overflow_error(const char* function, const char* message, const T& val, const Policy&)
+{
+ typedef typename Policy::overflow_error_type policy_type;
+ return detail::raise_overflow_error(
+ function, message ? message : "Overflow evaluating function at %1%",
+ val, policy_type());
+}
+
+template <class T, class Policy>
 inline T raise_underflow_error(const char* function, const char* message, const Policy&)
 {
    typedef typename Policy::underflow_error_type policy_type;

Modified: branches/release/boost/math/special_functions/airy.hpp
==============================================================================
--- branches/release/boost/math/special_functions/airy.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/boost/math/special_functions/airy.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -337,7 +337,7 @@
 }
 
 template <class T, class Policy>
-inline T airy_ai_zero(unsigned m, const Policy& pol)
+inline T airy_ai_zero(unsigned m, const Policy& /*pol*/)
 {
    BOOST_FPU_EXCEPTION_GUARD
    typedef typename policies::evaluation<T, Policy>::type value_type;
@@ -348,7 +348,7 @@
       policies::discrete_quantile<>,
       policies::assert_undefined<> >::type forwarding_policy;
    BOOST_STATIC_ASSERT_MSG(false == std::numeric_limits<T>::is_integer, "Airy return type must be a floating-point type.");
- return policies::checked_narrowing_cast<T, Policy>(detail::airy_ai_zero_imp<T>(m, pol), "boost::math::airy_ai_zero<%1%>(unsigned)");
+ return policies::checked_narrowing_cast<T, Policy>(detail::airy_ai_zero_imp<value_type>(m, forwarding_policy()), "boost::math::airy_ai_zero<%1%>(unsigned)");
 }
 
 template <class T>
@@ -385,7 +385,7 @@
 }
 
 template <class T, class Policy>
-inline T airy_bi_zero(unsigned m, const Policy& pol)
+inline T airy_bi_zero(unsigned m, const Policy& /*pol*/)
 {
    BOOST_FPU_EXCEPTION_GUARD
    typedef typename policies::evaluation<T, Policy>::type value_type;
@@ -396,7 +396,7 @@
       policies::discrete_quantile<>,
       policies::assert_undefined<> >::type forwarding_policy;
    BOOST_STATIC_ASSERT_MSG(false == std::numeric_limits<T>::is_integer, "Airy return type must be a floating-point type.");
- return policies::checked_narrowing_cast<T, Policy>(detail::airy_bi_zero_imp<T>(m, pol), "boost::math::airy_bi_zero<%1%>(unsigned)");
+ return policies::checked_narrowing_cast<T, Policy>(detail::airy_bi_zero_imp<value_type>(m, forwarding_policy()), "boost::math::airy_bi_zero<%1%>(unsigned)");
 }
 
 template <typename T>

Modified: branches/release/boost/math/special_functions/beta.hpp
==============================================================================
--- branches/release/boost/math/special_functions/beta.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/boost/math/special_functions/beta.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -935,6 +935,49 @@
       }
       return (invert == 0 ? (normalised ? 1 : boost::math::beta(a, b, pol)) : 0);
    }
+ if((a == 0.5f) && (b == 0.5f))
+ {
+ // We have an arcsine distribution:
+ if(p_derivative)
+ {
+ *p_derivative = (invert ? -1 : 1) / constants::pi<T>() * sqrt(y * x);
+ }
+ T p = invert ? asin(sqrt(y)) / constants::half_pi<T>() : asin(sqrt(x)) / constants::half_pi<T>();
+ if(!normalised)
+ p *= constants::pi<T>();
+ return p;
+ }
+ if(a == 1)
+ {
+ std::swap(a, b);
+ std::swap(x, y);
+ invert = !invert;
+ }
+ if(b == 1)
+ {
+ //
+ // Special case see: http://functions.wolfram.com/GammaBetaErf/BetaRegularized/03/01/01/
+ //
+ if(a == 1)
+ {
+ if(p_derivative)
+ *p_derivative = invert ? -1 : 1;
+ return invert ? y : x;
+ }
+
+ if(p_derivative)
+ {
+ *p_derivative = (invert ? -1 : 1) * a * pow(x, a - 1);
+ }
+ T p;
+ if(y < 0.5)
+ p = invert ? T(-expm1(a * log1p(-y))) : T(exp(a * log1p(-y)));
+ else
+ p = invert ? T(-powm1(x, a)) : T(pow(x, a));
+ if(!normalised)
+ p /= a;
+ return p;
+ }
 
    if((std::min)(a, b) <= 1)
    {
@@ -1331,7 +1374,6 @@
    BOOST_FPU_EXCEPTION_GUARD
    typedef typename tools::promote_args<RT1, RT2, RT3>::type result_type;
    typedef typename policies::evaluation<result_type, Policy>::type value_type;
- typedef typename lanczos::lanczos<value_type, Policy>::type evaluation_type;
    typedef typename policies::normalise<
       Policy,
       policies::promote_float<false>,
@@ -1349,7 +1391,6 @@
    BOOST_FPU_EXCEPTION_GUARD
    typedef typename tools::promote_args<RT1, RT2, RT3>::type result_type;
    typedef typename policies::evaluation<result_type, Policy>::type value_type;
- typedef typename lanczos::lanczos<value_type, Policy>::type evaluation_type;
    typedef typename policies::normalise<
       Policy,
       policies::promote_float<false>,

Modified: branches/release/boost/math/special_functions/detail/bessel_ik.hpp
==============================================================================
--- branches/release/boost/math/special_functions/detail/bessel_ik.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/boost/math/special_functions/detail/bessel_ik.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -234,6 +234,7 @@
     BOOST_MATH_INSTRUMENT_VARIABLE(b);
     BOOST_MATH_INSTRUMENT_VARIABLE(D);
     BOOST_MATH_INSTRUMENT_VARIABLE(f);
+
     for (k = 2; k < policies::get_max_series_iterations<Policy>(); k++) // starting from 2
     {
         // continued fraction f = z1 / z0
@@ -250,6 +251,22 @@
         C *= -a / k;
         Q += C * q;
         S += Q * delta;
+ //
+ // Under some circumstances q can grow very small and C very
+ // large, leading to under/overflow. This is particularly an
+ // issue for types which have many digits precision but a narrow
+ // exponent range. A typical example being a "double double" type.
+ // To avoid this situation we can normalise q (and related prev/current)
+ // and C. All other variables remain unchanged in value. A typical
+ // test case occurs when x is close to 2, for example cyl_bessel_k(9.125, 2.125).
+ //
+ if(q < tools::epsilon<T>())
+ {
+ C *= q;
+ prev /= q;
+ current /= q;
+ q = 1;
+ }
 
         // S converges slower than f
         BOOST_MATH_INSTRUMENT_VARIABLE(Q * delta);

Modified: branches/release/boost/math/special_functions/detail/bessel_jy_series.hpp
==============================================================================
--- branches/release/boost/math/special_functions/detail/bessel_jy_series.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/boost/math/special_functions/detail/bessel_jy_series.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -194,9 +194,9 @@
    }
    else
    {
- int s;
- prefix = boost::math::lgamma(-v, &s, pol) + p;
- prefix = exp(prefix) * s / constants::pi<T>();
+ int sgn;
+ prefix = boost::math::lgamma(-v, &sgn, pol) + p;
+ prefix = exp(prefix) * sgn / constants::pi<T>();
    }
    bessel_y_small_z_series_term_b<T, Policy> s2(v, x);
    max_iter = policies::get_max_series_iterations<Policy>();

Modified: branches/release/boost/math/special_functions/detail/ibeta_inverse.hpp
==============================================================================
--- branches/release/boost/math/special_functions/detail/ibeta_inverse.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/boost/math/special_functions/detail/ibeta_inverse.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -455,6 +455,11 @@
    BOOST_MATH_STD_USING // For ADL of math functions.
 
    //
+ // The flag invert is set to true if we swap a for b and p for q,
+ // in which case the result has to be subtracted from 1:
+ //
+ bool invert = false;
+ //
    // Handle trivial cases first:
    //
    if(q == 0)
@@ -467,17 +472,19 @@
       if(py) *py = 1;
       return 0;
    }
- else if((a == 1) && (b == 1))
+ else if(a == 1)
    {
- if(py) *py = 1 - p;
- return p;
+ if(b == 1)
+ {
+ if(py) *py = 1 - p;
+ return p;
+ }
+ // Change things around so we can handle as b == 1 special case below:
+ std::swap(a, b);
+ std::swap(p, q);
+ invert = true;
    }
    //
- // The flag invert is set to true if we swap a for b and p for q,
- // in which case the result has to be subtracted from 1:
- //
- bool invert = false;
- //
    // Depending upon which approximation method we use, we may end up
    // calculating either x or y initially (where y = 1-x):
    //
@@ -495,21 +502,61 @@
    // Student's T with b = 0.5 gets handled as a special case, swap
    // around if the arguments are in the "wrong" order:
    //
- if((a == 0.5f) && (b >= 0.5f))
+ if(a == 0.5f)
    {
- std::swap(a, b);
- std::swap(p, q);
- invert = !invert;
+ if(b == 0.5f)
+ {
+ x = sin(p * constants::half_pi<T>());
+ x *= x;
+ if(py)
+ {
+ *py = sin(q * constants::half_pi<T>());
+ *py *= *py;
+ }
+ return x;
+ }
+ else if(b > 0.5f)
+ {
+ std::swap(a, b);
+ std::swap(p, q);
+ invert = !invert;
+ }
    }
    //
    // Select calculation method for the initial estimate:
    //
- if((b == 0.5f) && (a >= 0.5f))
+ if((b == 0.5f) && (a >= 0.5f) && (p != 1))
    {
       //
       // We have a Student's T distribution:
       x = find_ibeta_inv_from_t_dist(a, p, q, &y, pol);
    }
+ else if(b == 1)
+ {
+ if(p < q)
+ {
+ if(a > 1)
+ {
+ x = pow(p, 1 / a);
+ y = -expm1(log(p) / a);
+ }
+ else
+ {
+ x = pow(p, 1 / a);
+ y = 1 - x;
+ }
+ }
+ else
+ {
+ x = exp(log1p(-q) / a);
+ y = -expm1(log1p(-q) / a);
+ }
+ if(invert)
+ std::swap(x, y);
+ if(py)
+ *py = y;
+ return x;
+ }
    else if(a + b > 5)
    {
       //

Modified: branches/release/boost/math/special_functions/detail/t_distribution_inv.hpp
==============================================================================
--- branches/release/boost/math/special_functions/detail/t_distribution_inv.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/boost/math/special_functions/detail/t_distribution_inv.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -372,7 +372,13 @@
    else
    {
 calculate_real:
- if(df < 3)
+ if(df > 0x10000000)
+ {
+ result = -boost::math::erfc_inv(2 * u, pol) * constants::root_two<T>();
+ if((pexact) && (df >= 1e20))
+ *pexact = true;
+ }
+ else if(df < 3)
       {
          //
          // Use a roughly linear scheme to choose between Shaw's
@@ -395,7 +401,7 @@
          // where we use Shaw's tail series.
          // The crossover point is roughly exponential in -df:
          //
- T crossover = ldexp(1.0f, iround(T(df / -0.654f), pol));
+ T crossover = ldexp(1.0f, iround(T(df / -0.654f), typename policies::normalise<Policy, policies::rounding_error<policies::ignore_error> >::type()));
          if(u > crossover)
          {
             result = boost::math::detail::inverse_students_t_hill(df, u, pol);
@@ -410,15 +416,14 @@
 }
 
 template <class T, class Policy>
-inline T find_ibeta_inv_from_t_dist(T a, T p, T q, T* py, const Policy& pol)
+inline T find_ibeta_inv_from_t_dist(T a, T p, T /*q*/, T* py, const Policy& pol)
 {
- T u = (p > q) ? T(0.5f - q) / T(2) : T(p / 2);
- T v = 1 - u; // u < 0.5 so no cancellation error
+ T u = p / 2;
+ T v = 1 - u;
    T df = a * 2;
    T t = boost::math::detail::inverse_students_t(df, u, v, pol);
- T x = df / (df + t * t);
    *py = t * t / (df + t * t);
- return x;
+ return df / (df + t * t);
 }
 
 template <class T, class Policy>

Modified: branches/release/boost/math/special_functions/ellint_1.hpp
==============================================================================
--- branches/release/boost/math/special_functions/ellint_1.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/boost/math/special_functions/ellint_1.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,6 +22,7 @@
 #include <boost/math/constants/constants.hpp>
 #include <boost/math/policies/error_handling.hpp>
 #include <boost/math/tools/workaround.hpp>
+#include <boost/math/special_functions/round.hpp>
 
 // Elliptic integrals (complete and incomplete) of the first kind
 // Carlson, Numerische Mathematik, vol 33, 1 (1979)
@@ -88,16 +89,16 @@
        // so rewritten to use fmod instead:
        //
        BOOST_MATH_INSTRUMENT_CODE("pi/2 = " << constants::pi<T>() / 2);
- T rphi = boost::math::tools::fmod_workaround(phi, T(constants::pi<T>() / 2));
+ T rphi = boost::math::tools::fmod_workaround(phi, T(constants::half_pi<T>()));
        BOOST_MATH_INSTRUMENT_VARIABLE(rphi);
- T m = floor((2 * phi) / constants::pi<T>());
+ T m = boost::math::round((phi - rphi) / constants::half_pi<T>());
        BOOST_MATH_INSTRUMENT_VARIABLE(m);
        int s = 1;
        if(boost::math::tools::fmod_workaround(m, T(2)) > 0.5)
        {
           m += 1;
           s = -1;
- rphi = constants::pi<T>() / 2 - rphi;
+ rphi = constants::half_pi<T>() - rphi;
           BOOST_MATH_INSTRUMENT_VARIABLE(rphi);
        }
        T sinp = sin(rphi);

Modified: branches/release/boost/math/special_functions/ellint_2.hpp
==============================================================================
--- branches/release/boost/math/special_functions/ellint_2.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/boost/math/special_functions/ellint_2.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -23,6 +23,7 @@
 #include <boost/math/constants/constants.hpp>
 #include <boost/math/policies/error_handling.hpp>
 #include <boost/math/tools/workaround.hpp>
+#include <boost/math/special_functions/round.hpp>
 
 // Elliptic integrals (complete and incomplete) of the second kind
 // Carlson, Numerische Mathematik, vol 33, 1 (1979)
@@ -74,14 +75,14 @@
        // but that fails if T has more digits than a long long,
        // so rewritten to use fmod instead:
        //
- T rphi = boost::math::tools::fmod_workaround(phi, T(constants::pi<T>() / 2));
- T m = floor((2 * phi) / constants::pi<T>());
+ T rphi = boost::math::tools::fmod_workaround(phi, T(constants::half_pi<T>()));
+ T m = boost::math::round((phi - rphi) / constants::half_pi<T>());
        int s = 1;
        if(boost::math::tools::fmod_workaround(m, T(2)) > 0.5)
        {
           m += 1;
           s = -1;
- rphi = constants::pi<T>() / 2 - rphi;
+ rphi = constants::half_pi<T>() - rphi;
        }
        T sinp = sin(rphi);
        T cosp = cos(rphi);

Modified: branches/release/boost/math/special_functions/ellint_3.hpp
==============================================================================
--- branches/release/boost/math/special_functions/ellint_3.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/boost/math/special_functions/ellint_3.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -26,6 +26,7 @@
 #include <boost/math/constants/constants.hpp>
 #include <boost/math/policies/error_handling.hpp>
 #include <boost/math/tools/workaround.hpp>
+#include <boost/math/special_functions/round.hpp>
 
 // Elliptic integrals (complete and incomplete) of the third kind
 // Carlson, Numerische Mathematik, vol 33, 1 (1979)
@@ -182,14 +183,14 @@
     }
     else
     {
- T rphi = boost::math::tools::fmod_workaround(T(fabs(phi)), T(constants::pi<T>() / 2));
- T m = floor((2 * fabs(phi)) / constants::pi<T>());
+ T rphi = boost::math::tools::fmod_workaround(T(fabs(phi)), T(constants::half_pi<T>()));
+ T m = boost::math::round((fabs(phi) - rphi) / constants::half_pi<T>());
        int sign = 1;
        if(boost::math::tools::fmod_workaround(m, T(2)) > 0.5)
        {
           m += 1;
           sign = -1;
- rphi = constants::pi<T>() / 2 - rphi;
+ rphi = constants::half_pi<T>() - rphi;
        }
        T sinp = sin(rphi);
        T cosp = cos(rphi);

Modified: branches/release/boost/math/special_functions/ellint_rj.hpp
==============================================================================
--- branches/release/boost/math/special_functions/ellint_rj.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/boost/math/special_functions/ellint_rj.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -91,7 +91,7 @@
 
        BOOST_ASSERT(pmy >= 0);
 
- T p = pmy + y;
+ p = pmy + y;
        value = boost::math::ellint_rj(x, y, z, p, pol);
        value *= pmy;
        value -= 3 * boost::math::ellint_rf(x, y, z, pol);

Modified: branches/release/boost/math/special_functions/fpclassify.hpp
==============================================================================
--- branches/release/boost/math/special_functions/fpclassify.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/boost/math/special_functions/fpclassify.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -258,7 +258,7 @@
 {
    typedef typename detail::fp_traits<T>::type traits;
    typedef typename traits::method method;
- typedef typename tools::promote_args<T>::type value_type;
+ typedef typename tools::promote_args_permissive<T>::type value_type;
 #ifdef BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS
    if(std::numeric_limits<T>::is_specialized && detail::is_generic_tag_false(static_cast<method*>(0)))
       return detail::fpclassify_imp(static_cast<value_type>(t), detail::generic_tag<true>());
@@ -338,7 +338,7 @@
    typedef typename detail::fp_traits<T>::type traits;
    typedef typename traits::method method;
    // typedef typename boost::is_floating_point<T>::type fp_tag;
- typedef typename tools::promote_args<T>::type value_type;
+ typedef typename tools::promote_args_permissive<T>::type value_type;
    return detail::isfinite_impl(static_cast<value_type>(x), method());
 }
 
@@ -409,7 +409,7 @@
    typedef typename detail::fp_traits<T>::type traits;
    typedef typename traits::method method;
    //typedef typename boost::is_floating_point<T>::type fp_tag;
- typedef typename tools::promote_args<T>::type value_type;
+ typedef typename tools::promote_args_permissive<T>::type value_type;
    return detail::isnormal_impl(static_cast<value_type>(x), method());
 }
 
@@ -498,7 +498,7 @@
    typedef typename detail::fp_traits<T>::type traits;
    typedef typename traits::method method;
    // typedef typename boost::is_floating_point<T>::type fp_tag;
- typedef typename tools::promote_args<T>::type value_type;
+ typedef typename tools::promote_args_permissive<T>::type value_type;
    return detail::isinf_impl(static_cast<value_type>(x), method());
 }
 

Modified: branches/release/boost/math/special_functions/gamma.hpp
==============================================================================
--- branches/release/boost/math/special_functions/gamma.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/boost/math/special_functions/gamma.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -249,7 +249,7 @@
>::type tag_type;
       result = lgamma_small_imp<T>(z, T(z - 1), T(z - 2), tag_type(), pol, l);
    }
- else if((z >= 3) && (z < 100))
+ else if((z >= 3) && (z < 100) && (std::numeric_limits<T>::max_exponent >= 1024))
    {
       // taking the log of tgamma reduces the error, no danger of overflow here:
       result = log(gamma_imp(z, pol, l));

Modified: branches/release/boost/math/special_functions/math_fwd.hpp
==============================================================================
--- branches/release/boost/math/special_functions/math_fwd.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/boost/math/special_functions/math_fwd.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -768,10 +768,10 @@
    int sign BOOST_NO_MACRO_EXPAND(const T& z);
 
    template <class T, class U>
- typename tools::promote_args<T, U>::type copysign BOOST_NO_MACRO_EXPAND(const T& x, const U& y);
+ typename tools::promote_args_permissive<T, U>::type copysign BOOST_NO_MACRO_EXPAND(const T& x, const U& y);
 
    template <class T>
- typename tools::promote_args<T>::type changesign BOOST_NO_MACRO_EXPAND(const T& z);
+ typename tools::promote_args_permissive<T>::type changesign BOOST_NO_MACRO_EXPAND(const T& z);
 
    // Exponential integrals:
    namespace detail{

Modified: branches/release/boost/math/special_functions/sign.hpp
==============================================================================
--- branches/release/boost/math/special_functions/sign.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/boost/math/special_functions/sign.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -111,7 +111,7 @@
    typedef typename detail::fp_traits<T>::type traits;
    typedef typename traits::method method;
    // typedef typename boost::is_floating_point<T>::type fp_tag;
- typedef typename tools::promote_args<T>::type result_type;
+ typedef typename tools::promote_args_permissive<T>::type result_type;
    return detail::signbit_impl(static_cast<result_type>(x), method());
 }
 
@@ -121,22 +121,22 @@
    return (z == 0) ? 0 : (boost::math::signbit)(z) ? -1 : 1;
 }
 
-template <class T> typename tools::promote_args<T>::type (changesign)(const T& x)
+template <class T> typename tools::promote_args_permissive<T>::type (changesign)(const T& x)
 { //!< \brief return unchanged binary pattern of x, except for change of sign bit.
    typedef typename detail::fp_traits<T>::sign_change_type traits;
    typedef typename traits::method method;
    // typedef typename boost::is_floating_point<T>::type fp_tag;
- typedef typename tools::promote_args<T>::type result_type;
+ typedef typename tools::promote_args_permissive<T>::type result_type;
 
    return detail::changesign_impl(static_cast<result_type>(x), method());
 }
 
 template <class T, class U>
-inline typename tools::promote_args<T, U>::type
+inline typename tools::promote_args_permissive<T, U>::type
    copysign BOOST_NO_MACRO_EXPAND(const T& x, const U& y)
 {
    BOOST_MATH_STD_USING
- typedef typename tools::promote_args<T, U>::type result_type;
+ typedef typename tools::promote_args_permissive<T, U>::type result_type;
    return (boost::math::signbit)(static_cast<result_type>(x)) != (boost::math::signbit)(static_cast<result_type>(y))
       ? (boost::math::changesign)(static_cast<result_type>(x)) : static_cast<result_type>(x);
 }

Modified: branches/release/boost/math/tools/big_constant.hpp
==============================================================================
--- branches/release/boost/math/tools/big_constant.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/boost/math/tools/big_constant.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -57,7 +57,9 @@
 // For constants too huge for any conceivable long double (and which generate compiler errors if we try and declare them as such):
 //
 #define BOOST_MATH_HUGE_CONSTANT(T, D, x)\
- boost::math::tools::make_big_value<T>(0.0L, BOOST_STRINGIZE(x), mpl::bool_<is_floating_point<T>::value || (std::numeric_limits<T>::is_specialized && std::numeric_limits<T>::max_exponent <= std::numeric_limits<long double>::max_exponent)>(), boost::is_convertible<const char*, T>())
+ boost::math::tools::make_big_value<T>(0.0L, BOOST_STRINGIZE(x), \
+ mpl::bool_<is_floating_point<T>::value || (std::numeric_limits<T>::is_specialized && std::numeric_limits<T>::max_exponent <= std::numeric_limits<long double>::max_exponent && std::numeric_limits<T>::digits <= std::numeric_limits<long double>::digits)>(), \
+ boost::is_convertible<const char*, T>())
 
 }}} // namespaces
 

Modified: branches/release/boost/math/tools/fraction.hpp
==============================================================================
--- branches/release/boost/math/tools/fraction.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/boost/math/tools/fraction.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -33,7 +33,7 @@
        typedef typename Gen::result_type result_type;
        typedef typename Gen::result_type value_type;
 
- static result_type a(const value_type& v)
+ static result_type a(const value_type&)
        {
           return 1;
        }

Modified: branches/release/boost/math/tools/promotion.hpp
==============================================================================
--- branches/release/boost/math/tools/promotion.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/boost/math/tools/promotion.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -138,10 +138,35 @@
          //
          // Guard against use of long double if it's not supported:
          //
- BOOST_STATIC_ASSERT((0 == ::boost::is_same<type, long double>::value));
+ BOOST_STATIC_ASSERT_MSG((0 == ::boost::is_same<type, long double>::value), "Sorry, but this platform does not have sufficient long double support for the special functions to be reliably implemented.");
 #endif
       };
 
+ //
+ // This struct is the same as above, but has no static assert on long double usage,
+ // it should be used only on functions that can be implemented for long double
+ // even when std lib support is missing or broken for that type.
+ //
+ template <class T1, class T2=float, class T3=float, class T4=float, class T5=float, class T6=float>
+ struct promote_args_permissive
+ {
+ typedef typename promote_args_2<
+ typename remove_cv<T1>::type,
+ typename promote_args_2<
+ typename remove_cv<T2>::type,
+ typename promote_args_2<
+ typename remove_cv<T3>::type,
+ typename promote_args_2<
+ typename remove_cv<T4>::type,
+ typename promote_args_2<
+ typename remove_cv<T5>::type, typename remove_cv<T6>::type
+ >::type
+ >::type
+ >::type
+ >::type
+ >::type type;
+ };
+
     } // namespace tools
   } // namespace math
 } // namespace boost

Modified: branches/release/boost/math/tools/tuple.hpp
==============================================================================
--- branches/release/boost/math/tools/tuple.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/boost/math/tools/tuple.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -49,7 +49,7 @@
 
 }}
 
-#elif (defined(__BORLANDC__) && (__BORLANDC__ <= 0x600)) || (defined(_MSC_VER) && (_MSC_VER < 1310)) || defined(__IBMCPP__)
+#elif (defined(__BORLANDC__) && (__BORLANDC__ <= 0x600)) || defined(__IBMCPP__)
 
 #include <boost/tuple/tuple.hpp>
 #include <boost/tuple/tuple_comparison.hpp>

Modified: branches/release/libs/math/build/Jamfile.v2
==============================================================================
--- branches/release/libs/math/build/Jamfile.v2 Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/build/Jamfile.v2 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -13,6 +13,7 @@
       #<toolset>intel-linux:<pch>off
       <toolset>intel-darwin:<pch>off
       <toolset>msvc-7.1:<pch>off
+ <toolset>gcc-mingw:<pch>off
       #<toolset>gcc:<cxxflags>-fvisibility=hidden
       <toolset>intel-linux:<cxxflags>-fvisibility=hidden
       <toolset>sun:<cxxflags>-xldscope=hidden

Copied: branches/release/libs/math/doc/background/special_tut.qbk (from r85977, trunk/libs/math/doc/background/special_tut.qbk)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ branches/release/libs/math/doc/background/special_tut.qbk 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987, copy of r85977, trunk/libs/math/doc/background/special_tut.qbk)
@@ -0,0 +1,508 @@
+[section:special_tut Tutorial: How to Write a New Special Function]
+
+[section:special_tut_impl Implementation]
+
+In this section we'll provide a "recipe" for adding a new special function to this library to make life easier for
+future authors wishing to contribute. We'll assume the function returns a single floating point result, and takes
+two floating point arguments. For the sake of exposistion we'll give the function the name "my_special".
+
+Normally the implementation of such a function is split into two layers - a public user layer, and an internal
+implementation layer that does the actual work. The implementation layer is declared inside a "detail" namespace
+and has a simple signature:
+
+ namespace boost{ namespace math{ namespace detail{
+
+ template <class T, class Policy>
+ T my_special_imp(const T& a, const T&b, const Policy& pol)
+ {
+ /* Implementation goes here */
+ }
+
+ }}} // namespaces
+
+We'll come back to what can go inside the implementation later, but first lets look at the user layer.
+This consists of two overloads of the function, with and without a __Policy argument:
+
+ namespace boost{ namespace math{
+
+ template <class T, class U>
+ typename tools::promote_args<T, U>::type my_special(const T& a, const U& b);
+
+ template <class T, class U, class Policy>
+ typename tools::promote_args<T, U>::type my_special(const T& a, const U& b, const Policy& pol);
+
+ }} // namespaces
+
+Note how each argument has a different template type - this allows for mixed type arguments - the return
+type is computed from a traits class and is the "common type" of all the arguments after any integer
+arguments have been promoted to type `double`.
+
+The implementation of the non-policy overload is trivial:
+
+ namespace boost{ namespace math{
+
+ template <class T, class U>
+ inline typename tools::promote_args<T, U>::type my_special(const T& a, const U& b)
+ {
+ // Simply forward with a default policy:
+ return my_special(a, b, policies::policy<>();
+ }
+
+ }} // namespaces
+
+The implementation of the other overload is somewhat more complex, as there's some meta-programming to do,
+but from a runtime perspective is still a one-line forwarding function. Here it is with comments explaining
+what each line does:
+
+ namespace boost{ namespace math{
+
+ template <class T, class U, class Policy>
+ inline typename tools::promote_args<T, U>::type my_special(const T& a, const U& b, const Policy& pol)
+ {
+ //
+ // We've found some standard library functions to misbehave if any FPU exception flags
+ // are set prior to their call, this code will clear those flags, then reset them
+ // on exit:
+ //
+ BOOST_FPU_EXCEPTION_GUARD
+ //
+ // The type of the result - the common type of T and U after
+ // any integer types have been promoted to double:
+ //
+ typedef typename tools::promote_args<T, U>::type result_type;
+ //
+ // The type used for the calculation. This may be a wider type than
+ // the result in order to ensure full precision:
+ //
+ typedef typename policies::evaluation<result_type, Policy>::type value_type;
+ //
+ // The type of the policy to forward to the actual implementation.
+ // We disable promotion of float and double as that's [possibly]
+ // happened already in the line above. Also reset to the default
+ // any policies we don't use (reduces code bloat if we're called
+ // multiple times with differing policies we don't actually use).
+ // Also normalise the type, again to reduce code bloat in case we're
+ // called multiple times with functionally identical policies that happen
+ // to be different types.
+ //
+ typedef typename policies::normalise<
+ Policy,
+ policies::promote_float<false>,
+ policies::promote_double<false>,
+ policies::discrete_quantile<>,
+ policies::assert_undefined<> >::type forwarding_policy;
+ //
+ // Whew. Now we can make the actual call to the implementation.
+ // Arguments are explicitly cast to the evaluation type, and the result
+ // passed through checked_narrowing_cast which handles things like overflow
+ // according to the policy passed:
+ //
+ return policies::checked_narrowing_cast<result_type, forwarding_policy>(
+ detail::my_special_imp(
+ static_cast<value_type>(a),
+ static_cast<value_type>(x),
+ forwarding_policy()),
+ "boost::math::my_special<%1%>(%1%, %1%)");
+ }
+
+ }} // namespaces
+
+We're now almost there, we just need to flesh out the details of the implementation layer:
+
+ namespace boost{ namespace math{ namespace detail{
+
+ template <class T, class Policy>
+ T my_special_imp(const T& a, const T&b, const Policy& pol)
+ {
+ /* Implementation goes here */
+ }
+
+ }}} // namespaces
+
+The following guidelines indicate what (other than basic arithmetic) can go in the implementation:
+
+* Error conditions (for example bad arguments) should be handled by calling one of the
+[link math_toolkit.error_handling.finding_more_information policy based error handlers].
+* Calls to standard library functions should be made unqualified (this allows argument
+dependent lookup to find standard library functions for user-defined floating point
+types such as those from Boost.Multiprecision). In addition the macro `BOOST_MATH_STD_USING`
+should appear at the start of the function (note no semi-colon afterwards!) so that
+all the math functions in `namespace std` are visible in the current scope.
+* Calls to other special functions should be made as fully qualified calls, and include the
+policy parameter as the last argument, for example `boost::math::tgamma(a, pol)`.
+* Where possible, evaluation of series, continued fractions, polynomials, or root
+finding should use one of the [link toolkit boiler plate functions]. In any case, after
+any iterative method, you should verify that the number of iterations did not exceed the
+maximum specified in the __Policy type, and if it did terminate as a result of exceeding the
+maximum, then the appropriate error handler should be called (see existing code for examples).
+* Numeric constants such as [pi] etc should be obtained via a call to the [link math_toolkit.constants appropriate function],
+for example: `constants::pi<T>()`.
+* Where tables of coefficients are used (for example for rational approximations), care should be taken
+to ensure these are initialized at program startup to ensure thread safety when using user-defined number types.
+See for example the use of `erf_initializer` in boost/math/special_functions/erf.hpp.
+
+Here are some other useful internal functions:
+
+[table
+[[function][Meaning]]
+[[`policies::digits<T, Policy>()`][Returns number of binary digits in T (possible overridden by the policy).]]
+[[`policies::get_max_series_iterations<Policy>()`][Maximum number of iterations for series evaluation.]]
+[[`policies::get_max_root_iterations<Policy>()`][Maximum number of iterations for root finding.]]
+[[`polices::get_epsilon<T, Policy>()`][Epsilon for type T, possibly overridden by the Policy.]]
+[[`tools::digits<T>()`][Returns the number of binary digits in T.]]
+[[`tools::max_value<T>()`][Equivalent to `std::numeric_limits<T>::max()`]]
+[[`tools::min_value<T>()`][Equivalent to `std::numeric_limits<T>::min()`]]
+[[`tools::log_max_value<T>()`][Equivalent to the natural logarithm of `std::numeric_limits<T>::max()`]]
+[[`tools::log_min_value<T>()`][Equivalent to the natural logarithm of `std::numeric_limits<T>::min()`]]
+[[`tools::epsilon<T>()`][Equivalent to `std::numeric_limits<T>::epsilon()`.]]
+[[`tools::root_epsilon<T>()`][Equivalent to the square root of `std::numeric_limits<T>::epsilon()`.]]
+[[`tools::forth_root_epsilon<T>()`][Equivalent to the forth root of `std::numeric_limits<T>::epsilon()`.]]
+]
+
+[endsect]
+
+[section:special_tut_test Testing]
+
+We work under the assumption that untested code doesn't work, so some tests for your new special function are in order,
+we'll divide these up in to 3 main categories:
+
+[h4 Spot Tests]
+
+Spot tests consist of checking that the expected exception is generated when the inputs are in error (or
+otherwise generate undefined values), and checking any special values. We can check for expected exceptions
+with `BOOST_CHECK_THROW`, so for example if it's a domain error for the last parameter to be outside the range
+`[0,1]` then we might have:
+
+ BOOST_CHECK_THROW(my_special(0, -0.1), std::domain_error);
+ BOOST_CHECK_THROW(my_special(0, 1.1), std::domain_error);
+
+When the function has known exact values (typically integer values) we can use `BOOST_CHECK_EQUAL`:
+
+ BOOST_CHECK_EQUAL(my_special(1.0, 0.0), 0);
+ BOOST_CHECK_EQUAL(my_special(1.0, 1.0), 1);
+
+When the function has known values which are not exact (from a floating point perspective) then we can use
+`BOOST_CHECK_CLOSE_FRACTION`:
+
+ // Assumes 4 epsilon is as close as we can get to a true value of 2Pi:
+ BOOST_CHECK_CLOSE_FRACTION(my_special(0.5, 0.5), 2 * constants::pi<double>(), std::numeric_limits<double>::epsilon() * 4);
+
+[h4 Independent Test Values]
+
+If the function is implemented by some other known good source (for example Mathematica or it's online versions
+[@http://functions.wolfram.com functions.wolfram.com] or [@http://www.wolframalpha.com www.wolframalpha.com]
+then it's a good idea to sanity check our implementation by having at least one independendly generated value
+for each code branch our implementation may take. To slot these in nicely with our testing framework it's best to
+tabulate these like this:
+
+ // function values calculated on http://functions.wolfram.com/
+ static const boost::array<boost::array<T, 3>, 10> my_special_data = {{
+ {{ SC_(0), SC_(0), SC_(1) }},
+ {{ SC_(0), SC_(1), SC_(1.26606587775200833559824462521471753760767031135496220680814) }},
+ /* More values here... */
+ }};
+
+We'll see how to use this table and the meaning of the `SC_` macro later. One important point
+is to make sure that the input values have exact binary representations: so choose values such as
+1.5, 1.25, 1.125 etc. This ensures that if `my_special` is unusually sensitive in one area, that
+we don't get apparently large errors just because the inputs are 0.5ulp in error.
+
+[h4 Random Test Values]
+
+We can generate a large number of test values to check both for future regressions, and for
+accumulated rounding or cancellation error in our implementation. Ideally we would use an
+independent implementation for this (for example my_special may be defined in directly terms
+of other special functions but not implemented that way for performance or accuracy reasons).
+Alternatively we may use our own implementation directly, but with any special cases (asymptotic
+expansions etc) disabled. We have a set of [link math_toolkit.internals2.test_data tools]
+to generate test data directly, here's a typical example:
+
+[import ../../example/special_data.cpp]
+[special_data_example]
+
+Typically several sets of data will be generated this way, including random values in some "normal"
+range, extreme values (very large or very small), and values close to any "interesting" behaviour
+of the function (singularities etc).
+
+[h4 The Test File Header]
+
+We split the actual test file into 2 distinct parts: a header that contains the testing code
+as a series of function templates, and the actual .cpp test driver that decides which types
+are tested, and sets the "expected" error rates for those types. It's done this way because:
+
+* We want to test with both built in floating point types, and with multiprecision types.
+However, both compile and runtimes with the latter can be too long for the folks who run
+the tests to realistically cope with, so it makes sense to split the test into (at least)
+2 parts.
+* The definition of the SC_ macro used in our tables of data may differ depending on what type
+we're testing (see below). Again this is largely a matter of managing compile times as large tables
+of user-defined-types can take a crazy amount of time to compile with some compilers.
+
+The test header contains 2 functions:
+
+ template <class Real, class T>
+ void do_test(const T& data, const char* type_name, const char* test_name);
+
+ template <class T>
+ void test(T, const char* type_name);
+
+Before implementing those, we'll include the headers we'll need, and provide a default
+definition for the SC_ macro:
+
+ // A couple of Boost.Test headers in case we need any BOOST_CHECK_* macros:
+ #include <boost/test/unit_test.hpp>
+ #include <boost/test/floating_point_comparison.hpp>
+ // Our function to test:
+ #include <boost/math/special_functions/my_special.hpp>
+ // We need boost::array for our test data, plus a few headers from
+ // libs/math/test that contain our testing machinary:
+ #include <boost/array.hpp>
+ #include "functor.hpp"
+ #include "handle_test_result.hpp"
+ #include "table_type.hpp"
+
+ #ifndef SC_
+ #define SC_(x) static_cast<typename table_type<T>::type>(BOOST_JOIN(x, L))
+ #endif
+
+The easiest function to implement is the "test" function which is what we'll be calling
+from the test-driver program. It simply includes the files containing the tabular
+test data and calls `do_test` function for each table, along with a description of what's
+being tested:
+
+ template <class T>
+ void test(T, const char* type_name)
+ {
+ //
+ // The actual test data is rather verbose, so it's in a separate file
+ //
+ // The contents are as follows, each row of data contains
+ // three items, input value a, input value b and my_special(a, b):
+ //
+ # include "my_special_1.ipp"
+
+ do_test<T>(my_special_1, name, "MySpecial Function: Mathematica Values");
+
+ # include "my_special_2.ipp"
+
+ do_test<T>(my_special_2, name, "MySpecial Function: Random Values");
+
+ # include "my_special_3.ipp"
+
+ do_test<T>(my_special_3, name, "MySpecial Function: Very Small Values");
+ }
+
+The function `do_test` takes each table of data and calculates values for each row
+of data, along with statistics for max and mean error etc, most of this is handled
+by some boilerplate code:
+
+ template <class Real, class T>
+ void do_test(const T& data, const char* type_name, const char* test_name)
+ {
+ // Get the type of each row and each element in the rows:
+ typedef typename T::value_type row_type;
+ typedef Real value_type;
+
+ // Get a pointer to our function, we have to use a workaround here
+ // as some compilers require the template types to be explicitly
+ // specified, while others don't much like it if it is!
+ typedef value_type (*pg)(value_type, value_type);
+ #if defined(BOOST_MATH_NO_DEDUCED_FUNCTION_POINTERS)
+ pg funcp = boost::math::my_special<value_type, value_type>;
+ #else
+ pg funcp = boost::math::my_special;
+ #endif
+
+ // Somewhere to hold our results:
+ boost::math::tools::test_result<value_type> result;
+ // And some pretty printing:
+ std::cout << "Testing " << test_name << " with type " << type_name
+ << "\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n";
+
+ //
+ // Test my_special against data:
+ //
+ result = boost::math::tools::test_hetero<Real>(
+ /* First argument is the table */
+ data,
+ /* Next comes our function pointer, plus the indexes of it's arguments in the table */
+ bind_func<Real>(funcp, 0, 1),
+ /* Then the index of the result in the table - potentially we can test several
+ related functions this way, each having the same input arguments, and different
+ output values in different indexes in the table */
+ extract_result<Real>(2));
+ //
+ // Finish off with some boilerplate to check the results were within the expected errors,
+ // and pretty print the results:
+ //
+ handle_test_result(result, data[result.worst()], result.worst(), type_name, "boost::math::my_special", test_name);
+ }
+
+Now we just need to write the test driver program, at it's most basic it looks something like this:
+
+ #include <boost/math/special_functions/math_fwd.hpp>
+ #include <boost/math/tools/test.hpp>
+ #include <boost/math/tools/stats.hpp>
+ #include <boost/type_traits.hpp>
+ #include <boost/array.hpp>
+ #include "functor.hpp"
+
+ #include "handle_test_result.hpp"
+ #include "test_my_special.hpp"
+
+ BOOST_AUTO_TEST_CASE( test_main )
+ {
+ //
+ // Test each floating point type, plus real_concept.
+ // We specify the name of each type by hand as typeid(T).name()
+ // often gives an unreadable mangled name.
+ //
+ test(0.1F, "float");
+ test(0.1, "double");
+ //
+ // Testing of long double and real_concept is protected
+ // by some logic to disable these for unsupported
+ // or problem compilers.
+ //
+ #ifndef BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
+ test(0.1L, "long double");
+ #ifndef BOOST_MATH_NO_REAL_CONCEPT_TESTS
+ #if !BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x582))
+ test(boost::math::concepts::real_concept(0.1), "real_concept");
+ #endif
+ #endif
+ #else
+ std::cout << "<note>The long double tests have been disabled on this platform "
+ "either because the long double overloads of the usual math functions are "
+ "not available at all, or because they are too inaccurate for these tests "
+ "to pass.</note>" << std::cout;
+ #endif
+ }
+
+That's almost all there is too it - except that if the above program is run it's very likely that
+all the tests will fail as the default maximum allowable error is 1 epsilon. So we'll
+define a function (don't forget to call it from the start of the `test_main` above) to
+up the limits to something sensible, based both on the function we're calling and on
+the particular tests plus the platform and compiler:
+
+ void expected_results()
+ {
+ //
+ // Define the max and mean errors expected for
+ // various compilers and platforms.
+ //
+ const char* largest_type;
+ #ifndef BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
+ if(boost::math::policies::digits<double, boost::math::policies::policy<> >() == boost::math::policies::digits<long double, boost::math::policies::policy<> >())
+ {
+ largest_type = "(long\\s+)?double|real_concept";
+ }
+ else
+ {
+ largest_type = "long double|real_concept";
+ }
+ #else
+ largest_type = "(long\\s+)?double";
+ #endif
+ //
+ // We call add_expected_result for each error rate we wish to adjust, these tell
+ // handle_test_result what level of error is acceptable. We can have as many calls
+ // to add_expected_result as we need, each one establishes a rule for acceptable error
+ // with rules set first given preference.
+ //
+ add_expected_result(
+ /* First argument is a regular expression to match against the name of the compiler
+ set in BOOST_COMPILER */
+ ".*",
+ /* Second argument is a regular expression to match against the name of the
+ C++ standard library as set in BOOST_STDLIB */
+ ".*",
+ /* Third argument is a regular expression to match against the name of the
+ platform as set in BOOST_PLATFORM */
+ ".*",
+ /* Forth argument is the name of the type being tested, normally we will
+ only need to up the acceptable error rate for the widest floating
+ point type being tested */
+ largest_real,
+ /* Fifth argument is a regular expression to match against
+ the name of the group of data being tested */
+ "MySpecial Function:.*Small.*",
+ /* Sixth argument is a regular expression to match against the name
+ of the function being tested */
+ "boost::math::my_special",
+ /* Seventh argument is the maximum allowable error expressed in units
+ of machine epsilon passed as a long integer value */
+ 50,
+ /* Eighth argument is the maximum allowable mean error expressed in units
+ of machine epsilon passed as a long integer value */
+ 20);
+ }
+
+[h4 Testing Multiprecision Types]
+
+Testing of multiprecision types is handled by the test drivers in libs/multiprecision/test/math,
+please refer to these for examples. Note that these tests are run only occationally as they take
+a lot of CPU cycles to build and run.
+
+[h4 Improving Compile Times]
+
+As noted above, these test programs can take a while to build as we're instantiating a lot of templates
+for several different types, and our test runners are already stretched to the limit, and probably
+using outdated "spare" hardware. There are two things we can do to speed things up:
+
+* Use a precompiled header.
+* Use separate compilation of our special function templates.
+
+We can make these changes by changing the list of includes from:
+
+ #include <boost/math/special_functions/math_fwd.hpp>
+ #include <boost/math/tools/test.hpp>
+ #include <boost/math/tools/stats.hpp>
+ #include <boost/type_traits.hpp>
+ #include <boost/array.hpp>
+ #include "functor.hpp"
+
+ #include "handle_test_result.hpp"
+
+To just:
+
+ #include <pch_light.hpp>
+
+And changing
+
+ #include <boost/math/special_functions/my_special.hpp>
+
+To:
+
+ #include <boost/math/special_functions/math_fwd.hpp>
+
+The Jamfile target that builds the test program will need the targets
+
+ test_instances//test_instances pch_light
+
+adding to it's list of source dependencies (see the Jamfile for examples).
+
+Finally the project in libs/math/test/test_instances will need modifying
+to instantiate function `my_special`.
+
+These changes should be made last, when `my_special` is stable and the code is in Trunk.
+
+[h4 Concept Checks]
+
+Our concept checks verify that your function's implementation makes no assumptions that aren't
+required by our [link math_toolkit.concepts Real number conceptual requirements]. They also
+check for various common bugs and programming traps that we've fallen into over time. To
+add your function to these tests, edit libs/math/test/compile_test/instantiate.hpp to add
+calls to your function: there are 7 calls to each function, each with a different purpose.
+Search for something like "ibeta" or "gamm_p" and follow their examples.
+
+[endsect]
+
+[endsect]
+
+[/
+ Copyright 2013 John Maddock.
+ 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).
+]

Modified: branches/release/libs/math/doc/html/backgrounders.html
==============================================================================
--- branches/release/libs/math/doc/html/backgrounders.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/backgrounders.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -30,6 +30,12 @@
 <dl class="toc">
 <dt><span class="section"><a href="math_toolkit/sf_implementation.html">Additional Implementation
     Notes</a></span></dt>
+<dt><span class="section"><a href="math_toolkit/special_tut.html">Tutorial: How to Write a New
+ Special Function</a></span></dt>
+<dd><dl>
+<dt><span class="section">Implementation</span></dt>
+<dt><span class="section">Testing</span></dt>
+</dl></dd>
 <dt><span class="section">Relative Error</span></dt>
 <dt><span class="section">The Lanczos Approximation</span></dt>
 <dt><span class="section">The Remez Method</span></dt>

Modified: branches/release/libs/math/doc/html/index.html
==============================================================================
--- branches/release/libs/math/doc/html/index.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/index.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -100,7 +100,7 @@
 </div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
-<td align="left"><p><small>Last revised: May 25, 2013 at 11:21:01 GMT</small></p></td>
+<td align="left"><p><small>Last revised: June 13, 2013 at 11:04:50 GMT</small></p></td>
 <td align="right"><div class="copyright-footer"></div></td>
 </tr></table>
 <hr>

Modified: branches/release/libs/math/doc/html/indexes/s01.html
==============================================================================
--- branches/release/libs/math/doc/html/indexes/s01.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/indexes/s01.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,9 +22,9 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../indexes.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../indexes.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="s02.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section id1444738">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id1444738"></a>Function Index</h2></div></div></div>
+<a name="id1450869"></a>Function Index</h2></div></div></div>
 <p><a class="link" href="s01.html#idx_id_0">A</a> <a class="link" href="s01.html#idx_id_1">B</a> <a class="link" href="s01.html#idx_id_2">C</a> <a class="link" href="s01.html#idx_id_3">D</a> <a class="link" href="s01.html#idx_id_4">E</a> <a class="link" href="s01.html#idx_id_5">F</a> <a class="link" href="s01.html#idx_id_6">G</a> <a class="link" href="s01.html#idx_id_7">H</a> <a class="link" href="s01.html#idx_id_8">I</a> <a class="link" href="s01.html#idx_id_9">J</a> <a class="link" href="s01.html#idx_id_10">K</a> <a class="link" href="s01.html#idx_id_11">L</a> <a class="link" href="s01.html#idx_id_12">M</a> <a class="link" href="s01.html#idx_id_13">N</a> <a class="link" href="s01.html#idx_id_14">O</a> <a class="link" href="s01.html#idx_id_15">P</a> <a class="link" href="s01.html#idx_id_16">Q</a> <a class="link" href="s01.html#idx_id_17">R</a> <a class="link" href="s01.html#idx_id_18">S</a> <a class="link" href="s01.html#idx_id_19">T</a> <a class="link" href="s01.html#idx_id_20">U</a> <a class="link" href=
"s01.html#idx_id_21">V</a> <a class="link" href="s01.html#idx_id_22">W</a> <a class="link" href="s01.html#idx_id_23">Z</a></p>
 <div class="variablelist"><dl class="variablelist">
 <dt>
@@ -235,6 +235,10 @@
 <div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/dist_ref/dists/triangular_dist.html" title="Triangular Distribution"><span class="index-entry-level-1">Triangular Distribution</span></a></p></li></ul></div>
 </li>
 <li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">called</span></p>
+<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/special_tut/special_tut_impl.html" title="Implementation"><span class="index-entry-level-1">Implementation</span></a></p></li></ul></div>
+</li>
+<li class="listitem" style="list-style-type: none">
 <p><span class="index-entry-level-0">cbrt</span></p>
 <div class="index"><ul class="index" style="list-style-type: none; ">
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/overview_tr1.html" title="C99 and C++ TR1 C-style Functions"><span class="index-entry-level-1">C99 and C++ TR1 C-style Functions</span></a></p></li>
@@ -2246,6 +2250,7 @@
 <p><span class="index-entry-level-0">t</span></p>
 <div class="index"><ul class="index" style="list-style-type: none; ">
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/stat_tut/weg/st_eg/tut_mean_intervals.html" title="Calculating confidence intervals on the mean with the Students-t distribution"><span class="index-entry-level-1">Calculating confidence intervals on the mean with the Students-t distribution</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/special_tut/special_tut_impl.html" title="Implementation"><span class="index-entry-level-1">Implementation</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/issues.html" title="Known Issues, and TODO List"><span class="index-entry-level-1">Known Issues, and TODO List</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/internals1/rational.html" title="Polynomial and Rational Function Evaluation"><span class="index-entry-level-1">Polynomial and Rational Function Evaluation</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/dist_ref/dists/skew_normal_dist.html" title="Skew Normal Distribution"><span class="index-entry-level-1">Skew Normal Distribution</span></a></p></li>
@@ -2256,6 +2261,7 @@
 <div class="index"><ul class="index" style="list-style-type: none; ">
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/internals2/error_test.html" title="Relative Error and Testing"><span class="index-entry-level-1">Relative Error and Testing</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/stat_tut/weg/normal_example/normal_misc.html" title="Some Miscellaneous Examples of the Normal (Gaussian) Distribution"><span class="index-entry-level-1">Some Miscellaneous Examples of the Normal (Gaussian) Distribution</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/special_tut/special_tut_test.html" title="Testing"><span class="index-entry-level-1">Testing</span></a></p></li>
 </ul></div>
 </li>
 <li class="listitem" style="list-style-type: none">

Modified: branches/release/libs/math/doc/html/indexes/s02.html
==============================================================================
--- branches/release/libs/math/doc/html/indexes/s02.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/indexes/s02.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,9 +22,9 @@
 <div class="spirit-nav">
 <a accesskey="p" href="s01.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../indexes.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="s03.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section id1462569">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id1462569"></a>Class Index</h2></div></div></div>
+<a name="id1469313"></a>Class Index</h2></div></div></div>
 <p><a class="link" href="s02.html#idx_id_25">B</a> <a class="link" href="s02.html#idx_id_26">C</a> <a class="link" href="s02.html#idx_id_27">D</a> <a class="link" href="s02.html#idx_id_28">E</a> <a class="link" href="s02.html#idx_id_29">F</a> <a class="link" href="s02.html#idx_id_30">G</a> <a class="link" href="s02.html#idx_id_31">H</a> <a class="link" href="s02.html#idx_id_32">I</a> <a class="link" href="s02.html#idx_id_35">L</a> <a class="link" href="s02.html#idx_id_36">M</a> <a class="link" href="s02.html#idx_id_37">N</a> <a class="link" href="s02.html#idx_id_38">O</a> <a class="link" href="s02.html#idx_id_39">P</a> <a class="link" href="s02.html#idx_id_40">Q</a> <a class="link" href="s02.html#idx_id_41">R</a> <a class="link" href="s02.html#idx_id_42">S</a> <a class="link" href="s02.html#idx_id_43">T</a> <a class="link" href="s02.html#idx_id_44">U</a> <a class="link" href="s02.html#idx_id_46">W</a></p>
 <div class="variablelist"><dl class="variablelist">
 <dt>
@@ -200,6 +200,7 @@
 <p><span class="index-entry-level-0">promote_args</span></p>
 <div class="index"><ul class="index" style="list-style-type: none; ">
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/pol_tutorial/user_def_err_pol.html" title="Calling User Defined Error Handlers"><span class="index-entry-level-1">Calling User Defined Error Handlers</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/special_tut/special_tut_impl.html" title="Implementation"><span class="index-entry-level-1">Implementation</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/pol_tutorial/namespace_policies.html" title="Setting Policies at Namespace or Translation Unit Scope"><span class="index-entry-level-1">Setting Policies at Namespace or Translation Unit Scope</span></a></p></li>
 </ul></div>
 </li>

Modified: branches/release/libs/math/doc/html/indexes/s03.html
==============================================================================
--- branches/release/libs/math/doc/html/indexes/s03.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/indexes/s03.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,9 +22,9 @@
 <div class="spirit-nav">
 <a accesskey="p" href="s02.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../indexes.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="s04.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section id1463649">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id1463649"></a>Typedef Index</h2></div></div></div>
+<a name="id1471494"></a>Typedef Index</h2></div></div></div>
 <p><a class="link" href="s03.html#idx_id_48">A</a> <a class="link" href="s03.html#idx_id_49">B</a> <a class="link" href="s03.html#idx_id_50">C</a> <a class="link" href="s03.html#idx_id_51">D</a> <a class="link" href="s03.html#idx_id_52">E</a> <a class="link" href="s03.html#idx_id_53">F</a> <a class="link" href="s03.html#idx_id_54">G</a> <a class="link" href="s03.html#idx_id_55">H</a> <a class="link" href="s03.html#idx_id_56">I</a> <a class="link" href="s03.html#idx_id_59">L</a> <a class="link" href="s03.html#idx_id_61">N</a> <a class="link" href="s03.html#idx_id_62">O</a> <a class="link" href="s03.html#idx_id_63">P</a> <a class="link" href="s03.html#idx_id_65">R</a> <a class="link" href="s03.html#idx_id_66">S</a> <a class="link" href="s03.html#idx_id_67">T</a> <a class="link" href="s03.html#idx_id_68">U</a> <a class="link" href="s03.html#idx_id_69">V</a> <a class="link" href="s03.html#idx_id_70">W</a></p>
 <div class="variablelist"><dl class="variablelist">
 <dt>
@@ -131,6 +131,10 @@
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/c99.html" title="C99 C Functions"><span class="index-entry-level-1">C99 C Functions</span></a></p></li>
 </ul></div>
 </li>
+<li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">forwarding_policy</span></p>
+<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/special_tut/special_tut_impl.html" title="Implementation"><span class="index-entry-level-1">Implementation</span></a></p></li></ul></div>
+</li>
 </ul></div></dd>
 <dt>
 <a name="idx_id_54"></a><span class="term">G</span>
@@ -365,6 +369,7 @@
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/dist_ref/dists/geometric_dist.html" title="Geometric Distribution"><span class="index-entry-level-1">Geometric Distribution</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/internals2/test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions"><span class="index-entry-level-1">Graphing, Profiling, and Generating Test Data for Special Functions</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/dist_ref/dists/hypergeometric_dist.html" title="Hypergeometric Distribution"><span class="index-entry-level-1">Hypergeometric Distribution</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/special_tut/special_tut_impl.html" title="Implementation"><span class="index-entry-level-1">Implementation</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/dist_ref/dists/inverse_chi_squared_dist.html" title="Inverse Chi Squared Distribution"><span class="index-entry-level-1">Inverse Chi Squared Distribution</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/dist_ref/dists/inverse_gamma_dist.html" title="Inverse Gamma Distribution"><span class="index-entry-level-1">Inverse Gamma Distribution</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/dist_ref/dists/inverse_gaussian_dist.html" title="Inverse Gaussian (or Inverse Normal) Distribution"><span class="index-entry-level-1">Inverse Gaussian (or Inverse Normal) Distribution</span></a></p></li>
@@ -389,6 +394,7 @@
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/dist_ref/dists/students_t_dist.html" title="Students t Distribution"><span class="index-entry-level-1">Students t Distribution</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/octonion.html" title="Template Class octonion"><span class="index-entry-level-1">Template Class octonion</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/quat.html" title="Template Class quaternion"><span class="index-entry-level-1">Template Class quaternion</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/special_tut/special_tut_test.html" title="Testing"><span class="index-entry-level-1">Testing</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/dist_ref/dists/triangular_dist.html" title="Triangular Distribution"><span class="index-entry-level-1">Triangular Distribution</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/dist_ref/dists/uniform_dist.html" title="Uniform Distribution"><span class="index-entry-level-1">Uniform Distribution</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/dist_ref/dists/weibull_dist.html" title="Weibull Distribution"><span class="index-entry-level-1">Weibull Distribution</span></a></p></li>

Modified: branches/release/libs/math/doc/html/indexes/s04.html
==============================================================================
--- branches/release/libs/math/doc/html/indexes/s04.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/indexes/s04.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,9 +22,9 @@
 <div class="spirit-nav">
 <a accesskey="p" href="s03.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../indexes.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="s05.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section id1466627">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id1466627"></a>Macro Index</h2></div></div></div>
+<a name="id1476146"></a>Macro Index</h2></div></div></div>
 <p><a class="link" href="s04.html#idx_id_73">B</a> <a class="link" href="s04.html#idx_id_77">F</a></p>
 <div class="variablelist"><dl class="variablelist">
 <dt>
@@ -45,7 +45,10 @@
 </li>
 <li class="listitem" style="list-style-type: none">
 <p><span class="index-entry-level-0">BOOST_FPU_EXCEPTION_GUARD</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/config_macros.html#math_toolkit.config_macros.boost_math_macros" title="Table&#160;1.11.&#160;Boost.Math Macros"><span class="index-entry-level-1">Boost.Math Macros</span></a></p></li></ul></div>
+<div class="index"><ul class="index" style="list-style-type: none; ">
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/config_macros.html#math_toolkit.config_macros.boost_math_macros" title="Table&#160;1.11.&#160;Boost.Math Macros"><span class="index-entry-level-1">Boost.Math Macros</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/special_tut/special_tut_impl.html" title="Implementation"><span class="index-entry-level-1">Implementation</span></a></p></li>
+</ul></div>
 </li>
 <li class="listitem" style="list-style-type: none">
 <p><span class="index-entry-level-0">BOOST_HAS_LOG1P</span></p>
@@ -181,18 +184,25 @@
 </li>
 <li class="listitem" style="list-style-type: none">
 <p><span class="index-entry-level-0">BOOST_MATH_NO_DEDUCED_FUNCTION_POINTERS</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/config_macros.html#math_toolkit.config_macros.boost_math_macros" title="Table&#160;1.11.&#160;Boost.Math Macros"><span class="index-entry-level-1">Boost.Math Macros</span></a></p></li></ul></div>
+<div class="index"><ul class="index" style="list-style-type: none; ">
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/config_macros.html#math_toolkit.config_macros.boost_math_macros" title="Table&#160;1.11.&#160;Boost.Math Macros"><span class="index-entry-level-1">Boost.Math Macros</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/special_tut/special_tut_test.html" title="Testing"><span class="index-entry-level-1">Testing</span></a></p></li>
+</ul></div>
 </li>
 <li class="listitem" style="list-style-type: none">
 <p><span class="index-entry-level-0">BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS</span></p>
 <div class="index"><ul class="index" style="list-style-type: none; ">
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/config_macros.html#math_toolkit.config_macros.boost_math_macros" title="Table&#160;1.11.&#160;Boost.Math Macros"><span class="index-entry-level-1">Boost.Math Macros</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/compilers_overview.html#math_toolkit.compilers_overview.supported_tested_compilers" title="Table&#160;1.9.&#160;Supported/Tested Compilers"><span class="index-entry-level-1">Supported/Tested Compilers</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/special_tut/special_tut_test.html" title="Testing"><span class="index-entry-level-1">Testing</span></a></p></li>
 </ul></div>
 </li>
 <li class="listitem" style="list-style-type: none">
 <p><span class="index-entry-level-0">BOOST_MATH_NO_REAL_CONCEPT_TESTS</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/config_macros.html#math_toolkit.config_macros.boost_math_macros" title="Table&#160;1.11.&#160;Boost.Math Macros"><span class="index-entry-level-1">Boost.Math Macros</span></a></p></li></ul></div>
+<div class="index"><ul class="index" style="list-style-type: none; ">
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/config_macros.html#math_toolkit.config_macros.boost_math_macros" title="Table&#160;1.11.&#160;Boost.Math Macros"><span class="index-entry-level-1">Boost.Math Macros</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/special_tut/special_tut_test.html" title="Testing"><span class="index-entry-level-1">Testing</span></a></p></li>
+</ul></div>
 </li>
 <li class="listitem" style="list-style-type: none">
 <p><span class="index-entry-level-0">BOOST_MATH_OVERFLOW_ERROR_POLICY</span></p>
@@ -247,6 +257,7 @@
 <div class="index"><ul class="index" style="list-style-type: none; ">
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/config_macros.html#math_toolkit.config_macros.boost_math_macros" title="Table&#160;1.11.&#160;Boost.Math Macros"><span class="index-entry-level-1">Boost.Math Macros</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/new_const.html" title="Defining New Constants"><span class="index-entry-level-1">Defining New Constants</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/special_tut/special_tut_impl.html" title="Implementation"><span class="index-entry-level-1">Implementation</span></a></p></li>
 </ul></div>
 </li>
 <li class="listitem" style="list-style-type: none">

Modified: branches/release/libs/math/doc/html/indexes/s05.html
==============================================================================
--- branches/release/libs/math/doc/html/indexes/s05.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/indexes/s05.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -21,9 +21,9 @@
 <div class="spirit-nav">
 <a accesskey="p" href="s04.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../indexes.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a>
 </div>
-<div class="section id1470265">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id1470265"></a>Index</h2></div></div></div>
+<a name="id1477351"></a>Index</h2></div></div></div>
 <p><a class="link" href="s05.html#idx_id_96">A</a> <a class="link" href="s05.html#idx_id_97">B</a> <a class="link" href="s05.html#idx_id_98">C</a> <a class="link" href="s05.html#idx_id_99">D</a> <a class="link" href="s05.html#idx_id_100">E</a> <a class="link" href="s05.html#idx_id_101">F</a> <a class="link" href="s05.html#idx_id_102">G</a> <a class="link" href="s05.html#idx_id_103">H</a> <a class="link" href="s05.html#idx_id_104">I</a> <a class="link" href="s05.html#idx_id_105">J</a> <a class="link" href="s05.html#idx_id_106">K</a> <a class="link" href="s05.html#idx_id_107">L</a> <a class="link" href="s05.html#idx_id_108">M</a> <a class="link" href="s05.html#idx_id_109">N</a> <a class="link" href="s05.html#idx_id_110">O</a> <a class="link" href="s05.html#idx_id_111">P</a> <a class="link" href="s05.html#idx_id_112">Q</a> <a class="link" href="s05.html#idx_id_113">R</a> <a class="link" href="s05.html#idx_id_114">S</a> <a class="link" href="s05.html#idx_id_115">T</a> <a class="link" href="s05.html#idx_id_116">
U</a> <a class="link" href="s05.html#idx_id_117">V</a> <a class="link" href="s05.html#idx_id_118">W</a> <a class="link" href="s05.html#idx_id_119">Z</a></p>
 <div class="variablelist"><dl class="variablelist">
 <dt>
@@ -378,7 +378,10 @@
 </li>
 <li class="listitem" style="list-style-type: none">
 <p><span class="index-entry-level-0">BOOST_FPU_EXCEPTION_GUARD</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/config_macros.html#math_toolkit.config_macros.boost_math_macros" title="Table&#160;1.11.&#160;Boost.Math Macros"><span class="index-entry-level-1">Boost.Math Macros</span></a></p></li></ul></div>
+<div class="index"><ul class="index" style="list-style-type: none; ">
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/config_macros.html#math_toolkit.config_macros.boost_math_macros" title="Table&#160;1.11.&#160;Boost.Math Macros"><span class="index-entry-level-1">Boost.Math Macros</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/special_tut/special_tut_impl.html" title="Implementation"><span class="index-entry-level-1">Implementation</span></a></p></li>
+</ul></div>
 </li>
 <li class="listitem" style="list-style-type: none">
 <p><span class="index-entry-level-0">BOOST_HAS_LOG1P</span></p>
@@ -514,18 +517,25 @@
 </li>
 <li class="listitem" style="list-style-type: none">
 <p><span class="index-entry-level-0">BOOST_MATH_NO_DEDUCED_FUNCTION_POINTERS</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/config_macros.html#math_toolkit.config_macros.boost_math_macros" title="Table&#160;1.11.&#160;Boost.Math Macros"><span class="index-entry-level-1">Boost.Math Macros</span></a></p></li></ul></div>
+<div class="index"><ul class="index" style="list-style-type: none; ">
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/config_macros.html#math_toolkit.config_macros.boost_math_macros" title="Table&#160;1.11.&#160;Boost.Math Macros"><span class="index-entry-level-1">Boost.Math Macros</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/special_tut/special_tut_test.html" title="Testing"><span class="index-entry-level-1">Testing</span></a></p></li>
+</ul></div>
 </li>
 <li class="listitem" style="list-style-type: none">
 <p><span class="index-entry-level-0">BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS</span></p>
 <div class="index"><ul class="index" style="list-style-type: none; ">
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/config_macros.html#math_toolkit.config_macros.boost_math_macros" title="Table&#160;1.11.&#160;Boost.Math Macros"><span class="index-entry-level-1">Boost.Math Macros</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/compilers_overview.html#math_toolkit.compilers_overview.supported_tested_compilers" title="Table&#160;1.9.&#160;Supported/Tested Compilers"><span class="index-entry-level-1">Supported/Tested Compilers</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/special_tut/special_tut_test.html" title="Testing"><span class="index-entry-level-1">Testing</span></a></p></li>
 </ul></div>
 </li>
 <li class="listitem" style="list-style-type: none">
 <p><span class="index-entry-level-0">BOOST_MATH_NO_REAL_CONCEPT_TESTS</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/config_macros.html#math_toolkit.config_macros.boost_math_macros" title="Table&#160;1.11.&#160;Boost.Math Macros"><span class="index-entry-level-1">Boost.Math Macros</span></a></p></li></ul></div>
+<div class="index"><ul class="index" style="list-style-type: none; ">
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/config_macros.html#math_toolkit.config_macros.boost_math_macros" title="Table&#160;1.11.&#160;Boost.Math Macros"><span class="index-entry-level-1">Boost.Math Macros</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/special_tut/special_tut_test.html" title="Testing"><span class="index-entry-level-1">Testing</span></a></p></li>
+</ul></div>
 </li>
 <li class="listitem" style="list-style-type: none">
 <p><span class="index-entry-level-0">BOOST_MATH_OVERFLOW_ERROR_POLICY</span></p>
@@ -580,6 +590,7 @@
 <div class="index"><ul class="index" style="list-style-type: none; ">
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/config_macros.html#math_toolkit.config_macros.boost_math_macros" title="Table&#160;1.11.&#160;Boost.Math Macros"><span class="index-entry-level-1">Boost.Math Macros</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/new_const.html" title="Defining New Constants"><span class="index-entry-level-1">Defining New Constants</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/special_tut/special_tut_impl.html" title="Implementation"><span class="index-entry-level-1">Implementation</span></a></p></li>
 </ul></div>
 </li>
 <li class="listitem" style="list-style-type: none">
@@ -1034,6 +1045,10 @@
 </ul></div>
 </li>
 <li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">called</span></p>
+<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/special_tut/special_tut_impl.html" title="Implementation"><span class="index-entry-level-1">Implementation</span></a></p></li></ul></div>
+</li>
+<li class="listitem" style="list-style-type: none">
 <p><span class="index-entry-level-0">Calling User Defined Error Handlers</span></p>
 <div class="index"><ul class="index" style="list-style-type: none; ">
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/pol_tutorial/user_def_err_pol.html" title="Calling User Defined Error Handlers"><span class="index-entry-level-1">BOOST_MATH_DECLARE_SPECIAL_FUNCTIONS</span></a></p></li>
@@ -1339,12 +1354,14 @@
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/constants_faq.html" title="FAQs"><span class="index-entry-level-1">FAQs</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/history1.html" title="History and What's New"><span class="index-entry-level-1">History and What's New</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/dist_ref/dists/hypergeometric_dist.html" title="Hypergeometric Distribution"><span class="index-entry-level-1">Hypergeometric Distribution</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/special_tut/special_tut_impl.html" title="Implementation"><span class="index-entry-level-1">Implementation</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/constants_intro.html" title="Introduction"><span class="index-entry-level-1">Introduction</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/sf_gamma/lgamma.html" title="Log Gamma"><span class="index-entry-level-1">Log Gamma</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../constants.html" title="Chapter&#160;6.&#160;Mathematical Constants"><span class="index-entry-level-1">Mathematical Constants</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/internals2/minimax.html" title="Minimax Approximations and the Remez Algorithm"><span class="index-entry-level-1">Minimax Approximations and the Remez Algorithm</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/dist_ref/dists/rayleigh.html" title="Rayleigh Distribution"><span class="index-entry-level-1">Rayleigh Distribution</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/zetas/zeta.html" title="Riemann Zeta Function"><span class="index-entry-level-1">Riemann Zeta Function</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/special_tut/special_tut_test.html" title="Testing"><span class="index-entry-level-1">Testing</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/lanczos.html" title="The Lanczos Approximation"><span class="index-entry-level-1">The Lanczos Approximation</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/constants.html" title="The Mathematical Constants"><span class="index-entry-level-1">The Mathematical Constants</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/remez.html" title="The Remez Method"><span class="index-entry-level-1">The Remez Method</span></a></p></li>
@@ -2086,6 +2103,7 @@
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/dist_ref/dists/poisson_dist.html" title="Poisson Distribution"><span class="index-entry-level-1">Poisson Distribution</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/internals1/series_evaluation.html" title="Series Evaluation"><span class="index-entry-level-1">Series Evaluation</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/dist_ref/dists/skew_normal_dist.html" title="Skew Normal Distribution"><span class="index-entry-level-1">Skew Normal Distribution</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/special_tut/special_tut_test.html" title="Testing"><span class="index-entry-level-1">Testing</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses"><span class="index-entry-level-1">The Incomplete Beta Function Inverses</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/lanczos.html" title="The Lanczos Approximation"><span class="index-entry-level-1">The Lanczos Approximation</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/remez.html" title="The Remez Method"><span class="index-entry-level-1">The Remez Method</span></a></p></li>
@@ -2392,6 +2410,10 @@
 </ul></div>
 </li>
 <li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">forwarding_policy</span></p>
+<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/special_tut/special_tut_impl.html" title="Implementation"><span class="index-entry-level-1">Implementation</span></a></p></li></ul></div>
+</li>
+<li class="listitem" style="list-style-type: none">
 <p><span class="index-entry-level-0">fpclassify</span></p>
 <div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/fpclass.html" title="Floating-Point Classification: Infinities and NaNs"><span class="index-entry-level-1">Floating-Point Classification: Infinities and NaNs</span></a></p></li></ul></div>
 </li>
@@ -2805,6 +2827,19 @@
 </ul></div>
 </li>
 <li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">Implementation</span></p>
+<div class="index"><ul class="index" style="list-style-type: none; ">
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/special_tut/special_tut_impl.html" title="Implementation"><span class="index-entry-level-1">BOOST_FPU_EXCEPTION_GUARD</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/special_tut/special_tut_impl.html" title="Implementation"><span class="index-entry-level-1">BOOST_MATH_STD_USING</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/special_tut/special_tut_impl.html" title="Implementation"><span class="index-entry-level-1">called</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/special_tut/special_tut_impl.html" title="Implementation"><span class="index-entry-level-1">constants</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/special_tut/special_tut_impl.html" title="Implementation"><span class="index-entry-level-1">forwarding_policy</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/special_tut/special_tut_impl.html" title="Implementation"><span class="index-entry-level-1">promote_args</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/special_tut/special_tut_impl.html" title="Implementation"><span class="index-entry-level-1">T</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/special_tut/special_tut_impl.html" title="Implementation"><span class="index-entry-level-1">value_type</span></a></p></li>
+</ul></div>
+</li>
+<li class="listitem" style="list-style-type: none">
 <p><span class="index-entry-level-0">Implementation Notes</span></p>
 <div class="index"><ul class="index" style="list-style-type: none; ">
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/sf_implementation.html" title="Additional Implementation Notes"><span class="index-entry-level-1">BOOST_DEFINE_MATH_CONSTANT</span></a></p></li>
@@ -4117,6 +4152,7 @@
 <p><span class="index-entry-level-0">promote_args</span></p>
 <div class="index"><ul class="index" style="list-style-type: none; ">
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/pol_tutorial/user_def_err_pol.html" title="Calling User Defined Error Handlers"><span class="index-entry-level-1">Calling User Defined Error Handlers</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/special_tut/special_tut_impl.html" title="Implementation"><span class="index-entry-level-1">Implementation</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/pol_tutorial/namespace_policies.html" title="Setting Policies at Namespace or Translation Unit Scope"><span class="index-entry-level-1">Setting Policies at Namespace or Translation Unit Scope</span></a></p></li>
 </ul></div>
 </li>
@@ -4795,6 +4831,7 @@
 <p><span class="index-entry-level-0">t</span></p>
 <div class="index"><ul class="index" style="list-style-type: none; ">
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/stat_tut/weg/st_eg/tut_mean_intervals.html" title="Calculating confidence intervals on the mean with the Students-t distribution"><span class="index-entry-level-1">Calculating confidence intervals on the mean with the Students-t distribution</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/special_tut/special_tut_impl.html" title="Implementation"><span class="index-entry-level-1">Implementation</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/issues.html" title="Known Issues, and TODO List"><span class="index-entry-level-1">Known Issues, and TODO List</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/internals1/rational.html" title="Polynomial and Rational Function Evaluation"><span class="index-entry-level-1">Polynomial and Rational Function Evaluation</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/dist_ref/dists/skew_normal_dist.html" title="Skew Normal Distribution"><span class="index-entry-level-1">Skew Normal Distribution</span></a></p></li>
@@ -4821,6 +4858,19 @@
 <div class="index"><ul class="index" style="list-style-type: none; ">
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/internals2/error_test.html" title="Relative Error and Testing"><span class="index-entry-level-1">Relative Error and Testing</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/stat_tut/weg/normal_example/normal_misc.html" title="Some Miscellaneous Examples of the Normal (Gaussian) Distribution"><span class="index-entry-level-1">Some Miscellaneous Examples of the Normal (Gaussian) Distribution</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/special_tut/special_tut_test.html" title="Testing"><span class="index-entry-level-1">Testing</span></a></p></li>
+</ul></div>
+</li>
+<li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">Testing</span></p>
+<div class="index"><ul class="index" style="list-style-type: none; ">
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/special_tut/special_tut_test.html" title="Testing"><span class="index-entry-level-1">BOOST_MATH_NO_DEDUCED_FUNCTION_POINTERS</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/special_tut/special_tut_test.html" title="Testing"><span class="index-entry-level-1">BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/special_tut/special_tut_test.html" title="Testing"><span class="index-entry-level-1">BOOST_MATH_NO_REAL_CONCEPT_TESTS</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/special_tut/special_tut_test.html" title="Testing"><span class="index-entry-level-1">constants</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/special_tut/special_tut_test.html" title="Testing"><span class="index-entry-level-1">expression</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/special_tut/special_tut_test.html" title="Testing"><span class="index-entry-level-1">test</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/special_tut/special_tut_test.html" title="Testing"><span class="index-entry-level-1">value_type</span></a></p></li>
 </ul></div>
 </li>
 <li class="listitem" style="list-style-type: none">
@@ -5226,6 +5276,7 @@
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/dist_ref/dists/geometric_dist.html" title="Geometric Distribution"><span class="index-entry-level-1">Geometric Distribution</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/internals2/test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions"><span class="index-entry-level-1">Graphing, Profiling, and Generating Test Data for Special Functions</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/dist_ref/dists/hypergeometric_dist.html" title="Hypergeometric Distribution"><span class="index-entry-level-1">Hypergeometric Distribution</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/special_tut/special_tut_impl.html" title="Implementation"><span class="index-entry-level-1">Implementation</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/dist_ref/dists/inverse_chi_squared_dist.html" title="Inverse Chi Squared Distribution"><span class="index-entry-level-1">Inverse Chi Squared Distribution</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/dist_ref/dists/inverse_gamma_dist.html" title="Inverse Gamma Distribution"><span class="index-entry-level-1">Inverse Gamma Distribution</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/dist_ref/dists/inverse_gaussian_dist.html" title="Inverse Gaussian (or Inverse Normal) Distribution"><span class="index-entry-level-1">Inverse Gaussian (or Inverse Normal) Distribution</span></a></p></li>
@@ -5250,6 +5301,7 @@
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/dist_ref/dists/students_t_dist.html" title="Students t Distribution"><span class="index-entry-level-1">Students t Distribution</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/octonion.html" title="Template Class octonion"><span class="index-entry-level-1">Template Class octonion</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/quat.html" title="Template Class quaternion"><span class="index-entry-level-1">Template Class quaternion</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/special_tut/special_tut_test.html" title="Testing"><span class="index-entry-level-1">Testing</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/dist_ref/dists/triangular_dist.html" title="Triangular Distribution"><span class="index-entry-level-1">Triangular Distribution</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/dist_ref/dists/uniform_dist.html" title="Uniform Distribution"><span class="index-entry-level-1">Uniform Distribution</span></a></p></li>
 <li class="listitem" style="list-style-type: none"><p><a class="link" href="../math_toolkit/dist_ref/dists/weibull_dist.html" title="Weibull Distribution"><span class="index-entry-level-1">Weibull Distribution</span></a></p></li>

Modified: branches/release/libs/math/doc/html/math_toolkit/acknowledgement.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/acknowledgement.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/acknowledgement.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="exp.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../quaternions.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="quat_history.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_acknowledgement">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.acknowledgement"></a><a class="link" href="acknowledgement.html" title="Acknowledgements">Acknowledgements</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/acknowledgements.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/acknowledgements.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/acknowledgements.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="oct_tests.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../octonions.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="oct_history.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_acknowledgements">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.acknowledgements"></a><a class="link" href="acknowledgements.html" title="Acknowledgements">Acknowledgements</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/acos.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/acos.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/acos.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="asin.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../inverse_complex.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="atan.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_acos">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.acos"></a><a class="link" href="acos.html" title="acos">acos</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/acosh.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/acosh.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/acosh.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="asinh.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../inverse_complex.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="atanh.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_acosh">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.acosh"></a><a class="link" href="acosh.html" title="acosh">acosh</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/airy.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/airy.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/airy.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="hankel/sph_hankel.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../special.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="airy/ai.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_airy">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.airy"></a><a class="link" href="airy.html" title="Airy Functions">Airy Functions</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/airy/ai.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/airy/ai.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/airy/ai.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../airy.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../airy.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="bi.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_airy_ai">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.airy.ai"></a><a class="link" href="ai.html" title="Airy Ai Function">Airy Ai Function</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/airy/aip.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/airy/aip.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/airy/aip.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="bi.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../airy.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="bip.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_airy_aip">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.airy.aip"></a><a class="link" href="aip.html" title="Airy Ai' Function">Airy Ai' Function</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/airy/bi.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/airy/bi.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/airy/bi.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="ai.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../airy.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="aip.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_airy_bi">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.airy.bi"></a><a class="link" href="bi.html" title="Airy Bi Function">Airy Bi Function</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/airy/bip.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/airy/bip.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/airy/bip.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="aip.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../airy.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../ellint.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_airy_bip">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.airy.bip"></a><a class="link" href="bip.html" title="Airy Bi' Function">Airy Bi' Function</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/archetypes.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/archetypes.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/archetypes.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="dist_concept.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../using_udt.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../policy.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_archetypes">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.archetypes"></a><a class="link" href="archetypes.html" title="Conceptual Archetypes for Reals and Distributions">Conceptual Archetypes for Reals
     and Distributions</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/asin.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/asin.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/asin.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="complex_implementation.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../inverse_complex.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="acos.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_asin">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.asin"></a><a class="link" href="asin.html" title="asin">asin</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/asinh.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/asinh.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/asinh.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="atan.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../inverse_complex.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="acosh.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_asinh">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.asinh"></a><a class="link" href="asinh.html" title="asinh">asinh</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/atan.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/atan.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/atan.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="acos.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../inverse_complex.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="asinh.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_atan">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.atan"></a><a class="link" href="atan.html" title="atan">atan</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/atanh.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/atanh.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/atanh.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="acosh.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../inverse_complex.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="complex_history.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_atanh">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.atanh"></a><a class="link" href="atanh.html" title="atanh">atanh</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/bessel.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/bessel.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/bessel.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="sf_poly/sph_harm.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../special.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="bessel/bessel_over.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_bessel">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.bessel"></a><a class="link" href="bessel.html" title="Bessel Functions">Bessel Functions</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/bessel/bessel_first.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/bessel/bessel_first.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/bessel/bessel_first.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="bessel_over.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../bessel.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="bessel_root.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_bessel_bessel_first">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.bessel.bessel_first"></a><a class="link" href="bessel_first.html" title="Bessel Functions of the First and Second Kinds">Bessel Functions of
       the First and Second Kinds</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/bessel/bessel_over.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/bessel/bessel_over.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/bessel/bessel_over.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../bessel.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../bessel.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="bessel_first.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_bessel_bessel_over">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.bessel.bessel_over"></a><a class="link" href="bessel_over.html" title="Bessel Function Overview">Bessel Function Overview</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/bessel/bessel_root.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/bessel/bessel_root.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/bessel/bessel_root.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="bessel_first.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../bessel.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="mbessel.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_bessel_bessel_root">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.bessel.bessel_root"></a><a class="link" href="bessel_root.html" title="Finding Zeros of Bessel Functions of the First and Second Kinds">Finding Zeros of Bessel
       Functions of the First and Second Kinds</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/bessel/mbessel.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/bessel/mbessel.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/bessel/mbessel.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="bessel_root.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../bessel.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="sph_bessel.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_bessel_mbessel">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.bessel.mbessel"></a><a class="link" href="mbessel.html" title="Modified Bessel Functions of the First and Second Kinds">Modified Bessel Functions
       of the First and Second Kinds</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/bessel/sph_bessel.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/bessel/sph_bessel.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/bessel/sph_bessel.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="mbessel.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../bessel.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../hankel.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_bessel_sph_bessel">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.bessel.sph_bessel"></a><a class="link" href="sph_bessel.html" title="Spherical Bessel Functions of the First and Second Kinds">Spherical Bessel Functions
       of the First and Second Kinds</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/building.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/building.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/building.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="perf_over1.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../overview.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="history1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_building">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.building"></a><a class="link" href="building.html" title="If and How to Build a Boost.Math Library, and its Examples and Tests">If and How to Build a Boost.Math
     Library, and its Examples and Tests</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/c99.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/c99.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/c99.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="main_tr1.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../extern_c.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="tr1_ref.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_c99">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.c99"></a><a class="link" href="c99.html" title="C99 C Functions">C99 C Functions</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/comp_compilers.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/comp_compilers.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/comp_compilers.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="getting_best.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../perf.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="tuning.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_comp_compilers">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.comp_compilers"></a><a class="link" href="comp_compilers.html" title="Comparing Compilers">Comparing Compilers</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/comparisons.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/comparisons.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/comparisons.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="tuning.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../perf.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="perf_test_app.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_comparisons">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.comparisons"></a><a class="link" href="comparisons.html" title="Comparisons to Other Open Source Libraries">Comparisons to Other Open Source
     Libraries</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/compile_time.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/compile_time.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/compile_time.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="run_time.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../gcd_lcm.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="gcd_header.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_compile_time">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.compile_time"></a><a class="link" href="compile_time.html" title="Compile time GCD and LCM determination">Compile time GCD and LCM determination</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/compilers_overview.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/compilers_overview.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/compilers_overview.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="error_handling.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../overview.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="config_macros.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_compilers_overview">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.compilers_overview"></a><a class="link" href="compilers_overview.html" title="Compilers">Compilers</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/complex_history.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/complex_history.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/complex_history.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="atanh.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../inverse_complex.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../quaternions.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_complex_history">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.complex_history"></a><a class="link" href="complex_history.html" title="History">History</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/complex_implementation.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/complex_implementation.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/complex_implementation.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../inverse_complex.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../inverse_complex.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="asin.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_complex_implementation">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.complex_implementation"></a><a class="link" href="complex_implementation.html" title="Implementation and Accuracy">Implementation and
     Accuracy</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/concepts.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/concepts.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/concepts.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="high_precision/using_test.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../using_udt.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="dist_concept.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_concepts">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.concepts"></a><a class="link" href="concepts.html" title="Conceptual Requirements for Real Number Types">Conceptual Requirements for Real
     Number Types</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/config_macros.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/config_macros.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/config_macros.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="compilers_overview.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../overview.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="intro_pol_overview.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_config_macros">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.config_macros"></a><a class="link" href="config_macros.html" title="Configuration Macros">Configuration Macros</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/constants.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/constants.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/constants.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="tutorial/user_def.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../constants.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="new_const.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_constants">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.constants"></a><a class="link" href="constants.html" title="The Mathematical Constants">The Mathematical Constants</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/constants_faq.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/constants_faq.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/constants_faq.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="new_const.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../constants.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../inverse_complex.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_constants_faq">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.constants_faq"></a><a class="link" href="constants_faq.html" title="FAQs">FAQs</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/constants_intro.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/constants_intro.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/constants_intro.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../constants.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../constants.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="tutorial.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_constants_intro">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.constants_intro"></a><a class="link" href="constants_intro.html" title="Introduction">Introduction</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/contact.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/contact.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/contact.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="main_faq.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../overview.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../dist.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_contact">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.contact"></a><a class="link" href="contact.html" title="Contact Info and Support">Contact Info and Support</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/conventions.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/conventions.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/conventions.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,12 +22,12 @@
 <div class="spirit-nav">
 <a accesskey="p" href="navigation.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../overview.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="hints.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_conventions">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.conventions"></a><a class="link" href="conventions.html" title="Document Conventions">Document Conventions</a>
 </h2></div></div></div>
 <p>
- <a class="indexterm" name="id862102"></a>
+ <a class="indexterm" name="id858831"></a>
     </p>
 <p>
       This documentation aims to use of the following naming and formatting conventions.

Modified: branches/release/libs/math/doc/html/math_toolkit/create.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/create.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/create.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="value_op.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../quaternions.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="trans.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_create">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.create"></a><a class="link" href="create.html" title="Quaternion Creation Functions">Quaternion Creation Functions</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/credits.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/credits.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/credits.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="issues.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../status.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../indexes.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_credits">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.credits"></a><a class="link" href="credits.html" title="Credits and Acknowledgements">Credits and Acknowledgements</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/demo.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/demo.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/demo.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="gcd_header.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../gcd_lcm.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="rationale.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_demo">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.demo"></a><a class="link" href="demo.html" title="Demonstration Program">Demonstration Program</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/directories.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/directories.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/directories.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="hints.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../overview.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="namespaces.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_directories">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.directories"></a><a class="link" href="directories.html" title="Directory and File Structure">Directory and File Structure</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/dist_concept.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/dist_concept.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/dist_concept.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="concepts.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../using_udt.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="archetypes.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_dist_concept">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.dist_concept"></a><a class="link" href="dist_concept.html" title="Conceptual Requirements for Distribution Types">Conceptual Requirements for
     Distribution Types</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/dist_ref.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/dist_ref.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/dist_ref.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="stat_tut/dist_params.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../dist.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="dist_ref/nmp.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_dist_ref">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.dist_ref"></a><a class="link" href="dist_ref.html" title="Statistical Distributions Reference">Statistical Distributions Reference</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/dist_ref/dist_algorithms.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/dist_ref/dist_algorithms.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/dist_ref/dist_algorithms.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="dists/weibull_dist.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../dist_ref.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../future.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_dist_ref_dist_algorithms">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.dist_ref.dist_algorithms"></a><a class="link" href="dist_algorithms.html" title="Distribution Algorithms">Distribution Algorithms</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="nmp.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../dist_ref.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="dists/bernoulli_dist.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_dist_ref_dists">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.dist_ref.dists"></a><a class="link" href="dists.html" title="Distributions">Distributions</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/bernoulli_dist.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/bernoulli_dist.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/bernoulli_dist.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../dists.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../dists.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="beta_dist.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_dist_ref_dists_bernoulli_dist">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.dist_ref.dists.bernoulli_dist"></a><a class="link" href="bernoulli_dist.html" title="Bernoulli Distribution">Bernoulli
         Distribution</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/beta_dist.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/beta_dist.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/beta_dist.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="bernoulli_dist.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../dists.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="binomial_dist.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_dist_ref_dists_beta_dist">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.dist_ref.dists.beta_dist"></a><a class="link" href="beta_dist.html" title="Beta Distribution">Beta Distribution</a>
 </h4></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/binomial_dist.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/binomial_dist.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/binomial_dist.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="beta_dist.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../dists.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="cauchy_dist.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_dist_ref_dists_binomial_dist">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.dist_ref.dists.binomial_dist"></a><a class="link" href="binomial_dist.html" title="Binomial Distribution">Binomial
         Distribution</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/cauchy_dist.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/cauchy_dist.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/cauchy_dist.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="binomial_dist.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../dists.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="chi_squared_dist.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_dist_ref_dists_cauchy_dist">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.dist_ref.dists.cauchy_dist"></a><a class="link" href="cauchy_dist.html" title="Cauchy-Lorentz Distribution">Cauchy-Lorentz
         Distribution</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/chi_squared_dist.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/chi_squared_dist.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/chi_squared_dist.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="cauchy_dist.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../dists.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="exp_dist.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_dist_ref_dists_chi_squared_dist">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.dist_ref.dists.chi_squared_dist"></a><a class="link" href="chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared
         Distribution</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/exp_dist.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/exp_dist.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/exp_dist.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="chi_squared_dist.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../dists.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="extreme_dist.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_dist_ref_dists_exp_dist">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.dist_ref.dists.exp_dist"></a><a class="link" href="exp_dist.html" title="Exponential Distribution">Exponential Distribution</a>
 </h4></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/extreme_dist.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/extreme_dist.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/extreme_dist.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="exp_dist.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../dists.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="f_dist.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_dist_ref_dists_extreme_dist">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.dist_ref.dists.extreme_dist"></a><a class="link" href="extreme_dist.html" title="Extreme Value Distribution">Extreme Value
         Distribution</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/f_dist.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/f_dist.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/f_dist.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="extreme_dist.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../dists.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="gamma_dist.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_dist_ref_dists_f_dist">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.dist_ref.dists.f_dist"></a><a class="link" href="f_dist.html" title="F Distribution">F Distribution</a>
 </h4></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/gamma_dist.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/gamma_dist.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/gamma_dist.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="f_dist.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../dists.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="geometric_dist.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_dist_ref_dists_gamma_dist">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.dist_ref.dists.gamma_dist"></a><a class="link" href="gamma_dist.html" title="Gamma (and Erlang) Distribution">Gamma (and
         Erlang) Distribution</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/geometric_dist.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/geometric_dist.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/geometric_dist.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="gamma_dist.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../dists.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="hypergeometric_dist.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_dist_ref_dists_geometric_dist">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.dist_ref.dists.geometric_dist"></a><a class="link" href="geometric_dist.html" title="Geometric Distribution">Geometric
         Distribution</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/hypergeometric_dist.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/hypergeometric_dist.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/hypergeometric_dist.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="geometric_dist.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../dists.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="inverse_chi_squared_dist.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_dist_ref_dists_hypergeometric_dist">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.dist_ref.dists.hypergeometric_dist"></a><a class="link" href="hypergeometric_dist.html" title="Hypergeometric Distribution">Hypergeometric
         Distribution</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/inverse_chi_squared_dist.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/inverse_chi_squared_dist.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/inverse_chi_squared_dist.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="hypergeometric_dist.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../dists.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="inverse_gamma_dist.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_dist_ref_dists_inverse_chi_squared_dist">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.dist_ref.dists.inverse_chi_squared_dist"></a><a class="link" href="inverse_chi_squared_dist.html" title="Inverse Chi Squared Distribution">Inverse
         Chi Squared Distribution</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/inverse_gamma_dist.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/inverse_gamma_dist.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/inverse_gamma_dist.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="inverse_chi_squared_dist.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../dists.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="inverse_gaussian_dist.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_dist_ref_dists_inverse_gamma_dist">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.dist_ref.dists.inverse_gamma_dist"></a><a class="link" href="inverse_gamma_dist.html" title="Inverse Gamma Distribution">Inverse
         Gamma Distribution</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/inverse_gaussian_dist.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/inverse_gaussian_dist.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/inverse_gaussian_dist.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="inverse_gamma_dist.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../dists.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="laplace_dist.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_dist_ref_dists_inverse_gaussian_dist">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.dist_ref.dists.inverse_gaussian_dist"></a><a class="link" href="inverse_gaussian_dist.html" title="Inverse Gaussian (or Inverse Normal) Distribution">Inverse
         Gaussian (or Inverse Normal) Distribution</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/laplace_dist.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/laplace_dist.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/laplace_dist.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="inverse_gaussian_dist.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../dists.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="logistic_dist.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_dist_ref_dists_laplace_dist">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.dist_ref.dists.laplace_dist"></a><a class="link" href="laplace_dist.html" title="Laplace Distribution">Laplace Distribution</a>
 </h4></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/logistic_dist.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/logistic_dist.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/logistic_dist.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="laplace_dist.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../dists.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="lognormal_dist.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_dist_ref_dists_logistic_dist">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.dist_ref.dists.logistic_dist"></a><a class="link" href="logistic_dist.html" title="Logistic Distribution">Logistic
         Distribution</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/lognormal_dist.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/lognormal_dist.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/lognormal_dist.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="logistic_dist.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../dists.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="negative_binomial_dist.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_dist_ref_dists_lognormal_dist">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.dist_ref.dists.lognormal_dist"></a><a class="link" href="lognormal_dist.html" title="Log Normal Distribution">Log Normal
         Distribution</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/nc_beta_dist.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/nc_beta_dist.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/nc_beta_dist.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="negative_binomial_dist.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../dists.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="nc_chi_squared_dist.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_dist_ref_dists_nc_beta_dist">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.dist_ref.dists.nc_beta_dist"></a><a class="link" href="nc_beta_dist.html" title="Noncentral Beta Distribution">Noncentral
         Beta Distribution</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/nc_chi_squared_dist.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/nc_chi_squared_dist.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/nc_chi_squared_dist.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="nc_beta_dist.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../dists.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="nc_f_dist.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_dist_ref_dists_nc_chi_squared_dist">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.dist_ref.dists.nc_chi_squared_dist"></a><a class="link" href="nc_chi_squared_dist.html" title="Noncentral Chi-Squared Distribution">Noncentral
         Chi-Squared Distribution</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/nc_f_dist.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/nc_f_dist.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/nc_f_dist.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="nc_chi_squared_dist.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../dists.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="nc_t_dist.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_dist_ref_dists_nc_f_dist">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.dist_ref.dists.nc_f_dist"></a><a class="link" href="nc_f_dist.html" title="Noncentral F Distribution">Noncentral F
         Distribution</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/nc_t_dist.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/nc_t_dist.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/nc_t_dist.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="nc_f_dist.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../dists.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="normal_dist.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_dist_ref_dists_nc_t_dist">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.dist_ref.dists.nc_t_dist"></a><a class="link" href="nc_t_dist.html" title="Noncentral T Distribution">Noncentral T
         Distribution</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/negative_binomial_dist.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/negative_binomial_dist.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/negative_binomial_dist.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="lognormal_dist.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../dists.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="nc_beta_dist.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_dist_ref_dists_negative_binomial_dist">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.dist_ref.dists.negative_binomial_dist"></a><a class="link" href="negative_binomial_dist.html" title="Negative Binomial Distribution">Negative
         Binomial Distribution</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/normal_dist.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/normal_dist.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/normal_dist.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="nc_t_dist.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../dists.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="pareto.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_dist_ref_dists_normal_dist">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.dist_ref.dists.normal_dist"></a><a class="link" href="normal_dist.html" title="Normal (Gaussian) Distribution">Normal (Gaussian)
         Distribution</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/pareto.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/pareto.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/pareto.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="normal_dist.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../dists.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="poisson_dist.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_dist_ref_dists_pareto">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.dist_ref.dists.pareto"></a><a class="link" href="pareto.html" title="Pareto Distribution">Pareto Distribution</a>
 </h4></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/poisson_dist.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/poisson_dist.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/poisson_dist.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="pareto.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../dists.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="rayleigh.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_dist_ref_dists_poisson_dist">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.dist_ref.dists.poisson_dist"></a><a class="link" href="poisson_dist.html" title="Poisson Distribution">Poisson Distribution</a>
 </h4></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/rayleigh.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/rayleigh.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/rayleigh.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="poisson_dist.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../dists.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="skew_normal_dist.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_dist_ref_dists_rayleigh">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.dist_ref.dists.rayleigh"></a><a class="link" href="rayleigh.html" title="Rayleigh Distribution">Rayleigh Distribution</a>
 </h4></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/skew_normal_dist.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/skew_normal_dist.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/skew_normal_dist.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="rayleigh.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../dists.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="students_t_dist.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_dist_ref_dists_skew_normal_dist">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.dist_ref.dists.skew_normal_dist"></a><a class="link" href="skew_normal_dist.html" title="Skew Normal Distribution">Skew
         Normal Distribution</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/students_t_dist.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/students_t_dist.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/students_t_dist.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="skew_normal_dist.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../dists.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="triangular_dist.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_dist_ref_dists_students_t_dist">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.dist_ref.dists.students_t_dist"></a><a class="link" href="students_t_dist.html" title="Students t Distribution">Students
         t Distribution</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/triangular_dist.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/triangular_dist.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/triangular_dist.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="students_t_dist.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../dists.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="uniform_dist.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_dist_ref_dists_triangular_dist">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.dist_ref.dists.triangular_dist"></a><a class="link" href="triangular_dist.html" title="Triangular Distribution">Triangular
         Distribution</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/uniform_dist.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/uniform_dist.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/uniform_dist.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="triangular_dist.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../dists.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="weibull_dist.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_dist_ref_dists_uniform_dist">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.dist_ref.dists.uniform_dist"></a><a class="link" href="uniform_dist.html" title="Uniform Distribution">Uniform Distribution</a>
 </h4></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/weibull_dist.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/weibull_dist.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/dist_ref/dists/weibull_dist.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="uniform_dist.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../dists.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../dist_algorithms.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_dist_ref_dists_weibull_dist">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.dist_ref.dists.weibull_dist"></a><a class="link" href="weibull_dist.html" title="Weibull Distribution">Weibull Distribution</a>
 </h4></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/dist_ref/nmp.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/dist_ref/nmp.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/dist_ref/nmp.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../dist_ref.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../dist_ref.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="dists.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_dist_ref_nmp">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.dist_ref.nmp"></a><a class="link" href="nmp.html" title="Non-Member Properties">Non-Member Properties</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/ellint.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/ellint.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/ellint.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="airy/bip.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../special.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="ellint/ellint_intro.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_ellint">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.ellint"></a><a class="link" href="ellint.html" title="Elliptic Integrals">Elliptic Integrals</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/ellint/ellint_1.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/ellint/ellint_1.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/ellint/ellint_1.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="ellint_carlson.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ellint.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="ellint_2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_ellint_ellint_1">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.ellint.ellint_1"></a><a class="link" href="ellint_1.html" title="Elliptic Integrals of the First Kind - Legendre Form">Elliptic Integrals of the
       First Kind - Legendre Form</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/ellint/ellint_2.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/ellint/ellint_2.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/ellint/ellint_2.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="ellint_1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ellint.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="ellint_3.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_ellint_ellint_2">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.ellint.ellint_2"></a><a class="link" href="ellint_2.html" title="Elliptic Integrals of the Second Kind - Legendre Form">Elliptic Integrals of the
       Second Kind - Legendre Form</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/ellint/ellint_3.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/ellint/ellint_3.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/ellint/ellint_3.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="ellint_2.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ellint.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../jacobi.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_ellint_ellint_3">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.ellint.ellint_3"></a><a class="link" href="ellint_3.html" title="Elliptic Integrals of the Third Kind - Legendre Form">Elliptic Integrals of the
       Third Kind - Legendre Form</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/ellint/ellint_carlson.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/ellint/ellint_carlson.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/ellint/ellint_carlson.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="ellint_intro.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ellint.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="ellint_1.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_ellint_ellint_carlson">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.ellint.ellint_carlson"></a><a class="link" href="ellint_carlson.html" title="Elliptic Integrals - Carlson Form">Elliptic Integrals
       - Carlson Form</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/ellint/ellint_intro.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/ellint/ellint_intro.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/ellint/ellint_intro.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../ellint.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ellint.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="ellint_carlson.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_ellint_ellint_intro">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.ellint.ellint_intro"></a><a class="link" href="ellint_intro.html" title="Elliptic Integral Overview">Elliptic Integral Overview</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/error_handling.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/error_handling.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/error_handling.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="result_type.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../overview.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="compilers_overview.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_error_handling">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.error_handling"></a><a class="link" href="error_handling.html" title="Error Handling">Error Handling</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/exp.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/exp.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/exp.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="quat_tests.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../quaternions.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="acknowledgement.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_exp">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.exp"></a><a class="link" href="exp.html" title="The Quaternionic Exponential">The Quaternionic Exponential</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/expint.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/expint.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/expint.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="zetas/zeta.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../special.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="expint/expint_n.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_expint">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.expint"></a><a class="link" href="expint.html" title="Exponential Integrals">Exponential Integrals</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/expint/expint_i.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/expint/expint_i.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/expint/expint_i.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="expint_n.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../expint.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../powers.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_expint_expint_i">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.expint.expint_i"></a><a class="link" href="expint_i.html" title="Exponential Integral Ei">Exponential Integral Ei</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/expint/expint_n.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/expint/expint_n.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/expint/expint_n.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../expint.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../expint.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="expint_i.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_expint_expint_n">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.expint.expint_n"></a><a class="link" href="expint_n.html" title="Exponential Integral En">Exponential Integral En</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/factorials.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/factorials.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/factorials.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="sf_gamma/gamma_derivatives.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../special.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="factorials/sf_factorial.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_factorials">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.factorials"></a><a class="link" href="factorials.html" title="Factorials and Binomial Coefficients">Factorials and Binomial Coefficients</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/factorials/sf_binomial.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/factorials/sf_binomial.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/factorials/sf_binomial.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="sf_falling_factorial.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../factorials.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../sf_beta.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_factorials_sf_binomial">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.factorials.sf_binomial"></a><a class="link" href="sf_binomial.html" title="Binomial Coefficients">Binomial Coefficients</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/factorials/sf_double_factorial.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/factorials/sf_double_factorial.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/factorials/sf_double_factorial.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="sf_factorial.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../factorials.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="sf_rising_factorial.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_factorials_sf_double_factorial">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.factorials.sf_double_factorial"></a><a class="link" href="sf_double_factorial.html" title="Double Factorial">Double Factorial</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/factorials/sf_factorial.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/factorials/sf_factorial.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/factorials/sf_factorial.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../factorials.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../factorials.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="sf_double_factorial.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_factorials_sf_factorial">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.factorials.sf_factorial"></a><a class="link" href="sf_factorial.html" title="Factorial">Factorial</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/factorials/sf_falling_factorial.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/factorials/sf_falling_factorial.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/factorials/sf_falling_factorial.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="sf_rising_factorial.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../factorials.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="sf_binomial.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_factorials_sf_falling_factorial">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.factorials.sf_falling_factorial"></a><a class="link" href="sf_falling_factorial.html" title="Falling Factorial">Falling
       Factorial</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/factorials/sf_rising_factorial.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/factorials/sf_rising_factorial.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/factorials/sf_rising_factorial.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="sf_double_factorial.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../factorials.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="sf_falling_factorial.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_factorials_sf_rising_factorial">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.factorials.sf_rising_factorial"></a><a class="link" href="sf_rising_factorial.html" title="Rising Factorial">Rising Factorial</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/fp_facets.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/fp_facets.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/fp_facets.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="sign_functions.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../utils.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="fp_facets/facets_intro.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_fp_facets">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.fp_facets"></a><a class="link" href="fp_facets.html" title="Facets for Floating-Point Infinities and NaNs">Facets for Floating-Point Infinities
     and NaNs</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/fp_facets/examples.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/fp_facets/examples.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/fp_facets/examples.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="reference.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../fp_facets.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="portability.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_fp_facets_examples">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.fp_facets.examples"></a><a class="link" href="examples.html" title="Examples">Examples</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/fp_facets/facets_intro.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/fp_facets/facets_intro.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/fp_facets/facets_intro.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../fp_facets.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../fp_facets.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="reference.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_fp_facets_facets_intro">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.fp_facets.facets_intro"></a><a class="link" href="facets_intro.html" title="Introduction">Introduction</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/fp_facets/portability.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/fp_facets/portability.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/fp_facets/portability.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="examples.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../fp_facets.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="rationale.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_fp_facets_portability">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.fp_facets.portability"></a><a class="link" href="portability.html" title="Portability">Portability</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/fp_facets/rationale.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/fp_facets/rationale.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/fp_facets/rationale.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="portability.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../fp_facets.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../next_float.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_fp_facets_rationale">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.fp_facets.rationale"></a><a class="link" href="rationale.html" title="Design Rationale">Design Rationale</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/fp_facets/reference.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/fp_facets/reference.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/fp_facets/reference.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="facets_intro.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../fp_facets.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="examples.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_fp_facets_reference">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.fp_facets.reference"></a><a class="link" href="reference.html" title="Reference">Reference</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/fpclass.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/fpclass.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/fpclass.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="rounding/modf.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../utils.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="sign_functions.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_fpclass">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.fpclass"></a><a class="link" href="fpclass.html" title="Floating-Point Classification: Infinities and NaNs">Floating-Point Classification: Infinities
     and NaNs</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/future.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/future.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/future.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="dist_ref/dist_algorithms.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../dist.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../special.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_future">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.future"></a><a class="link" href="future.html" title="Extras/Future Directions">Extras/Future Directions</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/gcd_credits.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/gcd_credits.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/gcd_credits.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="gcd_history.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../gcd_lcm.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../toolkit.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_gcd_credits">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.gcd_credits"></a><a class="link" href="gcd_credits.html" title="Credits">Credits</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/gcd_function_object.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/gcd_function_object.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/gcd_function_object.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="synopsis.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../gcd_lcm.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="lcm_function_object.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_gcd_function_object">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.gcd_function_object"></a><a class="link" href="gcd_function_object.html" title="GCD Function Object">GCD Function Object</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/gcd_header.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/gcd_header.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/gcd_header.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="compile_time.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../gcd_lcm.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="demo.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_gcd_header">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.gcd_header"></a><a class="link" href="gcd_header.html" title="Header &lt;boost/math/common_factor.hpp&gt;">Header &lt;boost/math/common_factor.hpp&gt;</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/gcd_history.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/gcd_history.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/gcd_history.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="rationale.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../gcd_lcm.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="gcd_credits.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_gcd_history">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.gcd_history"></a><a class="link" href="gcd_history.html" title="History">History</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/getting_best.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/getting_best.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/getting_best.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="interp.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../perf.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="comp_compilers.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_getting_best">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.getting_best"></a><a class="link" href="getting_best.html" title="Getting the Best Performance from this Library">Getting the Best Performance
     from this Library</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/hankel.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/hankel.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/hankel.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="bessel/sph_bessel.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../special.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="hankel/cyl_hankel.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_hankel">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.hankel"></a><a class="link" href="hankel.html" title="Hankel Functions">Hankel Functions</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/hankel/cyl_hankel.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/hankel/cyl_hankel.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/hankel/cyl_hankel.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../hankel.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../hankel.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="sph_hankel.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_hankel_cyl_hankel">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.hankel.cyl_hankel"></a><a class="link" href="cyl_hankel.html" title="Cyclic Hankel Functions">Cyclic Hankel Functions</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/hankel/sph_hankel.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/hankel/sph_hankel.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/hankel/sph_hankel.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="cyl_hankel.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../hankel.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../airy.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_hankel_sph_hankel">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.hankel.sph_hankel"></a><a class="link" href="sph_hankel.html" title="Spherical Hankel Functions">Spherical Hankel Functions</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/high_precision.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/high_precision.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/high_precision.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../using_udt.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../using_udt.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="high_precision/why_high_precision.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_high_precision">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.high_precision"></a><a class="link" href="high_precision.html" title="Using Boost.Math with High-Precision Floating-Point Libraries">Using Boost.Math with High-Precision
     Floating-Point Libraries</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/high_precision/e_float.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/high_precision/e_float.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/high_precision/e_float.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="use_mpfr.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../high_precision.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="use_ntl.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_high_precision_e_float">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.high_precision.e_float"></a><a class="link" href="e_float.html" title="Using e_float Library">Using e_float Library</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/high_precision/float128.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/high_precision/float128.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/high_precision/float128.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="use_multiprecision.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../high_precision.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="use_mpfr.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_high_precision_float128">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.high_precision.float128"></a><a class="link" href="float128.html" title="Using with GCC's __float128 datatype">Using with GCC's
       __float128 datatype</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/high_precision/use_mpfr.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/high_precision/use_mpfr.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/high_precision/use_mpfr.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="float128.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../high_precision.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="e_float.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_high_precision_use_mpfr">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.high_precision.use_mpfr"></a><a class="link" href="use_mpfr.html" title="Using With MPFR or GMP - High-Precision Floating-Point Library">Using With MPFR
       or GMP - High-Precision Floating-Point Library</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/high_precision/use_multiprecision.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/high_precision/use_multiprecision.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/high_precision/use_multiprecision.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="why_high_precision.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../high_precision.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="float128.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_high_precision_use_multiprecision">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.high_precision.use_multiprecision"></a><a class="link" href="use_multiprecision.html" title="Using Boost.Multiprecision">Using
       Boost.Multiprecision</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/high_precision/use_ntl.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/high_precision/use_ntl.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/high_precision/use_ntl.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="e_float.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../high_precision.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="using_test.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_high_precision_use_ntl">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.high_precision.use_ntl"></a><a class="link" href="use_ntl.html" title="Using NTL Library">Using NTL Library</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/high_precision/using_test.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/high_precision/using_test.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/high_precision/using_test.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="use_ntl.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../high_precision.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../concepts.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_high_precision_using_test">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.high_precision.using_test"></a><a class="link" href="using_test.html" title="Using without expression templates for Boost.Test and others">Using without
       expression templates for Boost.Test and others</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/high_precision/why_high_precision.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/high_precision/why_high_precision.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/high_precision/why_high_precision.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../high_precision.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../high_precision.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="use_multiprecision.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_high_precision_why_high_precision">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.high_precision.why_high_precision"></a><a class="link" href="why_high_precision.html" title="Why use a high-precision library rather than built-in floating-point types?">Why use
       a high-precision library rather than built-in floating-point types?</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/hints.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/hints.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/hints.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="conventions.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../overview.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="directories.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_hints">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.hints"></a><a class="link" href="hints.html" title="Other Hints and tips">Other Hints and tips</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/history1.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/history1.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/history1.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="building.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../overview.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overview_tr1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_history1">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.history1"></a><a class="link" href="history1.html" title="History and What's New">History and What's New</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/history2.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/history2.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/history2.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../status.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../status.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="issues.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_history2">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.history2"></a><a class="link" href="history2.html" title="History and What's New">History and What's New</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/internals1.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/internals1.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/internals1.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="internals_overview.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../toolkit.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="internals1/series_evaluation.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_internals1">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.internals1"></a><a class="link" href="internals1.html" title="Utilities &amp; internals">Utilities &amp; internals</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/internals1/cf.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/internals1/cf.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/internals1/cf.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="series_evaluation.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../internals1.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="rational.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_internals1_cf">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.internals1.cf"></a><a class="link" href="cf.html" title="Continued Fraction Evaluation">Continued Fraction Evaluation</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/internals1/minima.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/internals1/minima.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/internals1/minima.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="roots2.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../internals1.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="tuples.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_internals1_minima">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.internals1.minima"></a><a class="link" href="minima.html" title="Locating Function Minima: Brent's algorithm">Locating Function Minima:
       Brent's algorithm</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/internals1/rational.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/internals1/rational.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/internals1/rational.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="cf.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../internals1.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="roots.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_internals1_rational">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.internals1.rational"></a><a class="link" href="rational.html" title="Polynomial and Rational Function Evaluation">Polynomial and Rational
       Function Evaluation</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/internals1/roots.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/internals1/roots.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/internals1/roots.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="rational.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../internals1.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="roots2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_internals1_roots">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.internals1.roots"></a><a class="link" href="roots.html" title="Root Finding With Derivatives: Newton-Raphson, Halley &amp; Schroeder">Root Finding With Derivatives:
       Newton-Raphson, Halley &amp; Schroeder</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/internals1/roots2.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/internals1/roots2.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/internals1/roots2.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="roots.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../internals1.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="minima.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_internals1_roots2">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.internals1.roots2"></a><a class="link" href="roots2.html" title="Root Finding Without Derivatives: Bisection, Bracket and TOMS748">Root Finding Without
       Derivatives: Bisection, Bracket and TOMS748</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/internals1/series_evaluation.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/internals1/series_evaluation.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/internals1/series_evaluation.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../internals1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../internals1.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="cf.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_internals1_series_evaluation">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.internals1.series_evaluation"></a><a class="link" href="series_evaluation.html" title="Series Evaluation">Series Evaluation</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/internals1/tuples.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/internals1/tuples.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/internals1/tuples.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="minima.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../internals1.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../internals2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_internals1_tuples">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.internals1.tuples"></a><a class="link" href="tuples.html" title="Tuples">Tuples</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/internals2.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/internals2.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/internals2.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="internals1/tuples.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../toolkit.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="internals2/polynomials.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_internals2">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.internals2"></a><a class="link" href="internals2.html" title="Testing and Development">Testing and Development</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/internals2/error_test.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/internals2/error_test.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/internals2/error_test.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="minimax.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../internals2.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="test_data.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_internals2_error_test">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.internals2.error_test"></a><a class="link" href="error_test.html" title="Relative Error and Testing">Relative Error and
       Testing</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/internals2/minimax.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/internals2/minimax.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/internals2/minimax.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="polynomials.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../internals2.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="error_test.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_internals2_minimax">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.internals2.minimax"></a><a class="link" href="minimax.html" title="Minimax Approximations and the Remez Algorithm">Minimax Approximations
       and the Remez Algorithm</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/internals2/polynomials.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/internals2/polynomials.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/internals2/polynomials.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../internals2.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../internals2.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="minimax.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_internals2_polynomials">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.internals2.polynomials"></a><a class="link" href="polynomials.html" title="Polynomials">Polynomials</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/internals2/test_data.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/internals2/test_data.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/internals2/test_data.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="error_test.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../internals2.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../../using_udt.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_internals2_test_data">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.internals2.test_data"></a><a class="link" href="test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions">Graphing, Profiling,
       and Generating Test Data for Special Functions</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/internals_overview.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/internals_overview.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/internals_overview.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../toolkit.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../toolkit.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="internals1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_internals_overview">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.internals_overview"></a><a class="link" href="internals_overview.html" title="Overview">Overview</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/interp.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/interp.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/interp.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="perf_over2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../perf.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="getting_best.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_interp">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.interp"></a><a class="link" href="interp.html" title="Interpreting these Results">Interpreting these Results</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/intro_pol_overview.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/intro_pol_overview.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/intro_pol_overview.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="config_macros.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../overview.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="threads.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_intro_pol_overview">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.intro_pol_overview"></a><a class="link" href="intro_pol_overview.html" title="Policies">Policies</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/introduction.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/introduction.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/introduction.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../gcd_lcm.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../gcd_lcm.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="synopsis.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_introduction">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.introduction"></a><a class="link" href="introduction.html" title="Introduction">Introduction</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/inv_hyper.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/inv_hyper.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/inv_hyper.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="sinc/sinhc_pi.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../special.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="inv_hyper/inv_hyper_over.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_inv_hyper">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.inv_hyper"></a><a class="link" href="inv_hyper.html" title="Inverse Hyperbolic Functions">Inverse Hyperbolic Functions</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/inv_hyper/acosh.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/inv_hyper/acosh.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/inv_hyper/acosh.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="inv_hyper_over.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../inv_hyper.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="asinh.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_inv_hyper_acosh">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.inv_hyper.acosh"></a><a class="link" href="acosh.html" title="acosh">acosh</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/inv_hyper/asinh.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/inv_hyper/asinh.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/inv_hyper/asinh.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="acosh.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../inv_hyper.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="atanh.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_inv_hyper_asinh">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.inv_hyper.asinh"></a><a class="link" href="asinh.html" title="asinh">asinh</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/inv_hyper/atanh.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/inv_hyper/atanh.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/inv_hyper/atanh.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="asinh.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../inv_hyper.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../owens_t.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_inv_hyper_atanh">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.inv_hyper.atanh"></a><a class="link" href="atanh.html" title="atanh">atanh</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/inv_hyper/inv_hyper_over.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/inv_hyper/inv_hyper_over.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/inv_hyper/inv_hyper_over.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../inv_hyper.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../inv_hyper.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="acosh.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_inv_hyper_inv_hyper_over">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.inv_hyper.inv_hyper_over"></a><a class="link" href="inv_hyper_over.html" title="Inverse Hyperbolic Functions Overview">Inverse Hyperbolic
       Functions Overview</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/issues.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/issues.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/issues.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="history2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../status.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="credits.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_issues">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.issues"></a><a class="link" href="issues.html" title="Known Issues, and TODO List">Known Issues, and TODO List</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/jacobi.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/jacobi.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/jacobi.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="ellint/ellint_3.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../special.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="jacobi/jac_over.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_jacobi">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.jacobi"></a><a class="link" href="jacobi.html" title="Jacobi Elliptic Functions">Jacobi Elliptic Functions</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/jacobi/jac_over.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/jacobi/jac_over.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/jacobi/jac_over.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../jacobi.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../jacobi.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="jacobi_elliptic.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_jacobi_jac_over">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.jacobi.jac_over"></a><a class="link" href="jac_over.html" title="Overvew of the Jacobi Elliptic Functions">Overvew of the Jacobi Elliptic
       Functions</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_cd.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_cd.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_cd.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="jacobi_elliptic.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../jacobi.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="jacobi_cn.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_jacobi_jacobi_cd">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.jacobi.jacobi_cd"></a><a class="link" href="jacobi_cd.html" title="Jacobi Elliptic Function cd">Jacobi Elliptic Function
       cd</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_cn.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_cn.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_cn.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="jacobi_cd.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../jacobi.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="jacobi_cs.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_jacobi_jacobi_cn">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.jacobi.jacobi_cn"></a><a class="link" href="jacobi_cn.html" title="Jacobi Elliptic Function cn">Jacobi Elliptic Function
       cn</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_cs.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_cs.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_cs.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="jacobi_cn.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../jacobi.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="jacobi_dc.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_jacobi_jacobi_cs">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.jacobi.jacobi_cs"></a><a class="link" href="jacobi_cs.html" title="Jacobi Elliptic Function cs">Jacobi Elliptic Function
       cs</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_dc.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_dc.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_dc.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="jacobi_cs.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../jacobi.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="jacobi_dn.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_jacobi_jacobi_dc">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.jacobi.jacobi_dc"></a><a class="link" href="jacobi_dc.html" title="Jacobi Elliptic Function dc">Jacobi Elliptic Function
       dc</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_dn.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_dn.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_dn.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="jacobi_dc.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../jacobi.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="jacobi_ds.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_jacobi_jacobi_dn">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.jacobi.jacobi_dn"></a><a class="link" href="jacobi_dn.html" title="Jacobi Elliptic Function dn">Jacobi Elliptic Function
       dn</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_ds.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_ds.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_ds.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="jacobi_dn.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../jacobi.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="jacobi_nc.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_jacobi_jacobi_ds">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.jacobi.jacobi_ds"></a><a class="link" href="jacobi_ds.html" title="Jacobi Elliptic Function ds">Jacobi Elliptic Function
       ds</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_elliptic.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_elliptic.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_elliptic.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="jac_over.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../jacobi.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="jacobi_cd.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_jacobi_jacobi_elliptic">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.jacobi.jacobi_elliptic"></a><a class="link" href="jacobi_elliptic.html" title="Jacobi Elliptic SN, CN and DN">Jacobi Elliptic
       SN, CN and DN</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_nc.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_nc.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_nc.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="jacobi_ds.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../jacobi.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="jacobi_nd.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_jacobi_jacobi_nc">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.jacobi.jacobi_nc"></a><a class="link" href="jacobi_nc.html" title="Jacobi Elliptic Function nc">Jacobi Elliptic Function
       nc</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_nd.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_nd.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_nd.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="jacobi_nc.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../jacobi.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="jacobi_ns.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_jacobi_jacobi_nd">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.jacobi.jacobi_nd"></a><a class="link" href="jacobi_nd.html" title="Jacobi Elliptic Function nd">Jacobi Elliptic Function
       nd</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_ns.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_ns.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_ns.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="jacobi_nd.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../jacobi.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="jacobi_sc.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_jacobi_jacobi_ns">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.jacobi.jacobi_ns"></a><a class="link" href="jacobi_ns.html" title="Jacobi Elliptic Function ns">Jacobi Elliptic Function
       ns</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_sc.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_sc.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_sc.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="jacobi_ns.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../jacobi.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="jacobi_sd.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_jacobi_jacobi_sc">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.jacobi.jacobi_sc"></a><a class="link" href="jacobi_sc.html" title="Jacobi Elliptic Function sc">Jacobi Elliptic Function
       sc</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_sd.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_sd.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_sd.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="jacobi_sc.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../jacobi.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="jacobi_sn.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_jacobi_jacobi_sd">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.jacobi.jacobi_sd"></a><a class="link" href="jacobi_sd.html" title="Jacobi Elliptic Function sd">Jacobi Elliptic Function
       sd</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_sn.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_sn.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/jacobi/jacobi_sn.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="jacobi_sd.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../jacobi.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../zetas.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_jacobi_jacobi_sn">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.jacobi.jacobi_sn"></a><a class="link" href="jacobi_sn.html" title="Jacobi Elliptic Function sn">Jacobi Elliptic Function
       sn</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/lanczos.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/lanczos.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/lanczos.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="relative_error.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../backgrounders.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="remez.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_lanczos">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.lanczos"></a><a class="link" href="lanczos.html" title="The Lanczos Approximation">The Lanczos Approximation</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/lcm_function_object.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/lcm_function_object.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/lcm_function_object.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="gcd_function_object.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../gcd_lcm.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="run_time.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_lcm_function_object">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.lcm_function_object"></a><a class="link" href="lcm_function_object.html" title="LCM Function Object">LCM Function Object</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/main_faq.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/main_faq.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/main_faq.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="overview_tr1.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../overview.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="contact.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_main_faq">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.main_faq"></a><a class="link" href="main_faq.html" title="Frequently Asked Questions FAQ">Frequently Asked Questions FAQ</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/main_intro.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/main_intro.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/main_intro.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../overview.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../overview.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="navigation.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_main_intro">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.main_intro"></a><a class="link" href="main_intro.html" title="About the Math Toolkit">About the Math Toolkit</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/main_tr1.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/main_tr1.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/main_tr1.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../extern_c.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../extern_c.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="c99.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_main_tr1">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.main_tr1"></a><a class="link" href="main_tr1.html" title="C99 and TR1 C Functions Overview">C99 and TR1 C Functions Overview</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/mem_typedef.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/mem_typedef.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/mem_typedef.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="spec.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../quaternions.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="quat_mem_fun.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_mem_typedef">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.mem_typedef"></a><a class="link" href="mem_typedef.html" title="Quaternion Member Typedefs">Quaternion Member Typedefs</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/namespaces.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/namespaces.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/namespaces.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="directories.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../overview.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="result_type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_namespaces">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.namespaces"></a><a class="link" href="namespaces.html" title="Namespaces">Namespaces</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/navigation.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/navigation.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/navigation.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,12 +22,12 @@
 <div class="spirit-nav">
 <a accesskey="p" href="main_intro.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../overview.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="conventions.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_navigation">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.navigation"></a><a class="link" href="navigation.html" title="Navigation">Navigation</a>
 </h2></div></div></div>
 <p>
- <a class="indexterm" name="id861974"></a>
+ <a class="indexterm" name="id858703"></a>
     </p>
 <p>
       Boost.Math documentation is provided in both HTML and PDF formats.

Modified: branches/release/libs/math/doc/html/math_toolkit/new_const.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/new_const.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/new_const.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="constants.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../constants.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="constants_faq.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_new_const">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.new_const"></a><a class="link" href="new_const.html" title="Defining New Constants">Defining New Constants</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/next_float.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/next_float.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/next_float.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="fp_facets/rationale.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../utils.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="next_float/nextafter.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_next_float">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.next_float"></a><a class="link" href="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>

Modified: branches/release/libs/math/doc/html/math_toolkit/next_float/float_advance.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/next_float/float_advance.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/next_float/float_advance.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="float_distance.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../next_float.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../../extern_c.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_next_float_float_advance">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.next_float.float_advance"></a><a class="link" href="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>

Modified: branches/release/libs/math/doc/html/math_toolkit/next_float/float_distance.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/next_float/float_distance.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/next_float/float_distance.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="float_prior.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../next_float.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="float_advance.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_next_float_float_distance">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.next_float.float_distance"></a><a class="link" href="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>

Modified: branches/release/libs/math/doc/html/math_toolkit/next_float/float_next.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/next_float/float_next.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/next_float/float_next.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="nextafter.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../next_float.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="float_prior.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_next_float_float_next">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.next_float.float_next"></a><a class="link" href="float_next.html" title="Finding the Next Greater Representable Value (float_next)">Finding the Next
       Greater Representable Value (float_next)</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/next_float/float_prior.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/next_float/float_prior.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/next_float/float_prior.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="float_next.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../next_float.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="float_distance.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_next_float_float_prior">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.next_float.float_prior"></a><a class="link" href="float_prior.html" title="Finding the Next Smaller Representable Value (float_prior)">Finding the Next
       Smaller Representable Value (float_prior)</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/next_float/nextafter.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/next_float/nextafter.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/next_float/nextafter.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../next_float.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../next_float.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="float_next.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_next_float_nextafter">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.next_float.nextafter"></a><a class="link" href="nextafter.html" title="Finding the Next Representable Value in a Specific Direction (nextafter)">Finding the Next Representable
       Value in a Specific Direction (nextafter)</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/oct_create.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/oct_create.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/oct_create.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="oct_value_ops.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../octonions.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="oct_trans.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_oct_create">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.oct_create"></a><a class="link" href="oct_create.html" title="Octonion Creation Functions">Octonion Creation Functions</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/oct_header.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/oct_header.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/oct_header.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="oct_overview.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../octonions.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="oct_synopsis.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_oct_header">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.oct_header"></a><a class="link" href="oct_header.html" title="Header File">Header File</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/oct_history.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/oct_history.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/oct_history.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="acknowledgements.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../octonions.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="oct_todo.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_oct_history">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.oct_history"></a><a class="link" href="oct_history.html" title="History">History</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/oct_mem_fun.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/oct_mem_fun.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/oct_mem_fun.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="oct_typedefs.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../octonions.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="oct_non_mem.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_oct_mem_fun">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.oct_mem_fun"></a><a class="link" href="oct_mem_fun.html" title="Octonion Member Functions">Octonion Member Functions</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/oct_non_mem.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/oct_non_mem.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/oct_non_mem.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="oct_mem_fun.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../octonions.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="oct_value_ops.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_oct_non_mem">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.oct_non_mem"></a><a class="link" href="oct_non_mem.html" title="Octonion Non-Member Operators">Octonion Non-Member Operators</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/oct_overview.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/oct_overview.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/oct_overview.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../octonions.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../octonions.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="oct_header.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_oct_overview">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.oct_overview"></a><a class="link" href="oct_overview.html" title="Overview">Overview</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/oct_specialization.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/oct_specialization.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/oct_specialization.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="octonion.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../octonions.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="oct_typedefs.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_oct_specialization">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.oct_specialization"></a><a class="link" href="oct_specialization.html" title="Octonion Specializations">Octonion Specializations</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/oct_synopsis.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/oct_synopsis.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/oct_synopsis.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="oct_header.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../octonions.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="octonion.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_oct_synopsis">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.oct_synopsis"></a><a class="link" href="oct_synopsis.html" title="Synopsis">Synopsis</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/oct_tests.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/oct_tests.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/oct_tests.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="oct_trans.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../octonions.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="acknowledgements.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_oct_tests">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.oct_tests"></a><a class="link" href="oct_tests.html" title="Test Program">Test Program</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/oct_todo.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/oct_todo.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/oct_todo.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="oct_history.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../octonions.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../gcd_lcm.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_oct_todo">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.oct_todo"></a><a class="link" href="oct_todo.html" title="To Do">To Do</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/oct_trans.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/oct_trans.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/oct_trans.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="oct_create.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../octonions.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="oct_tests.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_oct_trans">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.oct_trans"></a><a class="link" href="oct_trans.html" title="Octonions Transcendentals">Octonions Transcendentals</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/oct_typedefs.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/oct_typedefs.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/oct_typedefs.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="oct_specialization.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../octonions.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="oct_mem_fun.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_oct_typedefs">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.oct_typedefs"></a><a class="link" href="oct_typedefs.html" title="Octonion Member Typedefs">Octonion Member Typedefs</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/oct_value_ops.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/oct_value_ops.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/oct_value_ops.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="oct_non_mem.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../octonions.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="oct_create.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_oct_value_ops">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.oct_value_ops"></a><a class="link" href="oct_value_ops.html" title="Octonion Value Operations">Octonion Value Operations</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/octonion.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/octonion.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/octonion.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="oct_synopsis.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../octonions.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="oct_specialization.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_octonion">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.octonion"></a><a class="link" href="octonion.html" title="Template Class octonion">Template Class octonion</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/overview_tr1.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/overview_tr1.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/overview_tr1.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="history1.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../overview.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="main_faq.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_overview_tr1">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.overview_tr1"></a><a class="link" href="overview_tr1.html" title="C99 and C++ TR1 C-style Functions">C99 and C++ TR1 C-style Functions</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/owens_t.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/owens_t.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/owens_t.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="inv_hyper/atanh.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../special.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../utils.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_owens_t">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.owens_t"></a><a class="link" href="owens_t.html" title="Owen's T function">Owen's T function</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/perf_over1.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/perf_over1.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/perf_over1.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="threads.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../overview.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="building.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_perf_over1">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.perf_over1"></a><a class="link" href="perf_over1.html" title="Performance">Performance</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/perf_over2.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/perf_over2.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/perf_over2.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../perf.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../perf.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="interp.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_perf_over2">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.perf_over2"></a><a class="link" href="perf_over2.html" title="Performance Overview">Performance Overview</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/perf_test_app.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/perf_test_app.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/perf_test_app.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="comparisons.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../perf.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../backgrounders.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_perf_test_app">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.perf_test_app"></a><a class="link" href="perf_test_app.html" title="The Performance Test Application">The Performance Test Application</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/pol_overview.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/pol_overview.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/pol_overview.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../policy.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../policy.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="pol_tutorial.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_pol_overview">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.pol_overview"></a><a class="link" href="pol_overview.html" title="Policy Overview">Policy Overview</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/pol_ref.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/pol_ref.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/pol_ref.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="pol_tutorial/understand_dis_quant.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../policy.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="pol_ref/error_handling_policies.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_pol_ref">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.pol_ref"></a><a class="link" href="pol_ref.html" title="Policy Reference">Policy Reference</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/pol_ref/assert_undefined.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/pol_ref/assert_undefined.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/pol_ref/assert_undefined.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="internal_promotion.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../pol_ref.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="discrete_quant_ref.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_pol_ref_assert_undefined">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.pol_ref.assert_undefined"></a><a class="link" href="assert_undefined.html" title="Mathematically Undefined Function Policies">Mathematically
       Undefined Function Policies</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/pol_ref/discrete_quant_ref.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/pol_ref/discrete_quant_ref.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/pol_ref/discrete_quant_ref.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="assert_undefined.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../pol_ref.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="precision_pol.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_pol_ref_discrete_quant_ref">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.pol_ref.discrete_quant_ref"></a><a class="link" href="discrete_quant_ref.html" title="Discrete Quantile Policies">Discrete Quantile
       Policies</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/pol_ref/error_handling_policies.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/pol_ref/error_handling_policies.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/pol_ref/error_handling_policies.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../pol_ref.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../pol_ref.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="internal_promotion.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_pol_ref_error_handling_policies">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.pol_ref.error_handling_policies"></a><a class="link" href="error_handling_policies.html" title="Error Handling Policies">Error Handling
       Policies</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/pol_ref/internal_promotion.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/pol_ref/internal_promotion.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/pol_ref/internal_promotion.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="error_handling_policies.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../pol_ref.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="assert_undefined.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_pol_ref_internal_promotion">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.pol_ref.internal_promotion"></a><a class="link" href="internal_promotion.html" title="Internal Floating-point Promotion Policies">Internal Floating-point
       Promotion Policies</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/pol_ref/iteration_pol.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/pol_ref/iteration_pol.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/pol_ref/iteration_pol.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="precision_pol.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../pol_ref.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="policy_defaults.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_pol_ref_iteration_pol">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.pol_ref.iteration_pol"></a><a class="link" href="iteration_pol.html" title="Iteration Limits Policies">Iteration Limits
       Policies</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/pol_ref/namespace_pol.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/pol_ref/namespace_pol.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/pol_ref/namespace_pol.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="policy_defaults.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../pol_ref.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="pol_ref_ref.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_pol_ref_namespace_pol">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.pol_ref.namespace_pol"></a><a class="link" href="namespace_pol.html" title="Setting Polices at Namespace Scope">Setting Polices at
       Namespace Scope</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/pol_ref/pol_ref_ref.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/pol_ref/pol_ref_ref.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/pol_ref/pol_ref_ref.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="namespace_pol.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../pol_ref.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../../perf.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_pol_ref_pol_ref_ref">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.pol_ref.pol_ref_ref"></a><a class="link" href="pol_ref_ref.html" title="Policy Class Reference">Policy Class Reference</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/pol_ref/policy_defaults.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/pol_ref/policy_defaults.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/pol_ref/policy_defaults.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="iteration_pol.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../pol_ref.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="namespace_pol.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_pol_ref_policy_defaults">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.pol_ref.policy_defaults"></a><a class="link" href="policy_defaults.html" title="Using Macros to Change the Policy Defaults">Using Macros to
       Change the Policy Defaults</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/pol_ref/precision_pol.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/pol_ref/precision_pol.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/pol_ref/precision_pol.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="discrete_quant_ref.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../pol_ref.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="iteration_pol.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_pol_ref_precision_pol">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.pol_ref.precision_pol"></a><a class="link" href="precision_pol.html" title="Precision Policies">Precision Policies</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/pol_tutorial.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/pol_tutorial.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/pol_tutorial.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="pol_overview.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../policy.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="pol_tutorial/what_is_a_policy.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_pol_tutorial">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.pol_tutorial"></a><a class="link" href="pol_tutorial.html" title="Policy Tutorial">Policy Tutorial</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/pol_tutorial/ad_hoc_dist_policies.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/pol_tutorial/ad_hoc_dist_policies.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/pol_tutorial/ad_hoc_dist_policies.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="changing_policy_defaults.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../pol_tutorial.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="ad_hoc_sf_policies.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_pol_tutorial_ad_hoc_dist_policies">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.pol_tutorial.ad_hoc_dist_policies"></a><a class="link" href="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>

Modified: branches/release/libs/math/doc/html/math_toolkit/pol_tutorial/ad_hoc_sf_policies.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/pol_tutorial/ad_hoc_sf_policies.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/pol_tutorial/ad_hoc_sf_policies.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="ad_hoc_dist_policies.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../pol_tutorial.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="namespace_policies.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_pol_tutorial_ad_hoc_sf_policies">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.pol_tutorial.ad_hoc_sf_policies"></a><a class="link" href="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>

Modified: branches/release/libs/math/doc/html/math_toolkit/pol_tutorial/changing_policy_defaults.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/pol_tutorial/changing_policy_defaults.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/pol_tutorial/changing_policy_defaults.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="policy_usage.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../pol_tutorial.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="ad_hoc_dist_policies.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_pol_tutorial_changing_policy_defaults">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.pol_tutorial.changing_policy_defaults"></a><a class="link" href="changing_policy_defaults.html" title="Changing the Policy Defaults">Changing
       the Policy Defaults</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/pol_tutorial/namespace_policies.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/pol_tutorial/namespace_policies.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/pol_tutorial/namespace_policies.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="ad_hoc_sf_policies.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../pol_tutorial.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="user_def_err_pol.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_pol_tutorial_namespace_policies">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.pol_tutorial.namespace_policies"></a><a class="link" href="namespace_policies.html" title="Setting Policies at Namespace or Translation Unit Scope">Setting
       Policies at Namespace or Translation Unit Scope</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/pol_tutorial/policy_tut_defaults.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/pol_tutorial/policy_tut_defaults.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/pol_tutorial/policy_tut_defaults.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="what_is_a_policy.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../pol_tutorial.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="policy_usage.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_pol_tutorial_policy_tut_defaults">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.pol_tutorial.policy_tut_defaults"></a><a class="link" href="policy_tut_defaults.html" title="Policies Have Sensible Defaults">Policies
       Have Sensible Defaults</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/pol_tutorial/policy_usage.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/pol_tutorial/policy_usage.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/pol_tutorial/policy_usage.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="policy_tut_defaults.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../pol_tutorial.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="changing_policy_defaults.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_pol_tutorial_policy_usage">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.pol_tutorial.policy_usage"></a><a class="link" href="policy_usage.html" title="So How are Policies Used Anyway?">So How are Policies
       Used Anyway?</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/pol_tutorial/understand_dis_quant.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/pol_tutorial/understand_dis_quant.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/pol_tutorial/understand_dis_quant.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="user_def_err_pol.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../pol_tutorial.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../pol_ref.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_pol_tutorial_understand_dis_quant">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.pol_tutorial.understand_dis_quant"></a><a class="link" href="understand_dis_quant.html" title="Understanding Quantiles of Discrete Distributions">Understanding
       Quantiles of Discrete Distributions</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/pol_tutorial/user_def_err_pol.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/pol_tutorial/user_def_err_pol.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/pol_tutorial/user_def_err_pol.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="namespace_policies.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../pol_tutorial.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="understand_dis_quant.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_pol_tutorial_user_def_err_pol">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.pol_tutorial.user_def_err_pol"></a><a class="link" href="user_def_err_pol.html" title="Calling User Defined Error Handlers">Calling User
       Defined Error Handlers</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/pol_tutorial/what_is_a_policy.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/pol_tutorial/what_is_a_policy.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/pol_tutorial/what_is_a_policy.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../pol_tutorial.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../pol_tutorial.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="policy_tut_defaults.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_pol_tutorial_what_is_a_policy">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.pol_tutorial.what_is_a_policy"></a><a class="link" href="what_is_a_policy.html" title="So Just What is a Policy Anyway?">So Just What
       is a Policy Anyway?</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/powers.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/powers.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/powers.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="expint/expint_i.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../special.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="powers/sin_pi.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_powers">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.powers"></a><a class="link" href="powers.html" title="Basic Functions">Basic Functions</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/powers/cbrt.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/powers/cbrt.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/powers/cbrt.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="expm1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../powers.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="sqrt1pm1.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_powers_cbrt">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.powers.cbrt"></a><a class="link" href="cbrt.html" title="cbrt">cbrt</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/powers/cos_pi.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/powers/cos_pi.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/powers/cos_pi.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="sin_pi.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../powers.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="log1p.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_powers_cos_pi">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.powers.cos_pi"></a><a class="link" href="cos_pi.html" title="cos_pi">cos_pi</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/powers/ct_pow.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/powers/ct_pow.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/powers/ct_pow.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="hypot.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../powers.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../sinc.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_powers_ct_pow">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.powers.ct_pow"></a><a class="link" href="ct_pow.html" title="Compile Time Power of a Runtime Base">Compile Time Power of a Runtime
       Base</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/powers/expm1.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/powers/expm1.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/powers/expm1.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="log1p.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../powers.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="cbrt.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_powers_expm1">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.powers.expm1"></a><a class="link" href="expm1.html" title="expm1">expm1</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/powers/hypot.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/powers/hypot.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/powers/hypot.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="powm1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../powers.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="ct_pow.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_powers_hypot">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.powers.hypot"></a><a class="link" href="hypot.html" title="hypot">hypot</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/powers/log1p.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/powers/log1p.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/powers/log1p.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="cos_pi.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../powers.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="expm1.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_powers_log1p">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.powers.log1p"></a><a class="link" href="log1p.html" title="log1p">log1p</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/powers/powm1.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/powers/powm1.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/powers/powm1.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="sqrt1pm1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../powers.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="hypot.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_powers_powm1">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.powers.powm1"></a><a class="link" href="powm1.html" title="powm1">powm1</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/powers/sin_pi.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/powers/sin_pi.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/powers/sin_pi.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../powers.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../powers.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="cos_pi.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_powers_sin_pi">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.powers.sin_pi"></a><a class="link" href="sin_pi.html" title="sin_pi">sin_pi</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/powers/sqrt1pm1.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/powers/sqrt1pm1.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/powers/sqrt1pm1.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="cbrt.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../powers.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="powm1.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_powers_sqrt1pm1">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.powers.sqrt1pm1"></a><a class="link" href="sqrt1pm1.html" title="sqrt1pm1">sqrt1pm1</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/quat.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/quat.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/quat.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="quat_synopsis.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../quaternions.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="spec.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_quat">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.quat"></a><a class="link" href="quat.html" title="Template Class quaternion">Template Class quaternion</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/quat_header.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/quat_header.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/quat_header.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="quat_overview.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../quaternions.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="quat_synopsis.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_quat_header">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.quat_header"></a><a class="link" href="quat_header.html" title="Header File">Header File</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/quat_history.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/quat_history.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/quat_history.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="acknowledgement.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../quaternions.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="quat_todo.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_quat_history">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.quat_history"></a><a class="link" href="quat_history.html" title="History">History</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/quat_mem_fun.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/quat_mem_fun.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/quat_mem_fun.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="mem_typedef.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../quaternions.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="quat_non_mem.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_quat_mem_fun">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.quat_mem_fun"></a><a class="link" href="quat_mem_fun.html" title="Quaternion Member Functions">Quaternion Member Functions</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/quat_non_mem.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/quat_non_mem.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/quat_non_mem.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="quat_mem_fun.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../quaternions.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="value_op.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_quat_non_mem">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.quat_non_mem"></a><a class="link" href="quat_non_mem.html" title="Quaternion Non-Member Operators">Quaternion Non-Member Operators</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/quat_overview.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/quat_overview.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/quat_overview.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../quaternions.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../quaternions.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="quat_header.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_quat_overview">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.quat_overview"></a><a class="link" href="quat_overview.html" title="Overview">Overview</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/quat_synopsis.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/quat_synopsis.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/quat_synopsis.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="quat_header.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../quaternions.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="quat.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_quat_synopsis">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.quat_synopsis"></a><a class="link" href="quat_synopsis.html" title="Synopsis">Synopsis</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/quat_tests.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/quat_tests.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/quat_tests.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="trans.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../quaternions.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="exp.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_quat_tests">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.quat_tests"></a><a class="link" href="quat_tests.html" title="Test Program">Test Program</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/quat_todo.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/quat_todo.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/quat_todo.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="quat_history.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../quaternions.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../octonions.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_quat_todo">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.quat_todo"></a><a class="link" href="quat_todo.html" title="To Do">To Do</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/rationale.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/rationale.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/rationale.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="demo.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../gcd_lcm.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="gcd_history.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_rationale">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.rationale"></a><a class="link" href="rationale.html" title="Rationale">Rationale</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/refs.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/refs.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/refs.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="remez.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../backgrounders.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../status.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_refs">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.refs"></a><a class="link" href="refs.html" title="References">References</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/relative_error.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/relative_error.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/relative_error.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -6,7 +6,7 @@
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="../index.html" title="Math Toolkit">
 <link rel="up" href="../backgrounders.html" title="Chapter&#160;15.&#160;Backgrounders">
-<link rel="prev" href="sf_implementation.html" title="Additional Implementation Notes">
+<link rel="prev" href="special_tut/special_tut_test.html" title="Testing">
 <link rel="next" href="lanczos.html" title="The Lanczos Approximation">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -20,9 +20,9 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="sf_implementation.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../backgrounders.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="lanczos.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="special_tut/special_tut_test.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../backgrounders.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="lanczos.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_relative_error">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.relative_error"></a><a class="link" href="relative_error.html" title="Relative Error">Relative Error</a>
 </h2></div></div></div>
@@ -116,7 +116,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="sf_implementation.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../backgrounders.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="lanczos.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="special_tut/special_tut_test.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../backgrounders.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="lanczos.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: branches/release/libs/math/doc/html/math_toolkit/remez.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/remez.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/remez.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="lanczos.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../backgrounders.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="refs.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_remez">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.remez"></a><a class="link" href="remez.html" title="The Remez Method">The Remez Method</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/result_type.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/result_type.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/result_type.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="namespaces.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../overview.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="error_handling.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_result_type">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.result_type"></a><a class="link" href="result_type.html" title="Calculation of the Type of the Result">Calculation of the Type of the
     Result</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/rounding.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/rounding.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/rounding.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../utils.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../utils.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="rounding/round.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_rounding">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.rounding"></a><a class="link" href="rounding.html" title="Rounding Truncation and Integer Conversion">Rounding Truncation and Integer
     Conversion</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/rounding/modf.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/rounding/modf.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/rounding/modf.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="trunc.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../rounding.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../fpclass.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_rounding_modf">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.rounding.modf"></a><a class="link" href="modf.html" title="Integer and Fractional Part Splitting (modf)">Integer and Fractional Part
       Splitting (modf)</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/rounding/round.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/rounding/round.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/rounding/round.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../rounding.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../rounding.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="trunc.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_rounding_round">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.rounding.round"></a><a class="link" href="round.html" title="Rounding Functions">Rounding Functions</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/rounding/trunc.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/rounding/trunc.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/rounding/trunc.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="round.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../rounding.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="modf.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_rounding_trunc">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.rounding.trunc"></a><a class="link" href="trunc.html" title="Truncation Functions">Truncation Functions</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/run_time.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/run_time.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/run_time.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="lcm_function_object.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../gcd_lcm.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="compile_time.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_run_time">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.run_time"></a><a class="link" href="run_time.html" title="Run-time GCD &amp; LCM Determination">Run-time GCD &amp; LCM Determination</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/sf_beta.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/sf_beta.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/sf_beta.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="factorials/sf_binomial.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../special.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="sf_beta/beta_function.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_sf_beta">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.sf_beta"></a><a class="link" href="sf_beta.html" title="Beta Functions">Beta Functions</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/sf_beta/beta_derivative.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/sf_beta/beta_derivative.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/sf_beta/beta_derivative.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="ibeta_inv_function.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../sf_beta.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../sf_erf.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_sf_beta_beta_derivative">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.sf_beta.beta_derivative"></a><a class="link" href="beta_derivative.html" title="Derivative of the Incomplete Beta Function">Derivative of the
       Incomplete Beta Function</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/sf_beta/beta_function.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/sf_beta/beta_function.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/sf_beta/beta_function.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../sf_beta.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../sf_beta.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="ibeta_function.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_sf_beta_beta_function">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.sf_beta.beta_function"></a><a class="link" href="beta_function.html" title="Beta">Beta</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/sf_beta/ibeta_function.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/sf_beta/ibeta_function.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/sf_beta/ibeta_function.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="beta_function.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../sf_beta.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="ibeta_inv_function.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_sf_beta_ibeta_function">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.sf_beta.ibeta_function"></a><a class="link" href="ibeta_function.html" title="Incomplete Beta Functions">Incomplete Beta
       Functions</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/sf_beta/ibeta_inv_function.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/sf_beta/ibeta_inv_function.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/sf_beta/ibeta_inv_function.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="ibeta_function.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../sf_beta.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="beta_derivative.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_sf_beta_ibeta_inv_function">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.sf_beta.ibeta_inv_function"></a><a class="link" href="ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">The Incomplete
       Beta Function Inverses</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/sf_erf.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/sf_erf.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/sf_erf.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="sf_beta/beta_derivative.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../special.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="sf_erf/error_function.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_sf_erf">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.sf_erf"></a><a class="link" href="sf_erf.html" title="Error Functions">Error Functions</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/sf_erf/error_function.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/sf_erf/error_function.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/sf_erf/error_function.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../sf_erf.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../sf_erf.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="error_inv.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_sf_erf_error_function">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.sf_erf.error_function"></a><a class="link" href="error_function.html" title="Error Functions">Error Functions</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/sf_erf/error_inv.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/sf_erf/error_inv.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/sf_erf/error_inv.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="error_function.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../sf_erf.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../sf_poly.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_sf_erf_error_inv">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.sf_erf.error_inv"></a><a class="link" href="error_inv.html" title="Error Function Inverses">Error Function Inverses</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/sf_gamma.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/sf_gamma.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/sf_gamma.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../special.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../special.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="sf_gamma/tgamma.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_sf_gamma">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.sf_gamma"></a><a class="link" href="sf_gamma.html" title="Gamma Functions">Gamma Functions</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/sf_gamma/digamma.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/sf_gamma/digamma.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/sf_gamma/digamma.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="lgamma.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../sf_gamma.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="gamma_ratios.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_sf_gamma_digamma">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.sf_gamma.digamma"></a><a class="link" href="digamma.html" title="Digamma">Digamma</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/sf_gamma/gamma_derivatives.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/sf_gamma/gamma_derivatives.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/sf_gamma/gamma_derivatives.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="igamma_inv.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../sf_gamma.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../factorials.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_sf_gamma_gamma_derivatives">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.sf_gamma.gamma_derivatives"></a><a class="link" href="gamma_derivatives.html" title="Derivative of the Incomplete Gamma Function">Derivative of
       the Incomplete Gamma Function</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/sf_gamma/gamma_ratios.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/sf_gamma/gamma_ratios.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/sf_gamma/gamma_ratios.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="digamma.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../sf_gamma.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="igamma.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_sf_gamma_gamma_ratios">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.sf_gamma.gamma_ratios"></a><a class="link" href="gamma_ratios.html" title="Ratios of Gamma Functions">Ratios of Gamma Functions</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/sf_gamma/igamma.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/sf_gamma/igamma.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/sf_gamma/igamma.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="gamma_ratios.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../sf_gamma.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="igamma_inv.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_sf_gamma_igamma">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.sf_gamma.igamma"></a><a class="link" href="igamma.html" title="Incomplete Gamma Functions">Incomplete Gamma Functions</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/sf_gamma/igamma_inv.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/sf_gamma/igamma_inv.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/sf_gamma/igamma_inv.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="igamma.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../sf_gamma.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="gamma_derivatives.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_sf_gamma_igamma_inv">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.sf_gamma.igamma_inv"></a><a class="link" href="igamma_inv.html" title="Incomplete Gamma Function Inverses">Incomplete Gamma Function
       Inverses</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/sf_gamma/lgamma.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/sf_gamma/lgamma.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/sf_gamma/lgamma.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="tgamma.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../sf_gamma.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="digamma.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_sf_gamma_lgamma">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.sf_gamma.lgamma"></a><a class="link" href="lgamma.html" title="Log Gamma">Log Gamma</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/sf_gamma/tgamma.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/sf_gamma/tgamma.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/sf_gamma/tgamma.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../sf_gamma.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../sf_gamma.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="lgamma.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_sf_gamma_tgamma">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.sf_gamma.tgamma"></a><a class="link" href="tgamma.html" title="Gamma">Gamma</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/sf_implementation.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/sf_implementation.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/sf_implementation.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -7,7 +7,7 @@
 <link rel="home" href="../index.html" title="Math Toolkit">
 <link rel="up" href="../backgrounders.html" title="Chapter&#160;15.&#160;Backgrounders">
 <link rel="prev" href="../backgrounders.html" title="Chapter&#160;15.&#160;Backgrounders">
-<link rel="next" href="relative_error.html" title="Relative Error">
+<link rel="next" href="special_tut.html" title="Tutorial: How to Write a New Special Function">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table cellpadding="2" width="100%"><tr>
@@ -20,9 +20,9 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="../backgrounders.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../backgrounders.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="relative_error.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="../backgrounders.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../backgrounders.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="special_tut.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_sf_implementation">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.sf_implementation"></a><a class="link" href="sf_implementation.html" title="Additional Implementation Notes">Additional Implementation
     Notes</a>
@@ -841,7 +841,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="../backgrounders.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../backgrounders.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="relative_error.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="../backgrounders.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../backgrounders.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="special_tut.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: branches/release/libs/math/doc/html/math_toolkit/sf_poly.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/sf_poly.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/sf_poly.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="sf_erf/error_inv.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../special.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="sf_poly/legendre.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_sf_poly">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.sf_poly"></a><a class="link" href="sf_poly.html" title="Polynomials">Polynomials</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/sf_poly/hermite.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/sf_poly/hermite.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/sf_poly/hermite.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="laguerre.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../sf_poly.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="sph_harm.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_sf_poly_hermite">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.sf_poly.hermite"></a><a class="link" href="hermite.html" title="Hermite Polynomials">Hermite Polynomials</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/sf_poly/laguerre.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/sf_poly/laguerre.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/sf_poly/laguerre.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="legendre.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../sf_poly.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="hermite.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_sf_poly_laguerre">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.sf_poly.laguerre"></a><a class="link" href="laguerre.html" title="Laguerre (and Associated) Polynomials">Laguerre (and Associated)
       Polynomials</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/sf_poly/legendre.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/sf_poly/legendre.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/sf_poly/legendre.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../sf_poly.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../sf_poly.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="laguerre.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_sf_poly_legendre">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.sf_poly.legendre"></a><a class="link" href="legendre.html" title="Legendre (and Associated) Polynomials">Legendre (and Associated)
       Polynomials</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/sf_poly/sph_harm.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/sf_poly/sph_harm.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/sf_poly/sph_harm.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="hermite.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../sf_poly.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../bessel.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_sf_poly_sph_harm">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.sf_poly.sph_harm"></a><a class="link" href="sph_harm.html" title="Spherical Harmonics">Spherical Harmonics</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/sign_functions.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/sign_functions.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/sign_functions.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="fpclass.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../utils.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="fp_facets.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_sign_functions">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.sign_functions"></a><a class="link" href="sign_functions.html" title="Sign Manipulation Functions">Sign Manipulation Functions</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/sinc.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/sinc.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/sinc.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="powers/ct_pow.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../special.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="sinc/sinc_overview.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_sinc">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.sinc"></a><a class="link" href="sinc.html" title="Sinus Cardinal and Hyperbolic Sinus Cardinal Functions">Sinus Cardinal and Hyperbolic Sinus
     Cardinal Functions</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/sinc/sinc_overview.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/sinc/sinc_overview.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/sinc/sinc_overview.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../sinc.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../sinc.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="sinc_pi.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_sinc_sinc_overview">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.sinc.sinc_overview"></a><a class="link" href="sinc_overview.html" title="Sinus Cardinal and Hyperbolic Sinus Cardinal Functions Overview">Sinus Cardinal and Hyperbolic
       Sinus Cardinal Functions Overview</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/sinc/sinc_pi.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/sinc/sinc_pi.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/sinc/sinc_pi.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="sinc_overview.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../sinc.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="sinhc_pi.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_sinc_sinc_pi">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.sinc.sinc_pi"></a><a class="link" href="sinc_pi.html" title="sinc_pi">sinc_pi</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/sinc/sinhc_pi.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/sinc/sinhc_pi.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/sinc/sinhc_pi.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="sinc_pi.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../sinc.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../inv_hyper.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_sinc_sinhc_pi">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.sinc.sinhc_pi"></a><a class="link" href="sinhc_pi.html" title="sinhc_pi">sinhc_pi</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/spec.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/spec.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/spec.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="quat.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../quaternions.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="mem_typedef.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_spec">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.spec"></a><a class="link" href="spec.html" title="Quaternion Specializations">Quaternion Specializations</a>
 </h2></div></div></div>

Copied: branches/release/libs/math/doc/html/math_toolkit/special_tut.html (from r85977, trunk/libs/math/doc/html/math_toolkit/special_tut.html)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ branches/release/libs/math/doc/html/math_toolkit/special_tut.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987, copy of r85977, trunk/libs/math/doc/html/math_toolkit/special_tut.html)
@@ -0,0 +1,50 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>Tutorial: How to Write a New Special Function</title>
+<link rel="stylesheet" href="../boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="../index.html" title="Math Toolkit">
+<link rel="up" href="../backgrounders.html" title="Chapter&#160;15.&#160;Backgrounders">
+<link rel="prev" href="sf_implementation.html" title="Additional Implementation Notes">
+<link rel="next" href="special_tut/special_tut_impl.html" title="Implementation">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center">Home</td>
+<td align="center">Libraries</td>
+<td align="center">People</td>
+<td align="center">FAQ</td>
+<td align="center">More</td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="sf_implementation.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../backgrounders.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="special_tut/special_tut_impl.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h2 class="title" style="clear: both">
+<a name="math_toolkit.special_tut"></a><a class="link" href="special_tut.html" title="Tutorial: How to Write a New Special Function">Tutorial: How to Write a New
+ Special Function</a>
+</h2></div></div></div>
+<div class="toc"><dl class="toc">
+<dt><span class="section">Implementation</span></dt>
+<dt><span class="section">Testing</span></dt>
+</dl></div>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2006-2010, 2012, 2013 Paul A. Bristow, Christopher Kormanyos,
+ Hubert Holin, Bruno Lalande, John Maddock, Johan R&#229;de, Gautam Sewani, Benjamin
+ Sobotta, Thijs van den Berg, Daryle Walker and Xiaogang Zhang<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="sf_implementation.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../backgrounders.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="special_tut/special_tut_impl.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>

Modified: branches/release/libs/math/doc/html/math_toolkit/stat_tut.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/stat_tut.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/stat_tut.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../dist.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../dist.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="stat_tut/overview.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_stat_tut">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.stat_tut"></a><a class="link" href="stat_tut.html" title="Statistical Distributions Tutorial">Statistical Distributions Tutorial</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/stat_tut/dist_params.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/stat_tut/dist_params.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/stat_tut/dist_params.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="variates.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../stat_tut.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../dist_ref.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_stat_tut_dist_params">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.stat_tut.dist_params"></a><a class="link" href="dist_params.html" title="Discrete Probability Distributions">Discrete Probability
       Distributions</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/stat_tut/overview.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/stat_tut/overview.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/stat_tut/overview.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../stat_tut.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../stat_tut.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overview/headers.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_stat_tut_overview">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.stat_tut.overview"></a><a class="link" href="overview.html" title="Overview of Distributions">Overview of Distributions</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/stat_tut/overview/complements.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/stat_tut/overview/complements.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/stat_tut/overview/complements.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="generic.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../overview.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="parameters.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_stat_tut_overview_complements">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.stat_tut.overview.complements"></a><a class="link" href="complements.html" title="Complements are supported too - and when to use them">Complements
         are supported too - and when to use them</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/stat_tut/overview/generic.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/stat_tut/overview/generic.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/stat_tut/overview/generic.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="objects.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../overview.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="complements.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_stat_tut_overview_generic">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.stat_tut.overview.generic"></a><a class="link" href="generic.html" title="Generic operations common to all distributions are non-member functions">Generic operations
         common to all distributions are non-member functions</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/stat_tut/overview/headers.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/stat_tut/overview/headers.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/stat_tut/overview/headers.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../overview.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../overview.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="objects.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_stat_tut_overview_headers">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.stat_tut.overview.headers"></a><a class="link" href="headers.html" title="Headers and Namespaces">Headers and
         Namespaces</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/stat_tut/overview/objects.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/stat_tut/overview/objects.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/stat_tut/overview/objects.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="headers.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../overview.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="generic.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_stat_tut_overview_objects">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.stat_tut.overview.objects"></a><a class="link" href="objects.html" title="Distributions are Objects">Distributions
         are Objects</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/stat_tut/overview/parameters.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/stat_tut/overview/parameters.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/stat_tut/overview/parameters.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="complements.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../overview.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="summary.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_stat_tut_overview_parameters">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.stat_tut.overview.parameters"></a><a class="link" href="parameters.html" title="Parameters can be calculated">Parameters
         can be calculated</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/stat_tut/overview/summary.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/stat_tut/overview/summary.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/stat_tut/overview/summary.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="parameters.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../overview.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../weg.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_stat_tut_overview_summary">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.stat_tut.overview.summary"></a><a class="link" href="summary.html" title="Summary">Summary</a>
 </h4></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/stat_tut/variates.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/stat_tut/variates.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/stat_tut/variates.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="weg/c_sharp.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../stat_tut.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="dist_params.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_stat_tut_variates">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.stat_tut.variates"></a><a class="link" href="variates.html" title="Random Variates and Distribution Parameters">Random Variates and Distribution
       Parameters</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="overview/summary.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../stat_tut.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="weg/dist_construct_eg.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_stat_tut_weg">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.stat_tut.weg"></a><a class="link" href="weg.html" title="Worked Examples">Worked Examples</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="f_eg.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../weg.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="binom_eg/binomial_coinflip_example.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_stat_tut_weg_binom_eg">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.stat_tut.weg.binom_eg"></a><a class="link" href="binom_eg.html" title="Binomial Distribution Examples">Binomial Distribution
         Examples</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg/binom_conf.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg/binom_conf.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg/binom_conf.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="binomial_quiz_example.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../binom_eg.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="binom_size_eg.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_stat_tut_weg_binom_eg_binom_conf">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
 <a name="math_toolkit.stat_tut.weg.binom_eg.binom_conf"></a><a class="link" href="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>

Modified: branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg/binom_size_eg.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg/binom_size_eg.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg/binom_size_eg.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="binom_conf.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../binom_eg.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../geometric_eg.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_stat_tut_weg_binom_eg_binom_size_eg">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
 <a name="math_toolkit.stat_tut.weg.binom_eg.binom_size_eg"></a><a class="link" href="binom_size_eg.html" title="Estimating Sample Sizes for a Binomial Distribution.">Estimating
           Sample Sizes for a Binomial Distribution.</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg/binomial_coinflip_example.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg/binomial_coinflip_example.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg/binomial_coinflip_example.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../binom_eg.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../binom_eg.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="binomial_quiz_example.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_stat_tut_weg_binom_eg_binomial_coinflip_example">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
 <a name="math_toolkit.stat_tut.weg.binom_eg.binomial_coinflip_example"></a><a class="link" href="binomial_coinflip_example.html" title="Binomial Coin-Flipping Example">Binomial
           Coin-Flipping Example</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg/binomial_quiz_example.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg/binomial_quiz_example.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg/binomial_quiz_example.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="binomial_coinflip_example.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../binom_eg.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="binom_conf.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_stat_tut_weg_binom_eg_binomial_quiz_example">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
 <a name="math_toolkit.stat_tut.weg.binom_eg.binomial_quiz_example"></a><a class="link" href="binomial_quiz_example.html" title="Binomial Quiz Example">Binomial
           Quiz Example</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/c_sharp.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/c_sharp.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/c_sharp.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="nag_library.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../weg.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../variates.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_stat_tut_weg_c_sharp">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.stat_tut.weg.c_sharp"></a><a class="link" href="c_sharp.html" title="Using the Distributions from Within C#">Using the Distributions
         from Within C#</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/cs_eg.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/cs_eg.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/cs_eg.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="st_eg/paired_st.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../weg.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="cs_eg/chi_sq_intervals.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_stat_tut_weg_cs_eg">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.stat_tut.weg.cs_eg"></a><a class="link" href="cs_eg.html" title="Chi Squared Distribution Examples">Chi Squared Distribution
         Examples</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/cs_eg/chi_sq_intervals.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/cs_eg/chi_sq_intervals.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/cs_eg/chi_sq_intervals.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../cs_eg.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../cs_eg.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="chi_sq_test.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_stat_tut_weg_cs_eg_chi_sq_intervals">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
 <a name="math_toolkit.stat_tut.weg.cs_eg.chi_sq_intervals"></a><a class="link" href="chi_sq_intervals.html" title="Confidence Intervals on the Standard Deviation">Confidence
           Intervals on the Standard Deviation</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/cs_eg/chi_sq_size.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/cs_eg/chi_sq_size.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/cs_eg/chi_sq_size.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="chi_sq_test.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../cs_eg.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../f_eg.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_stat_tut_weg_cs_eg_chi_sq_size">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
 <a name="math_toolkit.stat_tut.weg.cs_eg.chi_sq_size"></a><a class="link" href="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>

Modified: branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/cs_eg/chi_sq_test.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/cs_eg/chi_sq_test.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/cs_eg/chi_sq_test.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="chi_sq_intervals.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../cs_eg.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="chi_sq_size.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_stat_tut_weg_cs_eg_chi_sq_test">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
 <a name="math_toolkit.stat_tut.weg.cs_eg.chi_sq_test"></a><a class="link" href="chi_sq_test.html" title="Chi-Square Test for the Standard Deviation">Chi-Square
           Test for the Standard Deviation</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/dist_construct_eg.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/dist_construct_eg.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/dist_construct_eg.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../weg.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../weg.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="st_eg.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_stat_tut_weg_dist_construct_eg">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.stat_tut.weg.dist_construct_eg"></a><a class="link" href="dist_construct_eg.html" title="Distribution Construction Examples">Distribution
         Construction Examples</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/error_eg.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/error_eg.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/error_eg.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="nccs_eg/nccs_power_eg.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../weg.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="find_eg.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_stat_tut_weg_error_eg">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.stat_tut.weg.error_eg"></a><a class="link" href="error_eg.html" title="Error Handling Example">Error Handling
         Example</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/f_eg.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/f_eg.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/f_eg.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="cs_eg/chi_sq_size.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../weg.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="binom_eg.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_stat_tut_weg_f_eg">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.stat_tut.weg.f_eg"></a><a class="link" href="f_eg.html" title="F Distribution Examples">F Distribution Examples</a>
 </h4></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/find_eg.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/find_eg.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/find_eg.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="error_eg.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../weg.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="find_eg/find_location_eg.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_stat_tut_weg_find_eg">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.stat_tut.weg.find_eg"></a><a class="link" href="find_eg.html" title="Find Location and Scale Examples">Find Location and
         Scale Examples</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/find_eg/find_location_eg.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/find_eg/find_location_eg.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/find_eg/find_location_eg.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../find_eg.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../find_eg.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="find_scale_eg.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_stat_tut_weg_find_eg_find_location_eg">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
 <a name="math_toolkit.stat_tut.weg.find_eg.find_location_eg"></a><a class="link" href="find_location_eg.html" title="Find Location (Mean) Example">Find
           Location (Mean) Example</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/find_eg/find_mean_and_sd_eg.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/find_eg/find_mean_and_sd_eg.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/find_eg/find_mean_and_sd_eg.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="find_scale_eg.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../find_eg.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../nag_library.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_stat_tut_weg_find_eg_find_mean_and_sd_eg">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
 <a name="math_toolkit.stat_tut.weg.find_eg.find_mean_and_sd_eg"></a><a class="link" href="find_mean_and_sd_eg.html" title="Find mean and standard deviation example">Find
           mean and standard deviation example</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/find_eg/find_scale_eg.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/find_eg/find_scale_eg.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/find_eg/find_scale_eg.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="find_location_eg.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../find_eg.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="find_mean_and_sd_eg.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_stat_tut_weg_find_eg_find_scale_eg">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
 <a name="math_toolkit.stat_tut.weg.find_eg.find_scale_eg"></a><a class="link" href="find_scale_eg.html" title="Find Scale (Standard Deviation) Example">Find
           Scale (Standard Deviation) Example</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/geometric_eg.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/geometric_eg.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/geometric_eg.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="binom_eg/binom_size_eg.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../weg.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="neg_binom_eg.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_stat_tut_weg_geometric_eg">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.stat_tut.weg.geometric_eg"></a><a class="link" href="geometric_eg.html" title="Geometric Distribution Examples">Geometric Distribution
         Examples</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/inverse_chi_squared_eg.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/inverse_chi_squared_eg.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/inverse_chi_squared_eg.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="normal_example/normal_misc.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../weg.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="nccs_eg.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_stat_tut_weg_inverse_chi_squared_eg">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.stat_tut.weg.inverse_chi_squared_eg"></a><a class="link" href="inverse_chi_squared_eg.html" title="Inverse Chi-Squared Distribution Bayes Example">Inverse
         Chi-Squared Distribution Bayes Example</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/nag_library.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/nag_library.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/nag_library.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="find_eg/find_mean_and_sd_eg.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../weg.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="c_sharp.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_stat_tut_weg_nag_library">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.stat_tut.weg.nag_library"></a><a class="link" href="nag_library.html" title="Comparison with C, R, FORTRAN-style Free Functions">Comparison with
         C, R, FORTRAN-style Free Functions</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/nccs_eg.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/nccs_eg.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/nccs_eg.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="inverse_chi_squared_eg.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../weg.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="nccs_eg/nccs_power_eg.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_stat_tut_weg_nccs_eg">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.stat_tut.weg.nccs_eg"></a><a class="link" href="nccs_eg.html" title="Non Central Chi Squared Example">Non Central Chi
         Squared Example</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/nccs_eg/nccs_power_eg.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/nccs_eg/nccs_power_eg.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/nccs_eg/nccs_power_eg.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../nccs_eg.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../nccs_eg.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../error_eg.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_stat_tut_weg_nccs_eg_nccs_power_eg">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
 <a name="math_toolkit.stat_tut.weg.nccs_eg.nccs_power_eg"></a><a class="link" href="nccs_power_eg.html" title="Tables of the power function of the chi2 test.">Tables
           of the power function of the chi<sup>2</sup> test.</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="geometric_eg.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../weg.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="neg_binom_eg/neg_binom_conf.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_stat_tut_weg_neg_binom_eg">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.stat_tut.weg.neg_binom_eg"></a><a class="link" href="neg_binom_eg.html" title="Negative Binomial Distribution Examples">Negative Binomial
         Distribution Examples</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg/neg_binom_conf.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg/neg_binom_conf.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg/neg_binom_conf.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../neg_binom_eg.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../neg_binom_eg.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="neg_binom_size_eg.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_stat_tut_weg_neg_binom_eg_neg_binom_conf">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
 <a name="math_toolkit.stat_tut.weg.neg_binom_eg.neg_binom_conf"></a><a class="link" href="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

Modified: branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg/neg_binom_size_eg.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg/neg_binom_size_eg.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg/neg_binom_size_eg.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="neg_binom_conf.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../neg_binom_eg.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="negative_binomial_example1.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_stat_tut_weg_neg_binom_eg_neg_binom_size_eg">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
 <a name="math_toolkit.stat_tut.weg.neg_binom_eg.neg_binom_size_eg"></a><a class="link" href="neg_binom_size_eg.html" title="Estimating Sample Sizes for the Negative Binomial.">Estimating
           Sample Sizes for the Negative Binomial.</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg/negative_binomial_example1.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg/negative_binomial_example1.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg/negative_binomial_example1.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="neg_binom_size_eg.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../neg_binom_eg.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="negative_binomial_example2.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_stat_tut_weg_neg_binom_eg_negative_binomial_example1">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
 <a name="math_toolkit.stat_tut.weg.neg_binom_eg.negative_binomial_example1"></a><a class="link" href="negative_binomial_example1.html" title="Negative Binomial Sales Quota Example.">Negative
           Binomial Sales Quota Example.</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg/negative_binomial_example2.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg/negative_binomial_example2.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg/negative_binomial_example2.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="negative_binomial_example1.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../neg_binom_eg.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../normal_example.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_stat_tut_weg_neg_binom_eg_negative_binomial_example2">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
 <a name="math_toolkit.stat_tut.weg.neg_binom_eg.negative_binomial_example2"></a><a class="link" href="negative_binomial_example2.html" title="Negative Binomial Table Printing Example.">Negative
           Binomial Table Printing Example.</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/normal_example.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/normal_example.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/normal_example.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="neg_binom_eg/negative_binomial_example2.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../weg.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="normal_example/normal_misc.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_stat_tut_weg_normal_example">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.stat_tut.weg.normal_example"></a><a class="link" href="normal_example.html" title="Normal Distribution Examples">Normal Distribution
         Examples</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/normal_example/normal_misc.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/normal_example/normal_misc.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/normal_example/normal_misc.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../normal_example.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../normal_example.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../inverse_chi_squared_eg.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_stat_tut_weg_normal_example_normal_misc">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
 <a name="math_toolkit.stat_tut.weg.normal_example.normal_misc"></a><a class="link" href="normal_misc.html" title="Some Miscellaneous Examples of the Normal (Gaussian) Distribution">Some
           Miscellaneous Examples of the Normal (Gaussian) Distribution</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="dist_construct_eg.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../weg.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="st_eg/tut_mean_intervals.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_stat_tut_weg_st_eg">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="math_toolkit.stat_tut.weg.st_eg"></a><a class="link" href="st_eg.html" title="Student's t Distribution Examples">Student's t Distribution
         Examples</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/paired_st.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/paired_st.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/paired_st.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="two_sample_students_t.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../st_eg.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../cs_eg.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_stat_tut_weg_st_eg_paired_st">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
 <a name="math_toolkit.stat_tut.weg.st_eg.paired_st"></a><a class="link" href="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>

Modified: branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/tut_mean_intervals.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/tut_mean_intervals.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/tut_mean_intervals.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../st_eg.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../st_eg.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="tut_mean_test.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_stat_tut_weg_st_eg_tut_mean_intervals">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
 <a name="math_toolkit.stat_tut.weg.st_eg.tut_mean_intervals"></a><a class="link" href="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>

Modified: branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/tut_mean_size.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/tut_mean_size.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/tut_mean_size.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="tut_mean_test.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../st_eg.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="two_sample_students_t.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_stat_tut_weg_st_eg_tut_mean_size">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
 <a name="math_toolkit.stat_tut.weg.st_eg.tut_mean_size"></a><a class="link" href="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

Modified: branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/tut_mean_test.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/tut_mean_test.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/tut_mean_test.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="tut_mean_intervals.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../st_eg.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="tut_mean_size.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_stat_tut_weg_st_eg_tut_mean_test">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
 <a name="math_toolkit.stat_tut.weg.st_eg.tut_mean_test"></a><a class="link" href="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>

Modified: branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/two_sample_students_t.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/two_sample_students_t.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/two_sample_students_t.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="tut_mean_size.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../st_eg.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="paired_st.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_stat_tut_weg_st_eg_two_sample_students_t">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
 <a name="math_toolkit.stat_tut.weg.st_eg.two_sample_students_t"></a><a class="link" href="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>

Modified: branches/release/libs/math/doc/html/math_toolkit/synopsis.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/synopsis.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/synopsis.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="introduction.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../gcd_lcm.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="gcd_function_object.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_synopsis">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.synopsis"></a><a class="link" href="synopsis.html" title="Synopsis">Synopsis</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/threads.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/threads.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/threads.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="intro_pol_overview.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../overview.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="perf_over1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_threads">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.threads"></a><a class="link" href="threads.html" title="Thread Safety">Thread Safety</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/tr1_ref.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/tr1_ref.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/tr1_ref.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="c99.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../extern_c.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../constants.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_tr1_ref">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.tr1_ref"></a><a class="link" href="tr1_ref.html" title="TR1 C Functions Quick Reference">TR1 C Functions Quick Reference</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/trans.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/trans.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/trans.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="create.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../quaternions.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="quat_tests.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_trans">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.trans"></a><a class="link" href="trans.html" title="Quaternion Transcendentals">Quaternion Transcendentals</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/tuning.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/tuning.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/tuning.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="comp_compilers.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../perf.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="comparisons.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_tuning">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.tuning"></a><a class="link" href="tuning.html" title="Performance Tuning Macros">Performance Tuning Macros</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/tutorial.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/tutorial.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/tutorial.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="constants_intro.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../constants.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="tutorial/non_templ.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_tutorial">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.tutorial"></a><a class="link" href="tutorial.html" title="Tutorial">Tutorial</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/tutorial/non_templ.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/tutorial/non_templ.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/tutorial/non_templ.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../tutorial.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../tutorial.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="templ.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_tutorial_non_templ">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.tutorial.non_templ"></a><a class="link" href="non_templ.html" title="Use in non-template code">Use in non-template
       code</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/tutorial/templ.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/tutorial/templ.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/tutorial/templ.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="non_templ.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../tutorial.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="user_def.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_tutorial_templ">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.tutorial.templ"></a><a class="link" href="templ.html" title="Use in template code">Use in template code</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/tutorial/user_def.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/tutorial/user_def.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/tutorial/user_def.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="templ.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../tutorial.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../constants.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_tutorial_user_def">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.tutorial.user_def"></a><a class="link" href="user_def.html" title="Use With User-Defined Types">Use With User-Defined
       Types</a>

Modified: branches/release/libs/math/doc/html/math_toolkit/value_op.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/value_op.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/value_op.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="quat_non_mem.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../quaternions.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="create.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_value_op">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.value_op"></a><a class="link" href="value_op.html" title="Quaternion Value Operations">Quaternion Value Operations</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/zetas.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/zetas.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/zetas.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="jacobi/jacobi_sn.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../special.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="zetas/zeta.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_zetas">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="math_toolkit.zetas"></a><a class="link" href="zetas.html" title="Zeta Functions">Zeta Functions</a>
 </h2></div></div></div>

Modified: branches/release/libs/math/doc/html/math_toolkit/zetas/zeta.html
==============================================================================
--- branches/release/libs/math/doc/html/math_toolkit/zetas/zeta.html Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/html/math_toolkit/zetas/zeta.html 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../zetas.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../zetas.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../expint.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section math_toolkit_zetas_zeta">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="math_toolkit.zetas.zeta"></a><a class="link" href="zeta.html" title="Riemann Zeta Function">Riemann Zeta Function</a>
 </h3></div></div></div>

Modified: branches/release/libs/math/doc/math.qbk
==============================================================================
--- branches/release/libs/math/doc/math.qbk Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/doc/math.qbk 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -553,6 +553,7 @@
 
 [mathpart backgrounders Backgrounders]
 [include background/implementation.qbk]
+[include background/special_tut.qbk]
 [include background/error.qbk] [/relative error NOT handling]
 [include background/lanczos.qbk]
 [include background/remez.qbk]

Copied: branches/release/libs/math/example/special_data.cpp (from r85977, trunk/libs/math/example/special_data.cpp)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ branches/release/libs/math/example/special_data.cpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987, copy of r85977, trunk/libs/math/example/special_data.cpp)
@@ -0,0 +1,84 @@
+// Copyright John Maddock 2006.
+// Use, modification and distribution are subject to 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)
+
+//[special_data_example
+
+#include <boost/multiprecision/cpp_dec_float.hpp>
+#include <boost/math/tools/test_data.hpp>
+#include <boost/test/included/prg_exec_monitor.hpp>
+#include <fstream>
+
+using namespace boost::math::tools;
+using namespace boost::math;
+using namespace std;
+using namespace boost::multiprecision;
+
+template <class T>
+T my_special(T a, T b)
+{
+ // Implementation of my_special here...
+ return a + b;
+}
+
+int cpp_main(int argc, char*argv [])
+{
+ //
+ // We'll use so many digits of precision that any
+ // calculation errors will still leave us with
+ // 40-50 good digits. We'll only run this program
+ // once so it doesn't matter too much how long this takes!
+ //
+ typedef number<cpp_dec_float<500> > bignum;
+
+ parameter_info<bignum> arg1, arg2;
+ test_data<bignum> data;
+
+ bool cont;
+ std::string line;
+
+ if(argc < 1)
+ return 1;
+
+ do{
+ //
+ // User interface which prompts for
+ // range of input parameters:
+ //
+ if(0 == get_user_parameter_info(arg1, "a"))
+ return 1;
+ if(0 == get_user_parameter_info(arg2, "b"))
+ return 1;
+
+ //
+ // Get a pointer to the function and call
+ // test_data::insert to actually generate
+ // the values.
+ //
+ bignum (*fp)(bignum, bignum) = &my_special;
+ data.insert(fp, arg2, arg1);
+
+ std::cout << "Any more data [y/n]?";
+ std::getline(std::cin, line);
+ boost::algorithm::trim(line);
+ cont = (line == "y");
+ }while(cont);
+ //
+ // Just need to write the results to a file:
+ //
+ std::cout << "Enter name of test data file [default=my_special.ipp]";
+ std::getline(std::cin, line);
+ boost::algorithm::trim(line);
+ if(line == "")
+ line = "my_special.ipp";
+ std::ofstream ofs(line.c_str());
+ line.erase(line.find('.'));
+ ofs << std::scientific << std::setprecision(50);
+ write_code(ofs, data, line.c_str());
+
+ return 0;
+}
+
+//]

Modified: branches/release/libs/math/test/Jamfile.v2
==============================================================================
--- branches/release/libs/math/test/Jamfile.v2 Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/test/Jamfile.v2 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -36,6 +36,7 @@
        <toolset>msvc:<cxxflags>/wd4189 # local variable is initialized but not referenced
            <toolset>msvc-7.1:<source>../vc71_fix//vc_fix
       <toolset>msvc-7.1:<pch>off
+ <toolset>gcc-mingw:<pch>off
       <toolset>borland:<runtime-link>static
       # <toolset>msvc:<cxxflags>/wd4506 has no effect?
       # suppress xstring(237) : warning C4506: no definition for inline function
@@ -452,6 +453,7 @@
 run test_inv_hyp.cpp pch ../../test/build//boost_unit_test_framework ;
 run test_laguerre.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test_framework ;
 run test_legendre.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test_framework ;
+run test_ldouble_simple.cpp ../../test/build//boost_unit_test_framework ;
 run test_logistic_dist.cpp ../../test/build//boost_unit_test_framework ;
 run test_lognormal.cpp ../../test/build//boost_unit_test_framework ;
 run test_minima.cpp pch ../../test/build//boost_unit_test_framework ;

Copied: branches/release/libs/math/test/compile_test/poison.hpp (from r85977, trunk/libs/math/test/compile_test/poison.hpp)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ branches/release/libs/math/test/compile_test/poison.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987, copy of r85977, trunk/libs/math/test/compile_test/poison.hpp)
@@ -0,0 +1,96 @@
+// Copyright John Maddock 2013.
+// Use, modification and distribution are subject to 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)
+
+#ifndef BOOST_MATH_COMPILE_POISON_HPP
+#define BOOST_MATH_COMPILE_POISON_HPP
+
+#include <cmath>
+#include <math.h>
+//
+// We have to include this *before* poisoning the macros
+// as it needs to be able to use them!
+//
+#include <boost/math/special_functions/fpclassify.hpp>
+
+//
+// Poison all the function-like macros in C99 so if we accidentally call them
+// in an unsafe manner, we'll get compiler errors. Of course these shouldn't be
+// macros in C++ at all...
+//
+
+#ifdef fpclassify
+#undef fpclassify
+#endif
+
+#define fpclassify(x) this_should_not_compile(x)}}}}}}}}}}}}}}}}}}}
+
+#ifdef isfinite
+#undef isfinite
+#endif
+
+#define isfinite(x) this_should_not_compile(x)}}}}}}}}}}}}}}}}}}}
+
+#ifdef isinf
+#undef isinf
+#endif
+
+#define isinf(x) this_should_not_compile(x)}}}}}}}}}}}}}}}}}}}
+
+#ifdef isnan
+#undef isnan
+#endif
+
+#define isnan(x) this_should_not_compile(x)}}}}}}}}}}}}}}}}}}}
+
+#ifdef isnormal
+#undef isnormal
+#endif
+
+#define isnormal(x) this_should_not_compile(x)}}}}}}}}}}}}}}}}}}}
+
+#ifdef signbit
+#undef signbit
+#endif
+
+#define signbit(x) this_should_not_compile(x)}}}}}}}}}}}}}}}}}}}
+
+#ifdef isgreater
+#undef isgreater
+#endif
+
+#define isgreater(x) this_should_not_compile(x)}}}}}}}}}}}}}}}}}}}
+
+#ifdef isgreaterequal
+#undef isgreaterequal
+#endif
+
+#define isgreaterequal(x) this_should_not_compile(x)}}}}}}}}}}}}}}}}}}}
+
+#ifdef isless
+#undef isless
+#endif
+
+#define isless(x) this_should_not_compile(x)}}}}}}}}}}}}}}}}}}}
+
+#ifdef islessequal
+#undef islessequal
+#endif
+
+#define islessequal(x) this_should_not_compile(x)}}}}}}}}}}}}}}}}}}}
+
+#ifdef islessgreater
+#undef islessgreater
+#endif
+
+#define islessgreater(x) this_should_not_compile(x)}}}}}}}}}}}}}}}}}}}
+
+#ifdef isunordered
+#undef isunordered
+#endif
+
+#define isunordered(x) this_should_not_compile(x)}}}}}}}}}}}}}}}}}}}
+
+#endif
+

Modified: branches/release/libs/math/test/compile_test/std_real_concept_check.cpp
==============================================================================
--- branches/release/libs/math/test/compile_test/std_real_concept_check.cpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/test/compile_test/std_real_concept_check.cpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -5,6 +5,8 @@
 
 #define BOOST_MATH_ASSERT_UNDEFINED_POLICY false
 
+#include "poison.hpp"
+
 #include <boost/math/concepts/std_real_concept.hpp>
 #include <boost/math/concepts/distributions.hpp>
 

Modified: branches/release/libs/math/test/compile_test/test_compile_result.hpp
==============================================================================
--- branches/release/libs/math/test/compile_test/test_compile_result.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/test/compile_test/test_compile_result.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -28,10 +28,20 @@
 #endif
 inline void check_result_imp(bool, bool){}
 
+//
+// If the compiler warns about unused typedefs then enable this:
+//
+#if defined(__GNUC__) && ((__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 7)))
+# define BOOST_MATH_ASSERT_UNUSED_ATTRIBUTE __attribute__((unused))
+#else
+# define BOOST_MATH_ASSERT_UNUSED_ATTRIBUTE
+#endif
+
 template <class T1, class T2>
 inline void check_result_imp(T1, T2)
 {
- typedef int static_assertion[sizeof(T1) == 0xFFFF];
+ // This is a static assertion that should always fail to compile...
+ typedef BOOST_MATH_ASSERT_UNUSED_ATTRIBUTE int static_assertion[sizeof(T1) == 0xFFFF];
 }
 
 template <class T1, class T2>

Modified: branches/release/libs/math/test/log1p_expm1_test.hpp
==============================================================================
--- branches/release/libs/math/test/log1p_expm1_test.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/test/log1p_expm1_test.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -14,7 +14,6 @@
 template <class Real, class T>
 void do_test(const T& data, const char* type_name, const char* test_name)
 {
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    typedef value_type (*pg)(value_type);

Modified: branches/release/libs/math/test/test_archive.cpp
==============================================================================
--- branches/release/libs/math/test/test_archive.cpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/test/test_archive.cpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -37,7 +37,7 @@
 using namespace boost::math;
 using boost::math::signbit;
 using boost::math::changesign;
-using boost::math::isnan;
+using (boost::math::isnan)(;
 
 //------------------------------------------------------------------------------
 
@@ -89,17 +89,17 @@
     ValType a3 = std::numeric_limits<ValType>::infinity();
     BOOST_CHECK((boost::math::isinf)(a3));
     ValType a4 = std::numeric_limits<ValType>::quiet_NaN();
- BOOST_CHECK((boost::math::isnan)(a4));
+ BOOST_CHECK(((boost::math::isnan)()(a4));
     ValType a5 = std::numeric_limits<ValType>::signaling_NaN();
- BOOST_CHECK((boost::math::isnan)(a5));
+ BOOST_CHECK(((boost::math::isnan)()(a5));
     ValType a6 = (changesign)(static_cast<ValType>(0));
     ValType a7 = static_cast<ValType>(-57.13);
     ValType a8 = -std::numeric_limits<ValType>::infinity();
     BOOST_CHECK((boost::math::isinf)(a8));
     ValType a9 = -std::numeric_limits<ValType>::quiet_NaN();
- BOOST_CHECK((boost::math::isnan)(a9));
+ BOOST_CHECK(((boost::math::isnan)()(a9));
     ValType a10 = -std::numeric_limits<ValType>::signaling_NaN();
- BOOST_CHECK((boost::math::isnan)(a10));
+ BOOST_CHECK(((boost::math::isnan)()(a10));
 
     {
         OArchiveType oa(ss, no_codecvt);

Modified: branches/release/libs/math/test/test_bessel_airy_zeros.cpp
==============================================================================
--- branches/release/libs/math/test/test_bessel_airy_zeros.cpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/test/test_bessel_airy_zeros.cpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -25,6 +25,8 @@
 #include <boost/test/floating_point_comparison.hpp>
 
 #include <typeinfo>
+#include <iostream>
+#include <iomanip>
 
 // #include <boost/math/tools/
 //
@@ -386,7 +388,7 @@
   {
     BOOST_CHECK_THROW(cyl_bessel_j_zero(static_cast<RealType>(std::numeric_limits<RealType>::quiet_NaN()), 1), std::domain_error);
     // Check that bad m returns NaN if policy is no throws.
- BOOST_CHECK(boost::math::isnan<RealType>(cyl_bessel_j_zero(std::numeric_limits<RealType>::quiet_NaN(), 1, ignore_all_policy())) );
+ BOOST_CHECK((boost::math::isnan<RealType>)(cyl_bessel_j_zero(std::numeric_limits<RealType>::quiet_NaN(), 1, ignore_all_policy())) );
     BOOST_CHECK_THROW(boost::math::cyl_bessel_j_zero(static_cast<RealType>(std::numeric_limits<RealType>::quiet_NaN()), -1), std::domain_error);
   }
   else
@@ -400,7 +402,7 @@
     BOOST_CHECK_THROW(cyl_bessel_j_zero(std::numeric_limits<RealType>::infinity(), 0), std::domain_error);
     BOOST_CHECK_THROW(cyl_bessel_j_zero(std::numeric_limits<RealType>::infinity(), 1), std::domain_error);
     // Check that NaN is returned if error ignored.
- BOOST_CHECK(boost::math::isnan<RealType>(cyl_bessel_j_zero(std::numeric_limits<RealType>::infinity(), 1, ignore_all_policy())) );
+ BOOST_CHECK((boost::math::isnan<RealType>)(cyl_bessel_j_zero(std::numeric_limits<RealType>::infinity(), 1, ignore_all_policy())) );
   }
 
   // Tests of cyc_neumann zero function (BesselYZero in Wolfram) for spot values.
@@ -821,8 +823,8 @@
 
   if (std::numeric_limits<RealType>::has_quiet_NaN)
   { // If ignore errors, return NaN.
- BOOST_CHECK(boost::math::isnan(airy_ai_zero<RealType>(0, ignore_all_policy())));
- BOOST_CHECK(boost::math::isnan(airy_ai_zero<RealType>(std::numeric_limits<unsigned>::min() , ignore_all_policy())));
+ BOOST_CHECK((boost::math::isnan)(airy_ai_zero<RealType>(0, ignore_all_policy())));
+ BOOST_CHECK((boost::math::isnan)(airy_ai_zero<RealType>((std::numeric_limits<unsigned>::min)() , ignore_all_policy())));
     // Can't abuse with NaN as won't compile.
     //BOOST_CHECK_THROW(airy_ai_zero<RealType>(std::numeric_limits<RealType>::quiet_NaN()), std::domain_error);
   }
@@ -885,8 +887,8 @@
 
   if (std::numeric_limits<RealType>::has_quiet_NaN)
   { // return NaN.
- BOOST_CHECK(boost::math::isnan(airy_bi_zero<RealType>(0, ignore_all_policy())));
- BOOST_CHECK(boost::math::isnan(airy_bi_zero<RealType>(std::numeric_limits<unsigned>::min() , ignore_all_policy())));
+ BOOST_CHECK((boost::math::isnan)(airy_bi_zero<RealType>(0, ignore_all_policy())));
+ BOOST_CHECK((boost::math::isnan)(airy_bi_zero<RealType>((std::numeric_limits<unsigned>::min)() , ignore_all_policy())));
     // Can't abuse with NaN as won't compile.
     // BOOST_CHECK_THROW(airy_bi_zero<RealType>(std::numeric_limits<RealType>::quiet_NaN()), std::domain_error);
     // cannot convert parameter 1 from 'boost::math::concepts::real_concept' to 'unsigned int'.

Modified: branches/release/libs/math/test/test_bessel_i.cpp
==============================================================================
--- branches/release/libs/math/test/test_bessel_i.cpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/test/test_bessel_i.cpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -75,6 +75,13 @@
       ".*", 400, 200); // test function
 
    add_expected_result(
+ "GNU.*", // compiler
+ ".*", // stdlib
+ "Win32.*", // platform
+ largest_type, // test type(s)
+ ".*Random.*", // test data group
+ ".*", 400, 200); // test function
+ add_expected_result(
       "GNU.*", // compiler
       ".*", // stdlib
       "Win32.*", // platform

Modified: branches/release/libs/math/test/test_bessel_i.hpp
==============================================================================
--- branches/release/libs/math/test/test_bessel_i.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/test/test_bessel_i.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -32,7 +32,6 @@
 template <class Real, class T>
 void do_test_cyl_bessel_i(const T& data, const char* type_name, const char* test_name)
 {
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    typedef value_type (*pg)(value_type, value_type);
@@ -80,7 +79,6 @@
 template <class Real, class T>
 void do_test_cyl_bessel_i_int(const T& data, const char* type_name, const char* test_name)
 {
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    typedef value_type (*pg)(value_type, value_type);

Modified: branches/release/libs/math/test/test_bessel_j.hpp
==============================================================================
--- branches/release/libs/math/test/test_bessel_j.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/test/test_bessel_j.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -25,7 +25,6 @@
 template <class Real, class T>
 void do_test_cyl_bessel_j(const T& data, const char* type_name, const char* test_name)
 {
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    typedef value_type (*pg)(value_type, value_type);
@@ -78,7 +77,6 @@
 template <class Real, class T>
 void do_test_cyl_bessel_j_int(const T& data, const char* type_name, const char* test_name)
 {
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    typedef value_type (*pg)(value_type, value_type);
@@ -107,7 +105,6 @@
 template <class Real, class T>
 void do_test_sph_bessel_j(const T& data, const char* type_name, const char* test_name)
 {
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    typedef value_type (*pg)(unsigned, value_type);
@@ -117,8 +114,6 @@
    pg funcp = boost::math::sph_bessel;
 #endif
 
- typedef int (*cast_t)(value_type);
-
    boost::math::tools::test_result<value_type> result;
 
    std::cout << "Testing " << test_name << " with type " << type_name

Modified: branches/release/libs/math/test/test_bessel_k.hpp
==============================================================================
--- branches/release/libs/math/test/test_bessel_k.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/test/test_bessel_k.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -32,7 +32,6 @@
 template <class Real, class T>
 void do_test_cyl_bessel_k(const T& data, const char* type_name, const char* test_name)
 {
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    typedef value_type (*pg)(value_type, value_type);
@@ -78,7 +77,6 @@
 template <class Real, class T>
 void do_test_cyl_bessel_k_int(const T& data, const char* type_name, const char* test_name)
 {
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    typedef value_type (*pg)(value_type, value_type);

Modified: branches/release/libs/math/test/test_bessel_y.hpp
==============================================================================
--- branches/release/libs/math/test/test_bessel_y.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/test/test_bessel_y.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -25,7 +25,6 @@
 template <class Real, class T>
 void do_test_cyl_neumann_y(const T& data, const char* type_name, const char* test_name)
 {
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    typedef value_type (*pg)(value_type, value_type);
@@ -77,7 +76,6 @@
 template <class Real, class T>
 void do_test_cyl_neumann_y_int(const T& data, const char* type_name, const char* test_name)
 {
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    typedef value_type (*pg)(value_type, value_type);
@@ -106,7 +104,6 @@
 template <class Real, class T>
 void do_test_sph_neumann_y(const T& data, const char* type_name, const char* test_name)
 {
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    typedef value_type (*pg)(unsigned, value_type);
@@ -116,8 +113,6 @@
    pg funcp = boost::math::sph_neumann;
 #endif
 
- typedef int (*cast_t)(value_type);
-
    boost::math::tools::test_result<value_type> result;
 
    std::cout << "Testing " << test_name << " with type " << type_name

Modified: branches/release/libs/math/test/test_beta.hpp
==============================================================================
--- branches/release/libs/math/test/test_beta.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/test/test_beta.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -35,7 +35,6 @@
 template <class Real, class T>
 void do_test_beta(const T& data, const char* type_name, const char* test_name)
 {
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    typedef value_type (*pg)(value_type, value_type);

Modified: branches/release/libs/math/test/test_carlson.hpp
==============================================================================
--- branches/release/libs/math/test/test_carlson.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/test/test_carlson.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -24,7 +24,6 @@
 template <class Real, typename T>
 void do_test_ellint_rf(T& data, const char* type_name, const char* test)
 {
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    std::cout << "Testing: " << test << std::endl;
@@ -50,7 +49,6 @@
 template <class Real, typename T>
 void do_test_ellint_rc(T& data, const char* type_name, const char* test)
 {
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    std::cout << "Testing: " << test << std::endl;
@@ -76,7 +74,6 @@
 template <class Real, typename T>
 void do_test_ellint_rj(T& data, const char* type_name, const char* test)
 {
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    std::cout << "Testing: " << test << std::endl;
@@ -102,7 +99,6 @@
 template <class Real, typename T>
 void do_test_ellint_rd(T& data, const char* type_name, const char* test)
 {
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    std::cout << "Testing: " << test << std::endl;

Modified: branches/release/libs/math/test/test_cbrt.hpp
==============================================================================
--- branches/release/libs/math/test/test_cbrt.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/test/test_cbrt.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -38,7 +38,6 @@
 template <class Real, class T>
 void do_test_cbrt(const T& data, const char* type_name, const char* test_name)
 {
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    typedef value_type (*pg)(value_type);

Modified: branches/release/libs/math/test/test_classify.cpp
==============================================================================
--- branches/release/libs/math/test/test_classify.cpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/test/test_classify.cpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -13,6 +13,8 @@
 #include <boost/math/special_functions/fpclassify.hpp>
 #define BOOST_TEST_MAIN
 #include <boost/test/unit_test.hpp>
+#include <iostream>
+#include <iomanip>
 
 #ifdef _MSC_VER
 #pragma warning(disable: 4127 4146) // conditional expression is constant

Modified: branches/release/libs/math/test/test_digamma.hpp
==============================================================================
--- branches/release/libs/math/test/test_digamma.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/test/test_digamma.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -22,7 +22,6 @@
 template <class Real, class T>
 void do_test_digamma(const T& data, const char* type_name, const char* test_name)
 {
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    typedef value_type (*pg)(value_type);

Modified: branches/release/libs/math/test/test_ellint_1.hpp
==============================================================================
--- branches/release/libs/math/test/test_ellint_1.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/test/test_ellint_1.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -27,7 +27,6 @@
 template <class Real, typename T>
 void do_test_ellint_f(T& data, const char* type_name, const char* test)
 {
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    std::cout << "Testing: " << test << std::endl;
@@ -53,8 +52,7 @@
 template <class Real, typename T>
 void do_test_ellint_k(T& data, const char* type_name, const char* test)
 {
- typedef typename T::value_type row_type;
- typedef Real value_type;
+ typedef Real value_type;
     boost::math::tools::test_result<value_type> result;
 
    std::cout << "Testing: " << test << std::endl;

Modified: branches/release/libs/math/test/test_ellint_2.hpp
==============================================================================
--- branches/release/libs/math/test/test_ellint_2.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/test/test_ellint_2.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -27,7 +27,6 @@
 template <class Real, typename T>
 void do_test_ellint_e2(const T& data, const char* type_name, const char* test)
 {
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    std::cout << "Testing: " << test << std::endl;
@@ -52,8 +51,7 @@
 template <class Real, typename T>
 void do_test_ellint_e1(T& data, const char* type_name, const char* test)
 {
- typedef typename T::value_type row_type;
- typedef Real value_type;
+ typedef Real value_type;
     boost::math::tools::test_result<value_type> result;
 
    std::cout << "Testing: " << test << std::endl;

Modified: branches/release/libs/math/test/test_ellint_3.hpp
==============================================================================
--- branches/release/libs/math/test/test_ellint_3.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/test/test_ellint_3.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -28,7 +28,6 @@
 template <class Real, typename T>
 void do_test_ellint_pi3(T& data, const char* type_name, const char* test)
 {
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    std::cout << "Testing: " << test << std::endl;
@@ -54,7 +53,6 @@
 template <class Real, typename T>
 void do_test_ellint_pi2(T& data, const char* type_name, const char* test)
 {
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    std::cout << "Testing: " << test << std::endl;

Modified: branches/release/libs/math/test/test_erf.hpp
==============================================================================
--- branches/release/libs/math/test/test_erf.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/test/test_erf.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -25,7 +25,6 @@
 template <class Real, class T>
 void do_test_erf(const T& data, const char* type_name, const char* test_name)
 {
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    typedef value_type (*pg)(value_type);
@@ -87,7 +86,6 @@
 template <class Real, class T>
 void do_test_erf_inv(const T& data, const char* type_name, const char* test_name)
 {
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    typedef value_type (*pg)(value_type);
@@ -114,7 +112,6 @@
 template <class Real, class T>
 void do_test_erfc_inv(const T& data, const char* type_name, const char* test_name)
 {
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    typedef value_type (*pg)(value_type);

Modified: branches/release/libs/math/test/test_error_handling.cpp
==============================================================================
--- branches/release/libs/math/test/test_error_handling.cpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/test/test_error_handling.cpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -67,6 +67,8 @@
 #define BOOST_TEST_MAIN
 #include <boost/test/unit_test.hpp> // for test_main
 #include <cerrno> // for errno
+#include <iostream>
+#include <iomanip>
 //
 // Define some policies:
 //

Modified: branches/release/libs/math/test/test_expint.hpp
==============================================================================
--- branches/release/libs/math/test/test_expint.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/test/test_expint.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -46,7 +46,6 @@
    // test En(T) against data:
    //
    using namespace std;
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    std::cout << test_name << " with type " << type_name << std::endl;
@@ -91,7 +90,6 @@
    // test Ei(T) against data:
    //
    using namespace std;
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    std::cout << test_name << " with type " << type_name << std::endl;

Modified: branches/release/libs/math/test/test_gamma.cpp
==============================================================================
--- branches/release/libs/math/test/test_gamma.cpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/test/test_gamma.cpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -76,7 +76,7 @@
       "Win32.*", // platform
       "real_concept", // test type(s)
       "factorials", // test data group
- "boost::math::tgamma", 200, 100); // test function
+ "boost::math::tgamma", 250, 100); // test function
    add_expected_result(
       "GNU.*", // compiler
       ".*", // stdlib

Modified: branches/release/libs/math/test/test_gamma.hpp
==============================================================================
--- branches/release/libs/math/test/test_gamma.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/test/test_gamma.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -29,7 +29,6 @@
 template <class Real, class T>
 void do_test_gamma(const T& data, const char* type_name, const char* test_name)
 {
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    typedef value_type (*pg)(value_type);
@@ -92,7 +91,6 @@
 template <class Real, class T>
 void do_test_gammap1m1(const T& data, const char* type_name, const char* test_name)
 {
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    typedef value_type (*pg)(value_type);

Modified: branches/release/libs/math/test/test_hermite.hpp
==============================================================================
--- branches/release/libs/math/test/test_hermite.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/test/test_hermite.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -31,7 +31,6 @@
 template <class Real, class T>
 void do_test_hermite(const T& data, const char* type_name, const char* test_name)
 {
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    typedef value_type (*pg)(unsigned, value_type);
@@ -41,8 +40,6 @@
    pg funcp = boost::math::hermite;
 #endif
 
- typedef unsigned (*cast_t)(value_type);
-
    boost::math::tools::test_result<value_type> result;
 
    std::cout << "Testing " << test_name << " with type " << type_name

Modified: branches/release/libs/math/test/test_hypergeometric_dist.cpp
==============================================================================
--- branches/release/libs/math/test/test_hypergeometric_dist.cpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/test/test_hypergeometric_dist.cpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -147,7 +147,6 @@
    (void)test_name;
 
 #if !defined(TEST_QUANT) || (TEST_QUANT == 0)
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    typedef value_type (*pg)(value_type, value_type, value_type, value_type);
@@ -207,7 +206,6 @@
 template <class Real, class T>
 void do_test_hypergeometric_quantile(const T& data, const char* type_name, const char* test_name)
 {
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    std::cout << "Checking quantiles with " << test_name << " with type " << type_name

Modified: branches/release/libs/math/test/test_ibeta.cpp
==============================================================================
--- branches/release/libs/math/test/test_ibeta.cpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/test/test_ibeta.cpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -231,7 +231,7 @@
       "[^|]*", // platform
       largest_type, // test type(s)
       "(?i).*medium.*", // test data group
- ".*", 150, 50); // test function
+ ".*", 350, 50); // test function
    add_expected_result(
       "[^|]*", // compiler
       "[^|]*", // stdlib

Modified: branches/release/libs/math/test/test_ibeta.hpp
==============================================================================
--- branches/release/libs/math/test/test_ibeta.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/test/test_ibeta.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -27,7 +27,6 @@
 template <class Real, class T>
 void do_test_beta(const T& data, const char* type_name, const char* test_name)
 {
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    typedef value_type (*pg)(value_type, value_type, value_type);
@@ -296,5 +295,72 @@
    BOOST_CHECK_THROW(::boost::math::ibetac(static_cast<T>(2), static_cast<T>(-2), static_cast<T>(0.5)), std::domain_error);
    BOOST_CHECK_THROW(::boost::math::ibetac(static_cast<T>(2), static_cast<T>(2), static_cast<T>(-0.5)), std::domain_error);
    BOOST_CHECK_THROW(::boost::math::ibetac(static_cast<T>(2), static_cast<T>(2), static_cast<T>(1.5)), std::domain_error);
+
+ //
+ // a = b = 0.5 is a special case:
+ //
+ BOOST_CHECK_CLOSE(
+ ::boost::math::ibeta(
+ static_cast<T>(0.5f),
+ static_cast<T>(0.5f),
+ static_cast<T>(0.25)),
+ static_cast<T>(1) / 3, tolerance);
+ BOOST_CHECK_CLOSE(
+ ::boost::math::ibetac(
+ static_cast<T>(0.5f),
+ static_cast<T>(0.5f),
+ static_cast<T>(0.25)),
+ static_cast<T>(2) / 3, tolerance);
+ BOOST_CHECK_CLOSE(
+ ::boost::math::ibeta(
+ static_cast<T>(0.5f),
+ static_cast<T>(0.5f),
+ static_cast<T>(0.125)),
+ static_cast<T>(0.230053456162615885213780567705142893009911395270714102055874L), tolerance);
+ BOOST_CHECK_CLOSE(
+ ::boost::math::ibetac(
+ static_cast<T>(0.5f),
+ static_cast<T>(0.5f),
+ static_cast<T>(0.125)),
+ static_cast<T>(0.769946543837384114786219432294857106990088604729285897944125L), tolerance);
+ BOOST_CHECK_CLOSE(
+ ::boost::math::ibeta(
+ static_cast<T>(0.5f),
+ static_cast<T>(0.5f),
+ static_cast<T>(0.825L)),
+ static_cast<T>(0.725231121519469565327291851560156562956885802608457839260161L), tolerance);
+ BOOST_CHECK_CLOSE(
+ ::boost::math::ibetac(
+ static_cast<T>(0.5f),
+ static_cast<T>(0.5f),
+ static_cast<T>(0.825L)),
+ static_cast<T>(0.274768878480530434672708148439843437043114197391542160739838L), tolerance);
+ //
+ // Second argument is 1 is a special case, see http://functions.wolfram.com/GammaBetaErf/BetaRegularized/03/01/01/
+ //
+ BOOST_CHECK_CLOSE(
+ ::boost::math::ibeta(
+ static_cast<T>(0.5f),
+ static_cast<T>(1),
+ static_cast<T>(0.825L)),
+ static_cast<T>(0.908295106229247499626759842915458109758420750043003849691665L), tolerance);
+ BOOST_CHECK_CLOSE(
+ ::boost::math::ibetac(
+ static_cast<T>(0.5f),
+ static_cast<T>(1),
+ static_cast<T>(0.825L)),
+ static_cast<T>(0.091704893770752500373240157084541890241579249956996150308334L), tolerance);
+ BOOST_CHECK_CLOSE(
+ ::boost::math::ibeta(
+ static_cast<T>(30),
+ static_cast<T>(1),
+ static_cast<T>(0.825L)),
+ static_cast<T>(0.003116150729395132012981654047222541793435357905008020740211L), tolerance);
+ BOOST_CHECK_CLOSE(
+ ::boost::math::ibetac(
+ static_cast<T>(30),
+ static_cast<T>(1),
+ static_cast<T>(0.825L)),
+ static_cast<T>(0.996883849270604867987018345952777458206564642094991979259788L), tolerance);
 }
 

Modified: branches/release/libs/math/test/test_ibeta_inv.hpp
==============================================================================
--- branches/release/libs/math/test/test_ibeta_inv.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/test/test_ibeta_inv.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -149,6 +149,7 @@
 template <class T>
 void test_spots(T)
 {
+ BOOST_MATH_STD_USING
    //
    // basic sanity checks, tolerance is 100 epsilon expressed as a percentage:
    //
@@ -177,5 +178,89 @@
          static_cast<T>(80),
          static_cast<T>(0.5)),
       static_cast<T>(0.33240456430025026300937492802591128972548660643778L), tolerance);
+ BOOST_CHECK_CLOSE(
+ ::boost::math::ibeta_inv(
+ static_cast<T>(40),
+ static_cast<T>(0.5),
+ ldexp(T(1), -30)),
+ static_cast<T>(0.624305407878048788716096298053941618358257550305573588792717L), tolerance);
+ BOOST_CHECK_CLOSE(
+ ::boost::math::ibeta_inv(
+ static_cast<T>(40),
+ static_cast<T>(0.5),
+ static_cast<T>(1 - ldexp(T(1), -30))),
+ static_cast<T>(0.99999999999999999998286262026583217516676792408012252456039L), tolerance);
+ BOOST_CHECK_CLOSE(
+ ::boost::math::ibeta_inv(
+ static_cast<T>(0.5),
+ static_cast<T>(40),
+ static_cast<T>(ldexp(T(1), -30))),
+ static_cast<T>(1.713737973416782483323207591987747543960774485649459249e-20L), tolerance);
+ BOOST_CHECK_CLOSE(
+ ::boost::math::ibeta_inv(
+ static_cast<T>(0.5),
+ static_cast<T>(0.75),
+ static_cast<T>(ldexp(T(1), -30))),
+ static_cast<T>(1.245132488513853853809715434621955746959615015005382639e-18L), tolerance);
+ BOOST_CHECK_CLOSE(
+ ::boost::math::ibeta_inv(
+ static_cast<T>(0.5),
+ static_cast<T>(0.5),
+ static_cast<T>(0.25)),
+ static_cast<T>(0.1464466094067262377995778189475754803575820311557629L), tolerance);
+ BOOST_CHECK_CLOSE(
+ ::boost::math::ibeta_inv(
+ static_cast<T>(0.5),
+ static_cast<T>(0.5),
+ static_cast<T>(0.75)),
+ static_cast<T>(0.853553390593273762200422181052424519642417968844237018294169L), tolerance);
+ BOOST_CHECK_CLOSE(
+ ::boost::math::ibeta_inv(
+ static_cast<T>(1),
+ static_cast<T>(5),
+ static_cast<T>(0.125)),
+ static_cast<T>(0.026352819384831863473794894078665766580641189002729204514544L), tolerance);
+ BOOST_CHECK_CLOSE(
+ ::boost::math::ibeta_inv(
+ static_cast<T>(5),
+ static_cast<T>(1),
+ static_cast<T>(0.125)),
+ static_cast<T>(0.659753955386447129687000985614820066516734506596709340752903L), tolerance);
+ BOOST_CHECK_CLOSE(
+ ::boost::math::ibeta_inv(
+ static_cast<T>(1),
+ static_cast<T>(0.125),
+ static_cast<T>(0.125)),
+ static_cast<T>(0.656391084194183349609374999999999999999999999999999999999999L), tolerance);
+ BOOST_CHECK_CLOSE(
+ ::boost::math::ibeta_inv(
+ static_cast<T>(0.125),
+ static_cast<T>(1),
+ static_cast<T>(0.125)),
+ static_cast<T>(5.960464477539062500000e-8), tolerance);
+ BOOST_CHECK_CLOSE(
+ ::boost::math::ibetac_inv(
+ static_cast<T>(5),
+ static_cast<T>(1),
+ static_cast<T>(0.125)),
+ static_cast<T>(0.973647180615168136526205105921334233419358810997270795485455L), tolerance);
+ BOOST_CHECK_CLOSE(
+ ::boost::math::ibetac_inv(
+ static_cast<T>(1),
+ static_cast<T>(5),
+ static_cast<T>(0.125)),
+ static_cast<T>(0.340246044613552870312999014385179933483265493403290659247096L), tolerance);
+ BOOST_CHECK_CLOSE(
+ ::boost::math::ibetac_inv(
+ static_cast<T>(0.125),
+ static_cast<T>(1),
+ static_cast<T>(0.125)),
+ static_cast<T>(0.343608915805816650390625000000000000000000000000000000000000L), tolerance);
+ BOOST_CHECK_CLOSE(
+ ::boost::math::ibetac_inv(
+ static_cast<T>(1),
+ static_cast<T>(0.125),
+ static_cast<T>(0.125)),
+ static_cast<T>(0.99999994039535522460937500000000000000000000000L), tolerance);
 }
 

Modified: branches/release/libs/math/test/test_igamma.cpp
==============================================================================
--- branches/release/libs/math/test/test_igamma.cpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/test/test_igamma.cpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -201,9 +201,16 @@
       "GNU[^|]*", // compiler
       "[^|]*", // stdlib
       "Win32[^|]*", // platform
+ "real_concept", // test type(s)
+ "[^|]*medium[^|]*", // test data group
+ "[^|]*", 700, 200); // test function
+ add_expected_result(
+ "GNU[^|]*", // compiler
+ "[^|]*", // stdlib
+ "Win32[^|]*", // platform
       largest_type, // test type(s)
       "[^|]*medium[^|]*", // test data group
- "[^|]*", 200, 100); // test function
+ "[^|]*", 700, 200); // test function
    add_expected_result(
       "GNU[^|]*", // compiler
       "[^|]*", // stdlib
@@ -215,16 +222,16 @@
       "GNU[^|]*", // compiler
       "[^|]*", // stdlib
       "Win32[^|]*", // platform
- "real_concept", // test type(s)
- "[^|]*medium[^|]*", // test data group
- "[^|]*", 400, 100); // test function
+ largest_type, // test type(s)
+ "[^|]*integer[^|]*", // test data group
+ ".*", 120, 50); // test function
    add_expected_result(
       "GNU[^|]*", // compiler
       "[^|]*", // stdlib
       "Win32[^|]*", // platform
       "real_concept", // test type(s)
       "[^|]*integer[^|]*", // test data group
- ".*", 80, 50); // test function
+ ".*", 100, 50); // test function
 
    //
    // Large exponent range causes more extreme test cases to be evaluated:

Modified: branches/release/libs/math/test/test_igamma.hpp
==============================================================================
--- branches/release/libs/math/test/test_igamma.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/test/test_igamma.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -29,7 +29,6 @@
 template <class Real, class T>
 void do_test_gamma_2(const T& data, const char* type_name, const char* test_name)
 {
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    typedef value_type (*pg)(value_type, value_type);

Modified: branches/release/libs/math/test/test_igamma_inv.hpp
==============================================================================
--- branches/release/libs/math/test/test_igamma_inv.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/test/test_igamma_inv.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -46,7 +46,6 @@
    // test gamma_p_inv(T, T) against data:
    //
    using namespace std;
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    std::cout << test_name << " with type " << type_name << std::endl;
@@ -116,7 +115,6 @@
 template <class Real, class T>
 void do_test_gamma_inv(const T& data, const char* type_name, const char* test_name)
 {
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    typedef value_type (*pg)(value_type, value_type);

Modified: branches/release/libs/math/test/test_igamma_inva.hpp
==============================================================================
--- branches/release/libs/math/test/test_igamma_inva.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/test/test_igamma_inva.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -46,7 +46,6 @@
    // test gamma_p_inva(T, T) against data:
    //
    using namespace std;
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    std::cout << test_name << " with type " << type_name << std::endl;
@@ -116,7 +115,6 @@
 template <class Real, class T>
 void do_test_gamma_inva(const T& data, const char* type_name, const char* test_name)
 {
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    typedef value_type (*pg)(value_type, value_type);

Modified: branches/release/libs/math/test/test_jacobi.hpp
==============================================================================
--- branches/release/libs/math/test/test_jacobi.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/test/test_jacobi.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -29,7 +29,6 @@
 template <class Real, typename T>
 void do_test_sn(T& data, const char* type_name, const char* test)
 {
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    std::cout << "Testing: " << test << std::endl;

Modified: branches/release/libs/math/test/test_laguerre.hpp
==============================================================================
--- branches/release/libs/math/test/test_laguerre.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/test/test_laguerre.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -24,7 +24,6 @@
 template <class Real, class T>
 void do_test_laguerre2(const T& data, const char* type_name, const char* test_name)
 {
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    typedef value_type (*pg)(unsigned, value_type);
@@ -54,7 +53,6 @@
 template <class Real, class T>
 void do_test_laguerre3(const T& data, const char* type_name, const char* test_name)
 {
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    typedef value_type (*pg)(unsigned, unsigned, value_type);

Copied: branches/release/libs/math/test/test_ldouble_simple.cpp (from r85977, trunk/libs/math/test/test_ldouble_simple.cpp)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ branches/release/libs/math/test/test_ldouble_simple.cpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987, copy of r85977, trunk/libs/math/test/test_ldouble_simple.cpp)
@@ -0,0 +1,28 @@
+// Copyright John Maddock 2013.
+// Use, modification and distribution are subject to 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)
+
+#define BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
+#define BOOST_TEST_MAIN
+#include <boost/test/unit_test.hpp> // Boost.Test
+#include <boost/math/special_functions/sign.hpp>
+#include <boost/math/special_functions/fpclassify.hpp>
+
+BOOST_AUTO_TEST_CASE( test_main )
+{
+ BOOST_CHECK_EQUAL((boost::math::signbit)(1.0L), 0.0L);
+ BOOST_CHECK_EQUAL((boost::math::signbit)(-1.0L), 1.0L);
+ BOOST_CHECK_EQUAL((boost::math::sign)(1.0L), 1.0L);
+ BOOST_CHECK_EQUAL((boost::math::sign)(-1.0L), -1.0L);
+ BOOST_CHECK_EQUAL((boost::math::changesign)(1.0L), -1.0L);
+ BOOST_CHECK_EQUAL((boost::math::changesign)(-1.0L), 1.0L);
+
+ BOOST_CHECK_EQUAL((boost::math::fpclassify)(1.0L), FP_NORMAL);
+ BOOST_CHECK_EQUAL((boost::math::isnan)(1.0L), false);
+ BOOST_CHECK_EQUAL((boost::math::isinf)(1.0L), false);
+ BOOST_CHECK_EQUAL((boost::math::isnormal)(1.0L), true);
+ BOOST_CHECK_EQUAL((boost::math::isfinite)(1.0L), true);
+} // BOOST_AUTO_TEST_CASE( test_main )
+

Modified: branches/release/libs/math/test/test_legendre.hpp
==============================================================================
--- branches/release/libs/math/test/test_legendre.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/test/test_legendre.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -28,7 +28,6 @@
 template <class Real, class T>
 void do_test_legendre_p(const T& data, const char* type_name, const char* test_name)
 {
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    typedef value_type (*pg)(int, value_type);
@@ -95,7 +94,6 @@
 template <class Real, class T>
 void do_test_assoc_legendre_p(const T& data, const char* type_name, const char* test_name)
 {
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    typedef value_type (*pg)(int, int, value_type);

Modified: branches/release/libs/math/test/test_nc_beta.cpp
==============================================================================
--- branches/release/libs/math/test/test_nc_beta.cpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/test/test_nc_beta.cpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -295,7 +295,6 @@
 template <typename Real, typename T>
 void do_test_nc_chi_squared(T& data, const char* type_name, const char* test)
 {
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    std::cout << "Testing: " << test << std::endl;
@@ -334,7 +333,6 @@
 template <typename Real, typename T>
 void quantile_sanity_check(T& data, const char* type_name, const char* test)
 {
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    //

Modified: branches/release/libs/math/test/test_nc_t.cpp
==============================================================================
--- branches/release/libs/math/test/test_nc_t.cpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/test/test_nc_t.cpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -737,54 +737,53 @@
   if(std::numeric_limits<RealType>::has_quiet_NaN)
   {
   // Mean
- BOOST_CHECK(boost::math::isnan(mean(ignore_error_non_central_t(-nan, 0))));
- BOOST_CHECK(boost::math::isnan(mean(ignore_error_non_central_t(+nan, 0))));
- BOOST_CHECK(boost::math::isnan(mean(ignore_error_non_central_t(-1, 0))));
- BOOST_CHECK(boost::math::isnan(mean(ignore_error_non_central_t(0, 0))));
- BOOST_CHECK(boost::math::isnan(mean(ignore_error_non_central_t(1, 0))));
- BOOST_CHECK(boost::math::isnan(mean(ignore_error_non_central_t(2, nan))));
- BOOST_CHECK(boost::math::isnan(mean(ignore_error_non_central_t(nan, nan))));
+ BOOST_CHECK((boost::math::isnan)(mean(ignore_error_non_central_t(-nan, 0))));
+ BOOST_CHECK((boost::math::isnan)(mean(ignore_error_non_central_t(+nan, 0))));
+ BOOST_CHECK((boost::math::isnan)(mean(ignore_error_non_central_t(-1, 0))));
+ BOOST_CHECK((boost::math::isnan)(mean(ignore_error_non_central_t(0, 0))));
+ BOOST_CHECK((boost::math::isnan)(mean(ignore_error_non_central_t(1, 0))));
+ BOOST_CHECK((boost::math::isnan)(mean(ignore_error_non_central_t(2, nan))));
+ BOOST_CHECK((boost::math::isnan)(mean(ignore_error_non_central_t(nan, nan))));
     BOOST_CHECK(boost::math::isfinite(mean(ignore_error_non_central_t(2, 0)))); // OK
 
     // Variance
- BOOST_CHECK(boost::math::isnan(variance(ignore_error_non_central_t(nan, 0))));
- BOOST_CHECK(boost::math::isnan(variance(ignore_error_non_central_t(1, nan))));
- BOOST_CHECK(boost::math::isnan(variance(ignore_error_non_central_t(2, nan))));
- BOOST_CHECK(boost::math::isnan(variance(ignore_error_non_central_t(-1, 0))));
- BOOST_CHECK(boost::math::isnan(variance(ignore_error_non_central_t(0, 0))));
- BOOST_CHECK(boost::math::isnan(variance(ignore_error_non_central_t(1, 0))));
- BOOST_CHECK(boost::math::isnan(variance(ignore_error_non_central_t(static_cast<RealType>(1.7L), 0))));
- BOOST_CHECK(boost::math::isnan(variance(ignore_error_non_central_t(2, 0))));
+ BOOST_CHECK((boost::math::isnan)(variance(ignore_error_non_central_t(nan, 0))));
+ BOOST_CHECK((boost::math::isnan)(variance(ignore_error_non_central_t(1, nan))));
+ BOOST_CHECK((boost::math::isnan)(variance(ignore_error_non_central_t(2, nan))));
+ BOOST_CHECK((boost::math::isnan)(variance(ignore_error_non_central_t(-1, 0))));
+ BOOST_CHECK((boost::math::isnan)(variance(ignore_error_non_central_t(0, 0))));
+ BOOST_CHECK((boost::math::isnan)(variance(ignore_error_non_central_t(1, 0))));
+ BOOST_CHECK((boost::math::isnan)(variance(ignore_error_non_central_t(static_cast<RealType>(1.7L), 0))));
+ BOOST_CHECK((boost::math::isnan)(variance(ignore_error_non_central_t(2, 0))));
 
   // Skewness
- BOOST_CHECK(boost::math::isnan(skewness(ignore_error_non_central_t(std::numeric_limits<RealType>::quiet_NaN(), 0))));
- BOOST_CHECK(boost::math::isnan(skewness(ignore_error_non_central_t(-1, 0))));
- BOOST_CHECK(boost::math::isnan(skewness(ignore_error_non_central_t(0, 0))));
- BOOST_CHECK(boost::math::isnan(skewness(ignore_error_non_central_t(1, 0))));
- BOOST_CHECK(boost::math::isnan(skewness(ignore_error_non_central_t(2, 0))));
- BOOST_CHECK(boost::math::isnan(skewness(ignore_error_non_central_t(3, 0))));
+ BOOST_CHECK((boost::math::isnan)(skewness(ignore_error_non_central_t(std::numeric_limits<RealType>::quiet_NaN(), 0))));
+ BOOST_CHECK((boost::math::isnan)(skewness(ignore_error_non_central_t(-1, 0))));
+ BOOST_CHECK((boost::math::isnan)(skewness(ignore_error_non_central_t(0, 0))));
+ BOOST_CHECK((boost::math::isnan)(skewness(ignore_error_non_central_t(1, 0))));
+ BOOST_CHECK((boost::math::isnan)(skewness(ignore_error_non_central_t(2, 0))));
+ BOOST_CHECK((boost::math::isnan)(skewness(ignore_error_non_central_t(3, 0))));
 
   // Kurtosis
- BOOST_CHECK(boost::math::isnan(kurtosis(ignore_error_non_central_t(std::numeric_limits<RealType>::quiet_NaN(), 0))));
- BOOST_CHECK(boost::math::isnan(kurtosis(ignore_error_non_central_t(-1, 0))));
- BOOST_CHECK(boost::math::isnan(kurtosis(ignore_error_non_central_t(0, 0))));
- BOOST_CHECK(boost::math::isnan(kurtosis(ignore_error_non_central_t(1, 0))));
- BOOST_CHECK(boost::math::isnan(kurtosis(ignore_error_non_central_t(2, 0))));
- BOOST_CHECK(boost::math::isnan(kurtosis(ignore_error_non_central_t(static_cast<RealType>(2.0001L), 0))));
- BOOST_CHECK(boost::math::isnan(kurtosis(ignore_error_non_central_t(3, 0))));
- BOOST_CHECK(boost::math::isnan(kurtosis(ignore_error_non_central_t(4, 0))));
+ BOOST_CHECK((boost::math::isnan)(kurtosis(ignore_error_non_central_t(std::numeric_limits<RealType>::quiet_NaN(), 0))));
+ BOOST_CHECK((boost::math::isnan)(kurtosis(ignore_error_non_central_t(-1, 0))));
+ BOOST_CHECK((boost::math::isnan)(kurtosis(ignore_error_non_central_t(0, 0))));
+ BOOST_CHECK((boost::math::isnan)(kurtosis(ignore_error_non_central_t(1, 0))));
+ BOOST_CHECK((boost::math::isnan)(kurtosis(ignore_error_non_central_t(2, 0))));
+ BOOST_CHECK((boost::math::isnan)(kurtosis(ignore_error_non_central_t(static_cast<RealType>(2.0001L), 0))));
+ BOOST_CHECK((boost::math::isnan)(kurtosis(ignore_error_non_central_t(3, 0))));
+ BOOST_CHECK((boost::math::isnan)(kurtosis(ignore_error_non_central_t(4, 0))));
  
     // Kurtosis excess
- BOOST_CHECK(boost::math::isnan(kurtosis_excess(ignore_error_non_central_t(std::numeric_limits<RealType>::quiet_NaN(), 0))));
- BOOST_CHECK(boost::math::isnan(kurtosis_excess(ignore_error_non_central_t(-1, 0))));
- BOOST_CHECK(boost::math::isnan(kurtosis_excess(ignore_error_non_central_t(0, 0))));
- BOOST_CHECK(boost::math::isnan(kurtosis_excess(ignore_error_non_central_t(1, 0))));
- BOOST_CHECK(boost::math::isnan(kurtosis_excess(ignore_error_non_central_t(2, 0))));
- BOOST_CHECK(boost::math::isnan(kurtosis_excess(ignore_error_non_central_t(static_cast<RealType>(2.0001L), 0))));
- BOOST_CHECK(boost::math::isnan(kurtosis_excess(ignore_error_non_central_t(3, 0))));
- BOOST_CHECK(boost::math::isnan(kurtosis_excess(ignore_error_non_central_t(4, 0))));
+ BOOST_CHECK((boost::math::isnan)(kurtosis_excess(ignore_error_non_central_t(std::numeric_limits<RealType>::quiet_NaN(), 0))));
+ BOOST_CHECK((boost::math::isnan)(kurtosis_excess(ignore_error_non_central_t(-1, 0))));
+ BOOST_CHECK((boost::math::isnan)(kurtosis_excess(ignore_error_non_central_t(0, 0))));
+ BOOST_CHECK((boost::math::isnan)(kurtosis_excess(ignore_error_non_central_t(1, 0))));
+ BOOST_CHECK((boost::math::isnan)(kurtosis_excess(ignore_error_non_central_t(2, 0))));
+ BOOST_CHECK((boost::math::isnan)(kurtosis_excess(ignore_error_non_central_t(static_cast<RealType>(2.0001L), 0))));
+ BOOST_CHECK((boost::math::isnan)(kurtosis_excess(ignore_error_non_central_t(3, 0))));
+ BOOST_CHECK((boost::math::isnan)(kurtosis_excess(ignore_error_non_central_t(4, 0))));
   } // has_quiet_NaN
-
   BOOST_CHECK(boost::math::isfinite(mean(ignore_error_non_central_t(1 + std::numeric_limits<RealType>::epsilon(), 0))));
   BOOST_CHECK(boost::math::isfinite(variance(ignore_error_non_central_t(2 + 2 * std::numeric_limits<RealType>::epsilon(), 0))));
   BOOST_CHECK(boost::math::isfinite(variance(ignore_error_non_central_t(static_cast<RealType>(2.0001L), 0))));

Modified: branches/release/libs/math/test/test_nonfinite_io.cpp
==============================================================================
--- branches/release/libs/math/test/test_nonfinite_io.cpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/test/test_nonfinite_io.cpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -30,7 +30,7 @@
 using namespace boost::math;
 using boost::math::signbit;
 using boost::math::changesign;
-using boost::math::isnan;
+using (boost::math::isnan)(;
 
 //------------------------------------------------------------------------------
 // Test nonfinite_num_put and nonfinite_num_get facets by checking

Modified: branches/release/libs/math/test/test_owens_t.cpp
==============================================================================
--- branches/release/libs/math/test/test_owens_t.cpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/test/test_owens_t.cpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -212,7 +212,7 @@
       const RealType exph = exp(h);
       const RealType t = boost::math::owens_t(exph, expa);
       RealType t7 = boost::math::owens_t_T7(exph,expa);
- //if(!boost::math::isnormal(t) || !boost::math::isnormal(t7))
+ //if(!(boost::math::isnormal)(t) || !(boost::math::isnormal)(t7))
       // std::cout << "a = " << expa << " h = " << exph << " t = " << t << " t7 = " << t7 << std::endl;
       BOOST_CHECK_CLOSE_FRACTION(t, t7, tolerance);
     }

Modified: branches/release/libs/math/test/test_skew_normal.cpp
==============================================================================
--- branches/release/libs/math/test/test_skew_normal.cpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/test/test_skew_normal.cpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -337,7 +337,7 @@
 
         BOOST_CHECK_CLOSE( // mean:
            mean(dist)
- , static_cast<RealType>(-0.579908992539856825862549L), tol100);
+ , static_cast<RealType>(-0.579908992539856825862549L), tol100 * 2);
          BOOST_CHECK_CLOSE( // variance:
           variance(dist)
           , static_cast<RealType>(2.0179057767837232633904L), tol100);

Modified: branches/release/libs/math/test/test_spherical_harmonic.cpp
==============================================================================
--- branches/release/libs/math/test/test_spherical_harmonic.cpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/test/test_spherical_harmonic.cpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -101,7 +101,6 @@
 template <class Real, class T>
 void do_test_spherical_harmonic(const T& data, const char* type_name, const char* test_name)
 {
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    typedef value_type (*pg)(unsigned, int, value_type, value_type);
@@ -145,7 +144,6 @@
 template <class Real, class T>
 void test_complex_spherical_harmonic(const T& data, const char* /* name */, boost::mpl::true_ const &)
 {
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    for(unsigned i = 0; i < sizeof(data) / sizeof(data[0]); ++i)

Modified: branches/release/libs/math/test/test_students_t.cpp
==============================================================================
--- branches/release/libs/math/test/test_students_t.cpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/test/test_students_t.cpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -354,6 +354,35 @@
          static_cast<RealType>(1.42262528146180931868169289781115099L), // t.
          tolerance);
 
+ if(boost::is_floating_point<RealType>::value)
+ {
+ BOOST_CHECK_CLOSE(boost::math::cdf(
+ students_t_distribution<RealType>(1e30f),
+ boost::math::quantile(
+ students_t_distribution<RealType>(1e30f), static_cast<RealType>(0.25f))),
+ static_cast<RealType>(0.25f), tolerance);
+ BOOST_CHECK_CLOSE(boost::math::cdf(
+ students_t_distribution<RealType>(1e20f),
+ boost::math::quantile(
+ students_t_distribution<RealType>(1e20f), static_cast<RealType>(0.25f))),
+ static_cast<RealType>(0.25f), tolerance);
+ BOOST_CHECK_CLOSE(boost::math::cdf(
+ students_t_distribution<RealType>(static_cast<RealType>(0x7FFFFFFF)),
+ boost::math::quantile(
+ students_t_distribution<RealType>(static_cast<RealType>(0x7FFFFFFF)), static_cast<RealType>(0.25f))),
+ static_cast<RealType>(0.25f), tolerance);
+ BOOST_CHECK_CLOSE(boost::math::cdf(
+ students_t_distribution<RealType>(static_cast<RealType>(0x10000000)),
+ boost::math::quantile(
+ students_t_distribution<RealType>(static_cast<RealType>(0x10000000)), static_cast<RealType>(0.25f))),
+ static_cast<RealType>(0.25f), tolerance);
+ BOOST_CHECK_CLOSE(boost::math::cdf(
+ students_t_distribution<RealType>(static_cast<RealType>(0x0fffffff)),
+ boost::math::quantile(
+ students_t_distribution<RealType>(static_cast<RealType>(0x0fffffff)), static_cast<RealType>(0.25f))),
+ static_cast<RealType>(0.25f), tolerance);
+ }
+
   // Student's t pdf tests.
   // for PDF checks, use 100 eps tolerance expressed as a percent:
    tolerance = boost::math::tools::epsilon<RealType>() * 10000;
@@ -634,45 +663,45 @@
   if(std::numeric_limits<RealType>::has_quiet_NaN)
   {
   // Mean
- BOOST_CHECK(boost::math::isnan(mean(ignore_error_students_t(-1))));
- BOOST_CHECK(boost::math::isnan(mean(ignore_error_students_t(0))));
- BOOST_CHECK(boost::math::isnan(mean(ignore_error_students_t(1))));
+ BOOST_CHECK((boost::math::isnan)(mean(ignore_error_students_t(-1))));
+ BOOST_CHECK((boost::math::isnan)(mean(ignore_error_students_t(0))));
+ BOOST_CHECK((boost::math::isnan)(mean(ignore_error_students_t(1))));
 
     // Variance
- BOOST_CHECK(boost::math::isnan(variance(ignore_error_students_t(std::numeric_limits<RealType>::quiet_NaN()))));
- BOOST_CHECK(boost::math::isnan(variance(ignore_error_students_t(-1))));
- BOOST_CHECK(boost::math::isnan(variance(ignore_error_students_t(0))));
- BOOST_CHECK(boost::math::isnan(variance(ignore_error_students_t(1))));
- BOOST_CHECK(boost::math::isnan(variance(ignore_error_students_t(static_cast<RealType>(1.7L)))));
- BOOST_CHECK(boost::math::isnan(variance(ignore_error_students_t(2))));
+ BOOST_CHECK((boost::math::isnan)(variance(ignore_error_students_t(std::numeric_limits<RealType>::quiet_NaN()))));
+ BOOST_CHECK((boost::math::isnan)(variance(ignore_error_students_t(-1))));
+ BOOST_CHECK((boost::math::isnan)(variance(ignore_error_students_t(0))));
+ BOOST_CHECK((boost::math::isnan)(variance(ignore_error_students_t(1))));
+ BOOST_CHECK((boost::math::isnan)(variance(ignore_error_students_t(static_cast<RealType>(1.7L)))));
+ BOOST_CHECK((boost::math::isnan)(variance(ignore_error_students_t(2))));
 
   // Skewness
- BOOST_CHECK(boost::math::isnan(skewness(ignore_error_students_t(std::numeric_limits<RealType>::quiet_NaN()))));
- BOOST_CHECK(boost::math::isnan(skewness(ignore_error_students_t(-1))));
- BOOST_CHECK(boost::math::isnan(skewness(ignore_error_students_t(0))));
- BOOST_CHECK(boost::math::isnan(skewness(ignore_error_students_t(1))));
- BOOST_CHECK(boost::math::isnan(skewness(ignore_error_students_t(2))));
- BOOST_CHECK(boost::math::isnan(skewness(ignore_error_students_t(3))));
+ BOOST_CHECK((boost::math::isnan)(skewness(ignore_error_students_t(std::numeric_limits<RealType>::quiet_NaN()))));
+ BOOST_CHECK((boost::math::isnan)(skewness(ignore_error_students_t(-1))));
+ BOOST_CHECK((boost::math::isnan)(skewness(ignore_error_students_t(0))));
+ BOOST_CHECK((boost::math::isnan)(skewness(ignore_error_students_t(1))));
+ BOOST_CHECK((boost::math::isnan)(skewness(ignore_error_students_t(2))));
+ BOOST_CHECK((boost::math::isnan)(skewness(ignore_error_students_t(3))));
 
   // Kurtosis
- BOOST_CHECK(boost::math::isnan(kurtosis(ignore_error_students_t(std::numeric_limits<RealType>::quiet_NaN()))));
- BOOST_CHECK(boost::math::isnan(kurtosis(ignore_error_students_t(-1))));
- BOOST_CHECK(boost::math::isnan(kurtosis(ignore_error_students_t(0))));
- BOOST_CHECK(boost::math::isnan(kurtosis(ignore_error_students_t(1))));
- BOOST_CHECK(boost::math::isnan(kurtosis(ignore_error_students_t(2))));
- BOOST_CHECK(boost::math::isnan(kurtosis(ignore_error_students_t(static_cast<RealType>(2.0001L)))));
- BOOST_CHECK(boost::math::isnan(kurtosis(ignore_error_students_t(3))));
- BOOST_CHECK(boost::math::isnan(kurtosis(ignore_error_students_t(4))));
+ BOOST_CHECK((boost::math::isnan)(kurtosis(ignore_error_students_t(std::numeric_limits<RealType>::quiet_NaN()))));
+ BOOST_CHECK((boost::math::isnan)(kurtosis(ignore_error_students_t(-1))));
+ BOOST_CHECK((boost::math::isnan)(kurtosis(ignore_error_students_t(0))));
+ BOOST_CHECK((boost::math::isnan)(kurtosis(ignore_error_students_t(1))));
+ BOOST_CHECK((boost::math::isnan)(kurtosis(ignore_error_students_t(2))));
+ BOOST_CHECK((boost::math::isnan)(kurtosis(ignore_error_students_t(static_cast<RealType>(2.0001L)))));
+ BOOST_CHECK((boost::math::isnan)(kurtosis(ignore_error_students_t(3))));
+ BOOST_CHECK((boost::math::isnan)(kurtosis(ignore_error_students_t(4))));
  
     // Kurtosis excess
- BOOST_CHECK(boost::math::isnan(kurtosis_excess(ignore_error_students_t(std::numeric_limits<RealType>::quiet_NaN()))));
- BOOST_CHECK(boost::math::isnan(kurtosis_excess(ignore_error_students_t(-1))));
- BOOST_CHECK(boost::math::isnan(kurtosis_excess(ignore_error_students_t(0))));
- BOOST_CHECK(boost::math::isnan(kurtosis_excess(ignore_error_students_t(1))));
- BOOST_CHECK(boost::math::isnan(kurtosis_excess(ignore_error_students_t(2))));
- BOOST_CHECK(boost::math::isnan(kurtosis_excess(ignore_error_students_t(static_cast<RealType>(2.0001L)))));
- BOOST_CHECK(boost::math::isnan(kurtosis_excess(ignore_error_students_t(3))));
- BOOST_CHECK(boost::math::isnan(kurtosis_excess(ignore_error_students_t(4))));
+ BOOST_CHECK((boost::math::isnan)(kurtosis_excess(ignore_error_students_t(std::numeric_limits<RealType>::quiet_NaN()))));
+ BOOST_CHECK((boost::math::isnan)(kurtosis_excess(ignore_error_students_t(-1))));
+ BOOST_CHECK((boost::math::isnan)(kurtosis_excess(ignore_error_students_t(0))));
+ BOOST_CHECK((boost::math::isnan)(kurtosis_excess(ignore_error_students_t(1))));
+ BOOST_CHECK((boost::math::isnan)(kurtosis_excess(ignore_error_students_t(2))));
+ BOOST_CHECK((boost::math::isnan)(kurtosis_excess(ignore_error_students_t(static_cast<RealType>(2.0001L)))));
+ BOOST_CHECK((boost::math::isnan)(kurtosis_excess(ignore_error_students_t(3))));
+ BOOST_CHECK((boost::math::isnan)(kurtosis_excess(ignore_error_students_t(4))));
   } // has_quiet_NaN
 
   BOOST_CHECK(boost::math::isfinite(mean(ignore_error_students_t(1 + std::numeric_limits<RealType>::epsilon()))));

Modified: branches/release/libs/math/test/test_tgamma_ratio.cpp
==============================================================================
--- branches/release/libs/math/test/test_tgamma_ratio.cpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/test/test_tgamma_ratio.cpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -77,6 +77,14 @@
       "real_concept", // test type(s)
       "[^|]*", // test data group
       "boost::math::tgamma_ratio[^|]*", 300, 100); // test function
+
+ add_expected_result(
+ "GNU.*", // compiler
+ "[^|]*", // stdlib
+ "Win32.*", // platform
+ largest_type, // test type(s)
+ "[^|]*", // test data group
+ "boost::math::tgamma_ratio[^|]*", 300, 100); // test function
    //
    // Catch all cases come last:
    //

Modified: branches/release/libs/math/test/test_tgamma_ratio.hpp
==============================================================================
--- branches/release/libs/math/test/test_tgamma_ratio.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/test/test_tgamma_ratio.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -36,7 +36,6 @@
 template <class Real, class T>
 void do_test_tgamma_delta_ratio(const T& data, const char* type_name, const char* test_name)
 {
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    typedef value_type (*pg)(value_type, value_type);
@@ -69,7 +68,6 @@
 template <class Real, class T>
 void do_test_tgamma_ratio(const T& data, const char* type_name, const char* test_name)
 {
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    typedef value_type (*pg)(value_type, value_type);

Modified: branches/release/libs/math/test/test_triangular.cpp
==============================================================================
--- branches/release/libs/math/test/test_triangular.cpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/test/test_triangular.cpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -495,7 +495,7 @@
   else
   { // real_concept case, does has_infinfity == false, so can't check it throws.
     // cout << std::numeric_limits<RealType>::infinity() << ' '
- // << boost::math::fpclassify(std::numeric_limits<RealType>::infinity()) << endl;
+ // << (boost::math::fpclassify)(std::numeric_limits<RealType>::infinity()) << endl;
     // value of std::numeric_limits<RealType>::infinity() is zero, so FPclassify is zero,
     // so (boost::math::isfinite)(std::numeric_limits<RealType>::infinity()) does not detect infinity.
     // so these tests would never throw.

Modified: branches/release/libs/math/test/test_uniform.cpp
==============================================================================
--- branches/release/libs/math/test/test_uniform.cpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/test/test_uniform.cpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -339,7 +339,7 @@
    else
    { // real_concept case, does has_infinfity == false, so can't check it throws.
      // cout << std::numeric_limits<RealType>::infinity() << ' '
- // << boost::math::fpclassify(std::numeric_limits<RealType>::infinity()) << endl;
+ // << (boost::math::fpclassify)(std::numeric_limits<RealType>::infinity()) << endl;
      // value of std::numeric_limits<RealType>::infinity() is zero, so FPclassify is zero,
      // so (boost::math::isfinite)(std::numeric_limits<RealType>::infinity()) does not detect infinity.
      // so these tests would never throw.

Modified: branches/release/libs/math/test/test_zeta.hpp
==============================================================================
--- branches/release/libs/math/test/test_zeta.hpp Sat Sep 28 12:11:45 2013 (r85986)
+++ branches/release/libs/math/test/test_zeta.hpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987)
@@ -31,7 +31,6 @@
    // test zeta(T) against data:
    //
    using namespace std;
- typedef typename T::value_type row_type;
    typedef Real value_type;
 
    std::cout << test_name << " with type " << type_name << std::endl;

Copied: branches/release/libs/math/tools/tgamma_large_data.cpp (from r85977, trunk/libs/math/tools/tgamma_large_data.cpp)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ branches/release/libs/math/tools/tgamma_large_data.cpp 2013-09-28 12:19:47 EDT (Sat, 28 Sep 2013) (r85987, copy of r85977, trunk/libs/math/tools/tgamma_large_data.cpp)
@@ -0,0 +1,75 @@
+// Copyright John Maddock 2013.
+// Use, modification and distribution are subject to 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)
+
+//[special_data_example
+
+#include <boost/multiprecision/mpfr.hpp>
+#include <boost/math/tools/test_data.hpp>
+#include <boost/test/included/prg_exec_monitor.hpp>
+#include <boost/math/tools/tuple.hpp>
+#include <fstream>
+
+using namespace boost::math::tools;
+using namespace boost::math;
+using namespace std;
+using namespace boost::multiprecision;
+
+typedef number<mpfr_float_backend<1000> > mp_type;
+
+
+boost::math::tuple<mp_type, mp_type, mp_type> generate(mp_type a)
+{
+ mp_type tg, lg;
+ mpfr_gamma(tg.backend().data(), a.backend().data(), GMP_RNDN);
+ mpfr_lngamma(lg.backend().data(), a.backend().data(), GMP_RNDN);
+ return boost::math::make_tuple(a, tg, lg);
+}
+
+int cpp_main(int argc, char*argv [])
+{
+ parameter_info<mp_type> arg1, arg2;
+ test_data<mp_type> data;
+
+ bool cont;
+ std::string line;
+
+ if(argc < 1)
+ return 1;
+
+ do{
+ //
+ // User interface which prompts for
+ // range of input parameters:
+ //
+ if(0 == get_user_parameter_info(arg1, "a"))
+ return 1;
+ arg1.type |= dummy_param;
+
+ data.insert(&generate, arg1);
+
+ std::cout << "Any more data [y/n]?";
+ std::getline(std::cin, line);
+ boost::algorithm::trim(line);
+ cont = (line == "y");
+ }while(cont);
+ //
+ // Just need to write the results to a file:
+ //
+ std::cout << "Enter name of test data file [default=gamma.ipp]";
+ std::getline(std::cin, line);
+ boost::algorithm::trim(line);
+ if(line == "")
+ line = "gamma.ipp";
+ std::ofstream ofs(line.c_str());
+ line.erase(line.find('.'));
+ ofs << std::scientific << std::setprecision(500);
+ write_code(ofs, data, line.c_str());
+
+ return 0;
+}
+
+//]
+


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