|  |  D.15.26.5 netCoefficientRing Procedure from librarynets.lib(see  nets_lib).
 
Example:Usage:
netCoefficientRing(R); R ring
 
Assume:
R is a ring
Return:
visual presentation of the coefficient ring of R
Theory:
A Singular object is converted into a character array (a Net) for on screen printing.
 |  | LIB "nets.lib";
ring r=0,x,lp;
netCoefficientRing(r);
==> QQ
==> 
 | 
 
 |