mirror of
https://github.com/boostorg/math.git
synced 2026-02-26 16:52:27 +00:00
[polygamma] Fix preprocessor code SNAFU.
This commit is contained in:
@@ -41,7 +41,7 @@ void expected_results()
|
||||
largest_type, // test type(s)
|
||||
".*negative.*", // test data group
|
||||
".*", 800, 400); // test function
|
||||
#ifndef #ifndef BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
|
||||
#ifndef BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
|
||||
if((std::numeric_limits<long double>::digits > std::numeric_limits<double>::digits)
|
||||
&& (std::numeric_limits<long double>::digits - std::numeric_limits<double>::digits < 20))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user