13.6 IsCycInt

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.

Previous Up Top Next
Index

GAP 3.4.4
April 1997