]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/multiprecision/test/math/readme.txt
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / 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