We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 885cea4 commit 9b7f72fCopy full SHA for 9b7f72f
stan/math/prim/fun/hypergeometric_1F0.hpp
@@ -29,7 +29,6 @@ namespace math {
29
*/
30
template <typename Ta, typename Tz, require_all_arithmetic_t<Ta, Tz>* = nullptr>
31
return_type_t<Ta, Tz> hypergeometric_1F0(const Ta& a, const Tz& z) {
32
- constexpr const char* function = "hypergeometric_1F0";
33
check_less("hypergeometric_1F0", "abs(z)", std::fabs(z), 1.0);
34
35
return boost::math::hypergeometric_1F0(a, z, boost_policy_t<>());
0 commit comments