You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By definition, $\zeta(s, a) = \Phi(1, s, a)$ and $\zeta(s) = \Phi(1, s, 1)$. acb_dirichlet_lerch_phi(1, s, a, prec) is indeterminate for s with real part less than or equal to 1, but acb_dirichlet_hurwitz(s, a, prec) is not.
By definition,$\zeta(s, a) = \Phi(1, s, a)$ and $\zeta(s) = \Phi(1, s, 1)$ .
acb_dirichlet_lerch_phi(1, s, a, prec)
is indeterminate fors
with real part less than or equal to 1, butacb_dirichlet_hurwitz(s, a, prec)
is not.The above seems to come from this part of
acb_dirichlet/lerch_phi.c
:where perhaps the check for
arb_gt(acb_realref(s), one)
is no longer needed.The text was updated successfully, but these errors were encountered: