up previous next

TypeOfCoeffs

Syntax

TypeOfCoeffs():TYPE
    

Summary

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
-------------------------------
        
    

See Also