We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
zeta(s)
1 parent f5adefc commit c05f232Copy full SHA for c05f232
src/gamma.jl
@@ -418,14 +418,14 @@ Riemann zeta function
418
419
# Examples
420
```jldoctest
421
-julia> zeta(-1)
+julia> zeta(-1) # -1/12
422
-0.08333333333333338
423
424
julia> zeta(0)
425
-0.5
426
427
-julia> zeta(0.5)
428
--1.4603545088095873
+julia> zeta(-10) # zeta(-2n) == 0
+-0.0
429
430
julia> zeta(1)
431
NaN
0 commit comments