MCPcopy Create free account
hub / github.com/Singular/Singular / ipPrint_CRING

Function ipPrint_CRING

Singular/ipprint.cc:212–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212static BOOLEAN ipPrint_CRING(coeffs r)
213{
214 if (nCoeff_is_Ring(r))
215 {
216 if (nCoeff_is_Domain(r)) PrintS("domain: ");
217 else PrintS("ring (with zero-divisors): ");
218 }
219 else PrintS("field: ");
220 PrintS(nCoeffName(r));
221 return FALSE;
222}
223/*2
224* print for: vector
225*/

Callers 1

jjPRINTFunction · 0.85

Calls 4

nCoeff_is_RingFunction · 0.85
nCoeff_is_DomainFunction · 0.85
PrintSFunction · 0.85
nCoeffNameFunction · 0.85

Tested by

no test coverage detected