Reference index · List of Tcl commands

is_prime_poly

Name

is_prime_poly - Tells if the specified polynomial is irreducible.

Synopsis

is_prime_poly poly

Options

poly

Polynomial (Java reflection object). The polynomial to check.

Returns

Integer. 1 if the polynomial is irreducible, 0 otherwise.