multiprecision/test/math
2019-08-14 18:02:10 +01:00
..
high_prec Edits to satisfy the picky inspect.exe program, now passing local tests using MSVC 14.2, except for six cpp_int*serial*.txt testdata files missing licence. 2019-08-14 18:02:10 +01:00
instances clang-format: apply new format to (almost) everything. 2019-07-15 18:25:17 +01:00
log1p_expm1_test.cpp clang-format: apply new format to (almost) everything. 2019-07-15 18:25:17 +01:00
powm1_sqrtp1m1_test.cpp clang-format: apply new format to (almost) everything. 2019-07-15 18:25:17 +01:00
readme.txt Edits to satisfy the picky inspect.exe program, now passing local tests using MSVC 14.2, except for six cpp_int*serial*.txt testdata files missing licence. 2019-08-14 18:02:10 +01:00
setup.hpp clang-format: apply new format to (almost) everything. 2019-07-15 18:25:17 +01:00
table_type.hpp clang-format: apply new format to (almost) everything. 2019-07-15 18:25:17 +01:00
test_bessel_i.cpp clang-format: apply new format to (almost) everything. 2019-07-15 18:25:17 +01:00
test_bessel_j.cpp clang-format: apply new format to (almost) everything. 2019-07-15 18:25:17 +01:00
test_bessel_k.cpp clang-format: apply new format to (almost) everything. 2019-07-15 18:25:17 +01:00
test_bessel_y.cpp clang-format: apply new format to (almost) everything. 2019-07-15 18:25:17 +01:00
test_beta.cpp clang-format: apply new format to (almost) everything. 2019-07-15 18:25:17 +01:00
test_binomial_coeff.cpp clang-format: apply new format to (almost) everything. 2019-07-15 18:25:17 +01:00
test_carlson_1.cpp clang-format: apply new format to (almost) everything. 2019-07-15 18:25:17 +01:00
test_carlson_2.cpp clang-format: apply new format to (almost) everything. 2019-07-15 18:25:17 +01:00
test_carlson_3.cpp clang-format: apply new format to (almost) everything. 2019-07-15 18:25:17 +01:00
test_carlson_4.cpp clang-format: apply new format to (almost) everything. 2019-07-15 18:25:17 +01:00
test_cbrt.cpp clang-format: apply new format to (almost) everything. 2019-07-15 18:25:17 +01:00
test_digamma.cpp clang-format: apply new format to (almost) everything. 2019-07-15 18:25:17 +01:00
test_ellint_1.cpp clang-format: apply new format to (almost) everything. 2019-07-15 18:25:17 +01:00
test_ellint_2.cpp clang-format: apply new format to (almost) everything. 2019-07-15 18:25:17 +01:00
test_ellint_3.cpp clang-format: apply new format to (almost) everything. 2019-07-15 18:25:17 +01:00
test_erf.cpp clang-format: apply new format to (almost) everything. 2019-07-15 18:25:17 +01:00
test_expint.cpp clang-format: apply new format to (almost) everything. 2019-07-15 18:25:17 +01:00
test_gamma.cpp clang-format: apply new format to (almost) everything. 2019-07-15 18:25:17 +01:00
test_hermite.cpp clang-format: apply new format to (almost) everything. 2019-07-15 18:25:17 +01:00
test_ibeta_2.cpp clang-format: apply new format to (almost) everything. 2019-07-15 18:25:17 +01:00
test_ibeta_3.cpp clang-format: apply new format to (almost) everything. 2019-07-15 18:25:17 +01:00
test_ibeta_4.cpp clang-format: apply new format to (almost) everything. 2019-07-15 18:25:17 +01:00
test_ibeta_inv_1.cpp clang-format: apply new format to (almost) everything. 2019-07-15 18:25:17 +01:00
test_ibeta_inv_ab_4.cpp clang-format: apply new format to (almost) everything. 2019-07-15 18:25:17 +01:00
test_ibeta.cpp clang-format: apply new format to (almost) everything. 2019-07-15 18:25:17 +01:00
test_igamma_inv.cpp clang-format: apply new format to (almost) everything. 2019-07-15 18:25:17 +01:00
test_igamma_inva.cpp clang-format: apply new format to (almost) everything. 2019-07-15 18:25:17 +01:00
test_igamma.cpp clang-format: apply new format to (almost) everything. 2019-07-15 18:25:17 +01:00
test_laguerre.cpp clang-format: apply new format to (almost) everything. 2019-07-15 18:25:17 +01:00
test_legendre.cpp clang-format: apply new format to (almost) everything. 2019-07-15 18:25:17 +01:00
test_tgamma_ratio.cpp clang-format: apply new format to (almost) everything. 2019-07-15 18:25:17 +01:00
test_zeta.cpp clang-format: apply new format to (almost) everything. 2019-07-15 18:25:17 +01:00

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)