Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / multiprecision / test / math / readme.txt
1 These tests verify that the multiprecision types can interoperate with Boost.Math.
2
3 We use Boost.Math's own test data for these and test at various precisions which trigger
4 different code inside the Math lib.  We don't test at very high precision here as
5 Boost.Math's test data doesn't go much beyond 35 digits (for good reason, some compilers
6 choke 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