up previous next
IsField

test whether a ring is a field

Syntax
IsField(R: RING): BOOL

Description
This function tests whether a ring is a field.

Example
/**/  IsField(ZZ);
false
/**/  IsField(QQ);
true

See Also