IsCycInt( obj )
Cyclotomic Integers), false otherwise. Will signal an error if obj is an
unbound variable.
gap> IsCycInt( 0 ); IsCycInt( E(3) ); IsCycInt( 1/2 * E(3) );
true
true
false
IsCycInt is an internal function.
GAP 3.4.4