Skip to content

Commit

Permalink
test Li2 special case only for IEEE compliant platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
Expander committed Mar 6, 2024
1 parent c042e61 commit 191eecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_Li2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ TEST_CASE("test_special_values")
CHECK_CLOSE_COMPLEX(spheno_Li2(z0), li0, eps);
}

{
if (is_ieee754_compliant()) {
// special point with small real part
const std::complex<double> z(4.831285545908206e-6, 0.004396919500211628);
const std::complex<double> expected(-1.94166578202937687444628936853e-9, 0.00439692067657240512726530759719387623);
Expand Down

0 comments on commit 191eecb

Please sign in to comment.