2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-27 19:12:08 +00:00
Commit Graph

14 Commits

Author SHA1 Message Date
John Maddock
2246b77395 Change tests to link to external Boost.Test library as this speeds build times by several factors when building with Intel C++.
Change fpclassify to use our code rather than std::fpclassify with Intel C++ as it doesn't always compile the latter.

[SVN r51576]
2009-03-03 17:16:56 +00:00
John Maddock
94181567fa Fix some Sun-5.9 on Linux failures.
[SVN r50341]
2008-12-21 10:23:52 +00:00
John Maddock
69031ebe9d Added static assertion to catch use of long double function overloads when BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS is defined.
Made sure that if BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS is defined, then no long double overloads are actually instantiated by the tests.

[SVN r41007]
2007-11-11 14:05:50 +00:00
John Maddock
1e23b979c4 Don't test infinities with Tru64 cxx unless compiling with -ieee option.
[SVN r33232]
2006-03-06 11:20:31 +00:00
John Maddock
287e0e6ce1 *** empty log message ***
[SVN r32403]
2006-01-24 17:37:11 +00:00
John Maddock
424c16835a Update test cases to provide better error reporting and to eliminate temporaries.
[SVN r32325]
2006-01-15 12:30:27 +00:00
John Maddock
a754671b05 Don't test infinities if they're not available.
[SVN r32074]
2005-12-16 14:10:48 +00:00
John Maddock
cb13210a12 Update tests to provide more information, and disable tests that rely on long double overloads when those are known to be inaccurate.
[SVN r31772]
2005-11-24 18:44:24 +00:00
John Maddock
48eb2d3f9b Minor fixes: added needed declaration of "two", upped tolerance slightly.
[SVN r31662]
2005-11-15 11:39:35 +00:00
John Maddock
3a4b7be9a9 Update tests to use correct epsilon calculation.
[SVN r31629]
2005-11-12 10:24:31 +00:00
John Maddock
0545c77c55 Added needed #include
[SVN r31598]
2005-11-08 12:11:53 +00:00
John Maddock
1df348c201 Loosen some of the test permitted errors (so glibc can cope).
Added more diagnostic code to aid diagnosis of errors.
Allow (0,0) as a valid result if the expected result is very small.


[SVN r31588]
2005-11-07 18:50:53 +00:00
John Maddock
468370b061 Add more information to tests.
[SVN r31431]
2005-10-23 16:21:24 +00:00
John Maddock
a4dc75541c Added TR1 math additions: docs and tests.
[SVN r31335]
2005-10-15 12:01:54 +00:00