Image 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 年之前
..
high_prec 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 年之前
instances 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 年之前
log1p_expm1_test.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 年之前
powm1_sqrtp1m1_test.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 年之前
readme.txt 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 年之前
setup.hpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 年之前
table_type.hpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 年之前
test_bessel_i.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 年之前
test_bessel_j.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 年之前
test_bessel_k.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 年之前
test_bessel_y.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 年之前
test_beta.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 年之前
test_binomial_coeff.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 年之前
test_carlson_1.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 年之前
test_carlson_2.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 年之前
test_carlson_3.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 年之前
test_carlson_4.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 年之前
test_cbrt.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 年之前
test_digamma.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 年之前
test_ellint_1.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 年之前
test_ellint_2.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 年之前
test_ellint_3.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 年之前
test_erf.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 年之前
test_expint.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 年之前
test_gamma.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 年之前
test_hermite.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 年之前
test_ibeta.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 年之前
test_ibeta_2.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 年之前
test_ibeta_3.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 年之前
test_ibeta_4.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 年之前
test_ibeta_inv_1.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 年之前
test_ibeta_inv_ab_4.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 年之前
test_igamma.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 年之前
test_igamma_inv.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 年之前
test_igamma_inva.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 年之前
test_laguerre.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 年之前
test_legendre.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 年之前
test_tgamma_ratio.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 年之前
test_zeta.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 年之前

readme.txt

These tests verify that the multiprecision types can interoperate with Boost.Math.

We use Boost.Math's own test data for these and test at various precisions which trigger
different code inside the Math lib. We don't test at very high precision here as
Boost.Math's test data doesn't go much beyond 35 digits (for good reason, some compilers
choke when attempting to parse higher precision numbers as double's).


// Copyright 2018 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)