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

Function p_Write0

libpolys/polys/polys0.cc:332–337  ·  view source on GitHub ↗

2 * writes a polynomial p to stdout */

Source from the content-addressed store, hash-verified

330* writes a polynomial p to stdout
331*/
332void p_Write0(poly p, ring lmRing, ring tailRing)
333{
334 char *s=p_String(p, lmRing, tailRing);
335 PrintS(s);
336 omFree(s);
337}
338
339/*2
340* writes a polynomial p to stdout followed by \n

Callers 15

p_WriteFunction · 0.70
p_wrp0Function · 0.70
p_wrpFunction · 0.70
singclap_extgcdFunction · 0.70
iiWriteMatrixFunction · 0.70
sBucketPrintFunction · 0.70
p2StringFunction · 0.50
pWrite0Function · 0.50
TestSimpleRingArithmetcsFunction · 0.50
TestSimpleRingArithmetcsFunction · 0.50
TestSimpleRingArithmetcsFunction · 0.50
TestSimpleRingArithmetcsFunction · 0.50

Calls 2

PrintSFunction · 0.85
p_StringFunction · 0.70

Tested by 10

TestSimpleRingArithmetcsFunction · 0.40
TestSimpleRingArithmetcsFunction · 0.40
TestSimpleRingArithmetcsFunction · 0.40
TestSimpleRingArithmetcsFunction · 0.40
TestSimpleRingArithmetcsFunction · 0.40
TestSimpleRingArithmetcsFunction · 0.40
TestSimpleRingArithmetcsFunction · 0.40
TestSimpleRingArithmetcsFunction · 0.40
TestSimpleRingArithmetcsFunction · 0.40
TestSimpleRingArithmetcsFunction · 0.40