Home
last modified time | relevance | path

Searched refs:siegeltheta (Results 1 – 6 of 6) sorted by relevance

/dports/math/py-mpmath/mpmath-1.2.1/mpmath/functions/
H A Dzeta.py45 def siegeltheta(ctx, t, derivative=0): function
83 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)
H A Dzetazeros.py440 h = int(ctx.siegeltheta(t)/ctx.pi)
581 return ctx.nzeros(t)-1-ctx.siegeltheta(t)/ctx.pi
H A Drszeta.py1149 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)
/dports/math/py-mpmath/mpmath-1.2.1/mpmath/
H A Dfunction_docs.py6726 siegeltheta = r""" variable
H A D__init__.py406 siegeltheta = mp.siegeltheta variable
/dports/math/py-mpmath/mpmath-1.2.1/
H A DCHANGES193 * Implemented derivatives of order 1-4 for siegelz() and siegeltheta()
549 * Implemented the Riemann-Siegel theta function (siegeltheta()).