Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
SciPy v0.7 Reference Guide (DRAFT)
»
Special functions (
scipy.special
)
»
scipy.special.zetac
¶
scipy.special.
zetac
(
x
[
,
out
]
)
¶
y=zetac(x) returns 1.0 - the Riemann zeta function: sum(k**(-x), k=2..inf)
Previous topic
scipy.special.zeta
Next topic
scipy.special.cbrt
This Page
Show Source
Edit page
Quick search
Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
SciPy v0.7 Reference Guide (DRAFT)
»
Special functions (
scipy.special
)
»