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)