• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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