Skip to content

Commit 1579f63

Browse files
committed
a void void declaration
1 parent 290bd1b commit 1579f63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/source/fmpq_poly.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,7 @@ Derivative and integral
10631063
term is set to zero. In particular, the integral of the zero
10641064
polynomial is the zero polynomial.
10651065

1066-
.. function:: void void _fmpq_poly_integral_offset(fmpz * rpoly, fmpz_t rden, const fmpz * poly, const fmpz_t den, slong len, slong m)
1066+
.. function:: void _fmpq_poly_integral_offset(fmpz * rpoly, fmpz_t rden, const fmpz * poly, const fmpz_t den, slong len, slong m)
10671067

10681068
Sets ``(rpoly, rden, len)`` to the offset integral of
10691069
``(poly, den, len1)`` mapping $c_k$ to $c_k / (k + m)$.

0 commit comments

Comments
 (0)