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

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)