diff --git a/doc/source/fmpz_poly.rst b/doc/source/fmpz_poly.rst index d984d69bed..98f00d5275 100644 --- a/doc/source/fmpz_poly.rst +++ b/doc/source/fmpz_poly.rst @@ -3471,7 +3471,7 @@ The Eulerian numbers can be expressed explicitly via the formula Note: Not to be confused with Euler numbers and polynomials. -.. function:: void fmpz_eulerian_polynomial(fmpz_poly_t res, ulong n) +.. function:: void fmpz_poly_eulerian_polynomial(fmpz_poly_t res, ulong n) Sets ``res`` to the Eulerian polynomial `A_n(x)`, where we define `A_0(x) = 1`. The polynomial is calculated via a recursive relation.