Skip to content

Commit

Permalink
add fmpq_poly_scalar_mul_fmpq in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
videlec committed Dec 11, 2023
1 parent 6f84704 commit e1ecaf6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions doc/source/fmpq_poly.rst
Original file line number Diff line number Diff line change
Expand Up @@ -586,11 +586,9 @@ Scalar multiplication and division
Supports aliasing of ``(rpoly, den)`` and ``(poly, den)``.
The ``fmpz_t``'s `r` and `s` may not be part of ``(rpoly, rden)``.

.. function:: void fmpq_poly_scalar_mul_si(fmpq_poly_t rop, const fmpq_poly_t op, slong c)

Sets ``rop`` to `c` times ``op``.

.. function:: void fmpq_poly_scalar_mul_ui(fmpq_poly_t rop, const fmpq_poly_t op, ulong c)
.. function:: void fmpq_poly_scalar_mul_fmpq(fmpq_poly_t rop, const fmpq_poly_t op, const fmpq_t c)
void fmpq_poly_scalar_mul_si(fmpq_poly_t rop, const fmpq_poly_t op, slong c)
void fmpq_poly_scalar_mul_ui(fmpq_poly_t rop, const fmpq_poly_t op, ulong c)

Sets ``rop`` to `c` times ``op``.

Expand Down

0 comments on commit e1ecaf6

Please sign in to comment.