exp-pairs-0.1.1.0: Linear programming over exponent pairs

Copyright(c) Andrew Lelechenko, 2014-2015
LicenseGPL-3
Maintainerandrew.lelechenko@gmail.com
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell98

Math.ExpPairs.Ivic

Description

Provides functions to compute estimates Riemann zeta-function ζ in a critical strip, given in Ivić A. `The Riemann zeta-function: Theory and applications', Mineola, New York: Dover Publications, 2003.

Synopsis

Documentation

zetaOnS :: Rational -> OptimizeResult Source

Compute µ(σ) such that |ζ(σ+it)| ≪ |t|^µ(σ) . See equation (7.57) in Ivić2003.

mOnS :: Rational -> OptimizeResult Source

Compute m(σ) such that ∫_1^T |ζ(σ+it)|^m(σ) dt ≪ T^(1+ε) See equation (8.97) in Ivić2003.