multiprecision/test/math/high_prec
2019-08-14 18:02:10 +01:00
..
gamma_0.ipp Edits to satisfy the picky inspect.exe program, now passing local tests using MSVC 14.2, except for six cpp_int*serial*.txt testdata files missing licence. 2019-08-14 18:02:10 +01:00
gamma_1_2.ipp Edits to satisfy the picky inspect.exe program, now passing local tests using MSVC 14.2, except for six cpp_int*serial*.txt testdata files missing licence. 2019-08-14 18:02:10 +01:00
gamma_neg.ipp Edits to satisfy the picky inspect.exe program, now passing local tests using MSVC 14.2, except for six cpp_int*serial*.txt testdata files missing licence. 2019-08-14 18:02:10 +01:00
gamma.ipp Edits to satisfy the picky inspect.exe program, now passing local tests using MSVC 14.2, except for six cpp_int*serial*.txt testdata files missing licence. 2019-08-14 18:02:10 +01:00
readme.txt Edits to satisfy the picky inspect.exe program, now passing local tests using MSVC 14.2, except for six cpp_int*serial*.txt testdata files missing licence. 2019-08-14 18:02:10 +01:00
test_gamma.cpp clang-format: apply new format to (almost) everything. 2019-07-15 18:25:17 +01:00
test_gamma.hpp clang-format: apply new format to (almost) everything. 2019-07-15 18:25:17 +01:00

These tests are designed to test Boost.Math's code at really rather high precision - 500 decimal digits or so.

As such they use their own test data, and take rather a long time to run.

//  Copyright 2016 John Maddock. Distributed under the Boost
//  Software License, Version 1.0. (See accompanying file
//  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)