Navigation
index
modules
|
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
SciPy v0.12 Reference Guide (DRAFT)
»
Special functions (
scipy.special
)
»
scipy.special.zeta
¶
scipy.special.
zeta
(
x
,
q) returns the Riemann zeta function of two arguments: sum((k+q)**(-x)
,
k=0..inf
)
= <ufunc 'zeta'>
¶
Previous topic
scipy.special.lambertw
Next topic
scipy.special.zetac
Quick search
Enter search terms or a module, class or function name.
Navigation
index
modules
|
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
SciPy v0.12 Reference Guide (DRAFT)
»
Special functions (
scipy.special
)
»