Skip to content

Commit

Permalink
fixed digamma unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
SadiinsoSnowfall committed Nov 22, 2024
1 parent d914f13 commit d9e284e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/module/special/digamma.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ TTS_CASE_TPL("Check behavior of digamma on wide", eve::test::simd::ieee_reals)
TTS_CASE_WITH("Check behavior of digamma on wide",
eve::test::simd::ieee_reals,
tts::generate(tts::randoms(0.4, 4.0)))
<typename T>(T const& a0) { TTS_ULP_EQUAL(eve::digamma(a0), T(map(eve::digamma, a0)), 2); };
<typename T>(T const& a0) { TTS_ULP_EQUAL(eve::digamma(a0), T(tts::map(eve::digamma, a0)), 2); };


//==================================================================================================
Expand Down

0 comments on commit d9e284e

Please sign in to comment.