1
0
Fork 0
arangodb/3rdParty/boost/1.62.0/libs/multiprecision/test/math
jsteemann 3c8493e25f upgraded to boost version 1.62.0
correctly emit boost version

removed html files from boost directory
2017-01-04 18:08:06 +01:00
..
high_prec
instances
log1p_expm1_test.cpp
powm1_sqrtp1m1_test.cpp
readme.txt
setup.hpp
table_type.hpp
test_bessel_i.cpp
test_bessel_j.cpp
test_bessel_k.cpp
test_bessel_y.cpp
test_beta.cpp
test_binomial_coeff.cpp
test_carlson_1.cpp
test_carlson_2.cpp
test_carlson_3.cpp
test_carlson_4.cpp
test_cbrt.cpp
test_digamma.cpp
test_ellint_1.cpp
test_ellint_2.cpp
test_ellint_3.cpp
test_erf.cpp
test_expint.cpp
test_gamma.cpp
test_hermite.cpp
test_ibeta.cpp
test_ibeta_2.cpp
test_ibeta_3.cpp
test_ibeta_4.cpp
test_ibeta_inv_1.cpp
test_ibeta_inv_ab_4.cpp
test_igamma.cpp
test_igamma_inv.cpp
test_igamma_inva.cpp
test_laguerre.cpp
test_legendre.cpp
test_tgamma_ratio.cpp
test_zeta.cpp

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).