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 864f65f commit 5499829Copy full SHA for 5499829
stan/math/prim/fun/hypergeometric_3F2.hpp
@@ -54,7 +54,7 @@ T_return hypergeometric_3F2_infsum(const Ta& a, const Tb& b, const Tz& z,
54
55
log_t += p + log_z;
56
std::forward_as_tuple(t_acc, acc_sign)
57
- = log_sum_exp_signed(t_acc, acc_sign, log_t, t_sign);
+ = log_sum_exp_signed(t_acc, acc_sign, log_t, t_sign);
58
59
if (is_inf(t_acc)) {
60
throw_domain_error("hypergeometric_3F2", "sum (output)", t_acc,
0 commit comments