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

Function p_String

libpolys/polys/polys0.cc:322–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320}
321
322char* p_String(poly p, ring lmRing, ring tailRing)
323{
324 StringSetS("");
325 p_String0(p, lmRing, tailRing);
326 return StringEndS();
327}
328
329/*2
330* writes a polynomial p to stdout

Callers 7

p_Write0Function · 0.70
sBucketStringFunction · 0.70
c_stringMethod · 0.50
print_spolyFunction · 0.50
print_syzFunction · 0.50
pStringFunction · 0.50
c_stringMethod · 0.50

Calls 3

StringSetSFunction · 0.85
StringEndSFunction · 0.85
p_String0Function · 0.70

Tested by

no test coverage detected