diff options
Diffstat (limited to 'numpy')
| -rw-r--r-- | numpy/random/_generator.pyx | 2 | ||||
| -rw-r--r-- | numpy/random/mtrand.pyx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/numpy/random/_generator.pyx b/numpy/random/_generator.pyx index 1e65be3f1..7087b6e1d 100644 --- a/numpy/random/_generator.pyx +++ b/numpy/random/_generator.pyx @@ -3137,7 +3137,7 @@ cdef class Generator: .. math:: p(k) = \\frac{k^{-a}}{\\zeta(a)}, - for integers ``k`` >= 1, where :math:`\\zeta` is the Riemann Zeta + for integers :math:`k \geq 1`, where :math:`\\zeta` is the Riemann Zeta function. It is named for the American linguist George Kingsley Zipf, who noted diff --git a/numpy/random/mtrand.pyx b/numpy/random/mtrand.pyx index 280b0faac..3e13503d0 100644 --- a/numpy/random/mtrand.pyx +++ b/numpy/random/mtrand.pyx @@ -3644,7 +3644,7 @@ cdef class RandomState: .. math:: p(k) = \\frac{k^{-a}}{\\zeta(a)}, - for integers ``k`` >= 1, where :math:`\\zeta` is the Riemann Zeta + for integers :math:`k \geq 1`, where :math:`\\zeta` is the Riemann Zeta function. It is named for the American linguist George Kingsley Zipf, who noted |
