Skip to content

Commit e5cc48a

Browse files
committed
Correct spelling of fmpz_poly_eulerian_polynomial
1 parent 12420c1 commit e5cc48a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/fmpz_poly.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3471,7 +3471,7 @@ The Eulerian numbers can be expressed explicitly via the formula
34713471
34723472
Note: Not to be confused with Euler numbers and polynomials.
34733473

3474-
.. function:: void fmpz_eulerian_polynomial(fmpz_poly_t res, ulong n)
3474+
.. function:: void fmpz_poly_eulerian_polynomial(fmpz_poly_t res, ulong n)
34753475

34763476
Sets ``res`` to the Eulerian polynomial `A_n(x)`, where we define
34773477
`A_0(x) = 1`. The polynomial is calculated via a recursive relation.

0 commit comments

Comments
 (0)