Functions | |
void | fmpz_poly_q_power (fmpz_poly_q_ptr rop, const fmpz_poly_q_ptr op, unsigned long exp) |
void fmpz_poly_q_power | ( | fmpz_poly_q_ptr | rop, | |
const fmpz_poly_q_ptr | op, | |||
unsigned long | exp | |||
) |
Sets rop
to the exp
th power of op
.
The corner case of exp == 0
is handled by setting rop
to the constant function . Note that this includes the case
.