2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Fix overflow handling.

This commit is contained in:
jzmaddock
2015-07-01 18:36:26 +01:00
parent 7f8912a342
commit f6b60b701f

View File

@@ -4,6 +4,7 @@
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#define BOOST_MATH_OVERFLOW_ERROR_POLICY ignore_error
#include "bindings.hpp"
#include "../../test/test_bessel_i_prime.hpp"
#include <boost/math/special_functions/bessel_prime.hpp>