Module permutation_rs::group::calculation [] [src]

A module that provides various group related calculations.

Functions

elements_generated_by

Calculates the permutations generated by a set of generators.

fact

Calculate the nth factorial number.

identity

Calculate an identity element for a set of generators. Assume that set is non empty, panics otherwise.