CoCoA:TypeOfCoeffs
From ApCoCoAWiki
TypeOfCoeffs
type of the coefficients of the current ring
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 -------------------------------
Syntax
TypeOfCoeffs():TYPE
<type>ring</type> <type>type</type>