Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testPoly
Function · 0.45
print
Method · 0.45
Calls
2
p_Write
Function · 0.50
get
Method · 0.45
Tested by
1
testPoly
Function · 0.36