• Home
Name Date Size #Lines LOC

..--

high_prec/12-May-2024-175122

instances/12-May-2024-9777

log1p_expm1_test.cppD12-May-20243.5 KiB10145

readme.txtD12-May-2024605 138

setup.hppD12-May-20246.9 KiB163117

table_type.hppD12-May-20241 KiB4127

test_bessel_j.cppD12-May-20244.5 KiB12090

test_bessel_y.cppD12-May-20245.3 KiB140111

test_ellint_3.cppD12-May-20243.7 KiB11086

readme.txt

1These tests verify that the multiprecision types can interoperate with Boost.Math.
2
3We use Boost.Math's own test data for these and test at various precisions which trigger
4different code inside the Math lib.  We don't test at very high precision here as
5Boost.Math's test data doesn't go much beyond 35 digits (for good reason, some compilers
6choke when attempting to parse higher precision numbers as double's).
7
8
9//  Copyright 2018 John Maddock. Distributed under the Boost
10//  Software License, Version 1.0. (See accompanying file
11//  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
12
13