is_prime_poly - Tells if the specified polynomial is irreducible.
is_prime_poly poly
Polynomial (Java reflection object). The polynomial to check.
Integer. 1 if the polynomial is irreducible, 0 otherwise.