![[MONOiD]](monoid.png)
Degree( trans )
Degree returns the degree of the transformation trans.
gap> Degree( Transformation( [ 3, 3, 4, 2, 5 ] ) );
5
The degree of a transformation is the number of points it is defined
upon. It can therefore be read off as the length of the list of images
of the transformation.
Version 2.4 (May 1998)