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)