2
0
mirror of https://github.com/boostorg/math.git synced 2026-02-15 13:12:19 +00:00

Adjusted limits for Win64 and Sun OS.

[SVN r39881]
This commit is contained in:
John Maddock
2007-10-10 09:28:48 +00:00
parent 991567fe80
commit 3cb6098751
9 changed files with 121 additions and 25 deletions

View File

@@ -143,6 +143,24 @@ void expected_results()
largest_type, // test type(s)
".*Yn.*", // test data group
".*", 30000, 30000); // test function
//
// Solaris version of long double has it's own error rates,
// again just a touch higher than msvc's 64-bit double:
//
add_expected_result(
"GNU.*", // compiler
".*", // stdlib
"Sun.*", // platform
largest_type, // test type(s)
"Y[0N] Mathworld.*", // test data group
".*", 2000, 2000); // test function
add_expected_result(
"GNU.*", // compiler
".*", // stdlib
"Sun.*", // platform
largest_type, // test type(s)
"Y[0N].*", // test data group
".*", 200, 200); // test function
#ifndef BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
if((std::numeric_limits<double>::digits != std::numeric_limits<long double>::digits)