Data type for a rational function over the rationals or, equivalently, the integers. More...
#include <fmpz_poly_q.h>
Data Fields | |
| fmpz_poly_p | num |
| fmpz_poly_p | den |
Data type for a rational function over the rationals or, equivalently, the integers.
We represent a rational function over
as the quotient of two coprime integer polynomials of type fmpz_poly_t, enforcing that the leading coefficient of the denominator is positive. The zero function is represented as
.
| fmpz_poly_p fmpz_poly_q_struct::den |
Denominator
| fmpz_poly_p fmpz_poly_q_struct::num |
Numerator
1.6.3