Skip to content

Commit

Permalink
Update gamma.hpp
Browse files Browse the repository at this point in the history
Missing name for Lanczos parameter in gamma_imp_final
  • Loading branch information
kenarab authored Jan 21, 2025
1 parent 024a4fe commit b937807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/math/special_functions/gamma.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ BOOST_MATH_GPU_ENABLED T sinpx(T z)
// tgamma(z), with Lanczos support:
//
template <class T, class Policy, class Lanczos>
BOOST_MATH_GPU_ENABLED T gamma_imp_final(T z, const Policy& pol, const Lanczos&)
BOOST_MATH_GPU_ENABLED T gamma_imp_final(T z, const Policy& pol, const Lanczos& l)
{
BOOST_MATH_STD_USING

Expand Down

0 comments on commit b937807

Please sign in to comment.