From 1579f63c21cc8f1377e55da808ee2b8acb958233 Mon Sep 17 00:00:00 2001 From: Vincent Delecroix Date: Wed, 13 May 2026 11:06:53 +0200 Subject: [PATCH] a void void declaration --- doc/source/fmpq_poly.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/fmpq_poly.rst b/doc/source/fmpq_poly.rst index f4471570b0..0dbdf4597c 100644 --- a/doc/source/fmpq_poly.rst +++ b/doc/source/fmpq_poly.rst @@ -1063,7 +1063,7 @@ Derivative and integral term is set to zero. In particular, the integral of the zero polynomial is the zero polynomial. -.. function:: void void _fmpq_poly_integral_offset(fmpz * rpoly, fmpz_t rden, const fmpz * poly, const fmpz_t den, slong len, slong m) +.. function:: void _fmpq_poly_integral_offset(fmpz * rpoly, fmpz_t rden, const fmpz * poly, const fmpz_t den, slong len, slong m) Sets ``(rpoly, rden, len)`` to the offset integral of ``(poly, den, len1)`` mapping $c_k$ to $c_k / (k + m)$.