Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/source/fmpz_poly.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down