We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9a0273 commit 920d48dCopy full SHA for 920d48d
src/flint/types/acb_theta.pyx
@@ -16,7 +16,7 @@ def acb_theta(acb_mat z, acb_mat tau, ulong square=False):
16
17
This should be used via the method :meth:`.acb_mat.theta`, explicitly ``tau.theta(z)``.
18
19
- >>> from flint import acb, acb_mat, showgood
+ >>> from flint import acb, acb_mat, showgood, ctx
20
>>> z = acb(1+1j); tau = acb(1.25+3j)
21
>>> t0, t1, t2, t3 = acb_mat([[tau]]).theta(acb_mat([[z]])).entries()
22
>>> sum([abs(x) for x in acb_mat([z.modular_theta(tau)]) - acb_mat([[-t3,t2,t0,t1]])])
0 commit comments