We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ec80d3 commit 014469cCopy full SHA for 014469c
tests/xsf_tests/test_cyl_bessel_k.cpp
@@ -6,6 +6,7 @@
6
TEST_CASE("cyl_bessel_k gh-46", "[cyl_bessel_k][xsf_tests]") {
7
using test_case = std::tuple<double, std::complex<double>, std::complex<double>, double>;
8
using std::complex;
9
+ // Reference values were computed with the Python library mpmath.
10
auto [v, z, ref, rtol] = GENERATE(
11
test_case{0.0, complex{680.0, -1000.0}, complex{1.901684871999608e-298, 1.713412341479591e-297}, 1e-13},
12
test_case{0.0, complex{680.0, -680.0}, complex{-4.553730032944803e-298, 1.878727010109855e-297}, 1e-13},
0 commit comments