Searched refs:siegeltheta (Results 1 – 6 of 6) sorted by relevance
45 def siegeltheta(ctx, t, derivative=0): function83 return ctx.findroot(lambda t: ctx.siegeltheta(t)-ctx.pi*n, g)102 e1 = ctx.expj(ctx.siegeltheta(t))111 theta1 = ctx.siegeltheta(t, derivative=1)119 theta2 = ctx.siegeltheta(t, derivative=2)132 theta3 = ctx.siegeltheta(t, derivative=3)144 theta4 = ctx.siegeltheta(t, derivative=4)
440 h = int(ctx.siegeltheta(t)/ctx.pi)581 return ctx.nzeros(t)-1-ctx.siegeltheta(t)/ctx.pi
1149 theta = ctx.siegeltheta(t)1207 theta = ctx.siegeltheta(t-ctx.j*(sigma-ctx.mpf('0.5')))1274 theta = ctx.siegeltheta(t-ctx.j*(sigma-ctx.mpf('0.5')))1329 T = 2*abs(ctx.siegeltheta(w))1340 theta = ctx.siegeltheta(w)
6726 siegeltheta = r""" variable
406 siegeltheta = mp.siegeltheta variable
193 * Implemented derivatives of order 1-4 for siegelz() and siegeltheta()549 * Implemented the Riemann-Siegel theta function (siegeltheta()).