pub fn multi_poly_with_x_pow(p: Polyx, power: usize) -> Polyx
Expand description

Wrapper function for multiplying a polynomial with the indeterminate multiple times

Arguments

  • p - the polynomial to be multiplied with the inderterminate
  • power - the number of times the indeterminate should be multiplied to the polynomial