Functions | |
| static __inline__ int | fmpz_poly_q_is_zero (const fmpz_poly_q_ptr op) |
| static __inline__ int | fmpz_poly_q_is_one (const fmpz_poly_q_ptr op) |
| static __inline__ int | fmpz_poly_q_equal (const fmpz_poly_q_ptr op1, const fmpz_poly_q_ptr op2) |
| static __inline__ int fmpz_poly_q_equal | ( | const fmpz_poly_q_ptr | op1, | |
| const fmpz_poly_q_ptr | op2 | |||
| ) | [static] |
Returns whether the two elements op1 and op2 are equal.
| static __inline__ int fmpz_poly_q_is_one | ( | const fmpz_poly_q_ptr | op | ) | [static] |
Returns whether the element rop is equal to the constant polynomial
.
| static __inline__ int fmpz_poly_q_is_zero | ( | const fmpz_poly_q_ptr | op | ) | [static] |
Returns whether the element op is zero.
1.6.3