readme.txt 605 B

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