Reference index · List of Tcl commands

set_format_elements

Name

set_format_elements - Set output format for the elements of prime power fields.

Synopsis

set_format_elements ?format?

Description

Supported element formats are:

num - integer numbers only in the order of the field elements.

alnum - (default) integers for prime field elements and uppercase letters for others.

poly - print as polynomials of transcendental x.

vec - print as a coefficient vectors of polynomials of transcendental x.

vecls - print as a coefficient vectors of polynomials of transcendental x, the least significant digit first.

Options

format

String, optional. One of the num, alnum, poly, vec, and vecls flags.