Functions | |
| void | fmpq_poly_power (fmpq_poly_ptr rop, const fmpq_poly_ptr op, ulong exp) |
| void fmpq_poly_power | ( | fmpq_poly_ptr | rop, | |
| const fmpq_poly_ptr | op, | |||
| ulong | exp | |||
| ) |
Sets rop to the expth power of op.
The corner case of exp == 0 is handled by setting rop to the constant function
. Note that this includes the case
.
1.6.3