up previous next
TypeOfCoeffs

type of the coefficients of the current ring
Syntax

TypeOfCoeffs():TYPE


Description
This function returns the type of the coefficients of the current ring.

Example
  Use R ::= QQ[x,y,z];
  TypeOfCoeffs();
RAT
-------------------------------
  Use S ::= ZZ/(2)[t];
  TypeOfCoeffs();
ZMOD
-------------------------------


See Also