Skip to content

Commit

Permalink
Update lattice_invariant_euler_products.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ramare-olivier committed Apr 4, 2024
1 parent 8b44fcb commit 3c201c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion euler_product/lattice_invariant_euler_products.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def get_vs(q, s, nb_decimals=100, big_p=100, verbose=2, with_laTeX=0, digits_off
Returns the pair ((A), (approx_zeta(s; q, A))) where (A) is the tuple
of the lattice-invariant classes modulo ``q``
and approx_zeta(s; q, A) is an arithmetic interval approximation
of :math:`\zeta(s; q; A) = \prod_{p\in A}\biggl(1-p^{-s}\biggr)^{-1}`
of :math:`\zeta(s; q, A) = \prod_{p\in A}(1-p^{-s})^{-1}`
given in the form of a pair (lower_bound, upper_bound).
We expect the difference upper_bound - lower bound to be < 10^(-nb_decimals)
Expand Down

0 comments on commit 3c201c8

Please sign in to comment.