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

Method print

kernel/old/old.Poly.h:185–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183 this->p=p_ISet(n,r.get());
184 }
185 void print(){
186 p_Write(p,r.get(),r.get());
187 }
188
189 virtual ~PolyImpl(){
190 if (r!=NULL)

Callers 2

testPolyFunction · 0.45
printMethod · 0.45

Calls 2

p_WriteFunction · 0.50
getMethod · 0.45

Tested by 1

testPolyFunction · 0.36