boost/libs/multiprecision/test/math
2022-12-15 23:45:23 +08:00
..
high_prec 源码提交 2022-12-15 23:45:23 +08:00
instances 源码提交 2022-12-15 23:45:23 +08:00
log1p_expm1_test.cpp 源码提交 2022-12-15 23:45:23 +08:00
powm1_sqrtp1m1_test.cpp 源码提交 2022-12-15 23:45:23 +08:00
readme.txt 源码提交 2022-12-15 23:45:23 +08:00
setup.hpp 源码提交 2022-12-15 23:45:23 +08:00
table_type.hpp 源码提交 2022-12-15 23:45:23 +08:00
test_bessel_i.cpp 源码提交 2022-12-15 23:45:23 +08:00
test_bessel_j.cpp 源码提交 2022-12-15 23:45:23 +08:00
test_bessel_k.cpp 源码提交 2022-12-15 23:45:23 +08:00
test_bessel_y.cpp 源码提交 2022-12-15 23:45:23 +08:00
test_beta.cpp 源码提交 2022-12-15 23:45:23 +08:00
test_binomial_coeff.cpp 源码提交 2022-12-15 23:45:23 +08:00
test_carlson_1.cpp 源码提交 2022-12-15 23:45:23 +08:00
test_carlson_2.cpp 源码提交 2022-12-15 23:45:23 +08:00
test_carlson_3.cpp 源码提交 2022-12-15 23:45:23 +08:00
test_carlson_4.cpp 源码提交 2022-12-15 23:45:23 +08:00
test_cbrt.cpp 源码提交 2022-12-15 23:45:23 +08:00
test_digamma.cpp 源码提交 2022-12-15 23:45:23 +08:00
test_ellint_1.cpp 源码提交 2022-12-15 23:45:23 +08:00
test_ellint_2.cpp 源码提交 2022-12-15 23:45:23 +08:00
test_ellint_3.cpp 源码提交 2022-12-15 23:45:23 +08:00
test_erf.cpp 源码提交 2022-12-15 23:45:23 +08:00
test_expint.cpp 源码提交 2022-12-15 23:45:23 +08:00
test_gamma.cpp 源码提交 2022-12-15 23:45:23 +08:00
test_hermite.cpp 源码提交 2022-12-15 23:45:23 +08:00
test_ibeta_2.cpp 源码提交 2022-12-15 23:45:23 +08:00
test_ibeta_3.cpp 源码提交 2022-12-15 23:45:23 +08:00
test_ibeta_4.cpp 源码提交 2022-12-15 23:45:23 +08:00
test_ibeta_inv_1.cpp 源码提交 2022-12-15 23:45:23 +08:00
test_ibeta_inv_ab_4.cpp 源码提交 2022-12-15 23:45:23 +08:00
test_ibeta.cpp 源码提交 2022-12-15 23:45:23 +08:00
test_igamma_inv.cpp 源码提交 2022-12-15 23:45:23 +08:00
test_igamma_inva.cpp 源码提交 2022-12-15 23:45:23 +08:00
test_igamma.cpp 源码提交 2022-12-15 23:45:23 +08:00
test_laguerre.cpp 源码提交 2022-12-15 23:45:23 +08:00
test_legendre.cpp 源码提交 2022-12-15 23:45:23 +08:00
test_tgamma_ratio.cpp 源码提交 2022-12-15 23:45:23 +08:00
test_zeta.cpp 源码提交 2022-12-15 23:45:23 +08: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).