Skip to content

Commit

Permalink
Update gamma.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
kenarab authored Jan 21, 2025
1 parent b937807 commit 6a8288e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/boost/math/special_functions/gamma.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ BOOST_MATH_GPU_ENABLED T gamma_imp_final(T z, const Policy& pol, const Lanczos&
static bool b = false;
if(!b)
{
(void)l;
std::cout << "tgamma_imp called with " << typeid(z).name() << " " << typeid(l).name() << std::endl;
b = true;
}
Expand Down

0 comments on commit 6a8288e

Please sign in to comment.