blob: c0a6d921447fa505f8be37cf71836221884ed13f [file] [log] [blame]
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).