We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12420c1 commit e5cc48aCopy full SHA for e5cc48a
doc/source/fmpz_poly.rst
@@ -3471,7 +3471,7 @@ The Eulerian numbers can be expressed explicitly via the formula
3471
3472
Note: Not to be confused with Euler numbers and polynomials.
3473
3474
-.. function:: void fmpz_eulerian_polynomial(fmpz_poly_t res, ulong n)
+.. function:: void fmpz_poly_eulerian_polynomial(fmpz_poly_t res, ulong n)
3475
3476
Sets ``res`` to the Eulerian polynomial `A_n(x)`, where we define
3477
`A_0(x) = 1`. The polynomial is calculated via a recursive relation.
0 commit comments