fmpq_poly_struct Struct Reference
[Type definitions]

Data type for a rational polynomial. More...

#include <fmpq_poly.h>

Data Fields

fmpz_poly_t num
 Numerator.
fmpz_t den
 Denominator.

Detailed Description

Data type for a rational polynomial.

We represent a rational polynomial as the quotient of an integer polynomial of type fmpz_poly_t and a denominator of type fmpz_t, enforcing coprimality and that the denominator is positive. The zero polynomial is represented as $0/1$.


Field Documentation

Denominator.

fmpz_poly_t fmpq_poly_struct::num

Numerator.


The documentation for this struct was generated from the following file:
Generated on Wed Dec 8 21:13:35 2010 for FMPQ_POLY by  doxygen 1.6.3