Reference index · List of Tcl commands

is_primitive_poly

Name

is_primitive_poly - Tells if the specified polynomial is a primitive polynomial.

Synopsis

is_primitive_poly poly

Options

poly

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

Returns

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