Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ appendPoly
Method
appendPoly
Singular/dyn_modules/python/interpreter_support.cc:97–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
return l;
96
}
97
void appendPoly(const Poly& p)
98
{
99
leftv v=initArg();
100
v->data=p.as_poly();
101
v->rtyp=POLY_CMD;
102
internal_append(v);
103
}
104
void appendIdeal(const Ideal& p)
105
{
106
leftv v=initArg();
Callers
nothing calls this directly
Calls
1
as_poly
Method · 0.45
Tested by
no test coverage detected