pub fn check_not_zero_polyx(p: Polyx) -> bool
Expand description

Checks if all entries in a polynomial is 0

Arguments

  • p the polynomial to be checked

Returns

  • true if polynomial is NOT all 0
  • falseif polynomial IS all 0