Skip to content

Commit

Permalink
Repair typo in cyl_bessel_k_prime test
Browse files Browse the repository at this point in the history
  • Loading branch information
ckormanyos committed Dec 23, 2024
1 parent 55a2181 commit e247547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_bessel_k_prime.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ void test_bessel(T, const char* name)
{{ SC_(-10.0), SC_(1.0), SC_(-1.8171379399979651461891429013401068319174853467388121e9) }},
{{ SC_(100.0), SC_(5.0), SC_(-1.4097486373570936520327835736048715219413065916411893e117) }},
{{ SC_(100.0), SC_(80.0), SC_(-1.34557011017664184003144916855685180771861680634827508e-11) }},
{{ SC_(-129.0), SC_(200.0), SC_(3.61744436315860678558682169223740584132967454950379795115566e-71) }},
{{ SC_(-129.0), SC_(200.0), SC_(-4.3110345255133348027545113739271337415489367194240537230455182e-71) }},
}};
static const std::array<std::array<T, 3>, 11> kv_prime_data = {{
{{ SC_(0.5), SC_(0.875), SC_(-0.8776935068732421581818610624499915196588910540138553643355820) }},
Expand Down

0 comments on commit e247547

Please sign in to comment.