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 ::= Q[x,y,z];
TypeOfCoeffs();
RAT
-------------------------------
Use S ::= Z/(2)[t];
TypeOfCoeffs();
ZMOD
------------------------------- 


See Also