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/fmpq_poly.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1558,7 +1558,7 @@ Power series composition
This implementation automatically switches between the Horner scheme,
Brent-Kung algorithm 2.1 and the Kinoshita-Li algorithm depending on the
size of the inputs. The default ``fmpz_poly`` composition algorithm is
automaticallyused when the composition can be performed over the integers.
automatically used when the composition can be performed over the integers.

.. function:: void fmpq_poly_compose_series(fmpq_poly_t res, const fmpq_poly_t poly1, const fmpq_poly_t poly2, slong n)

Expand Down
Loading