Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ length
Method
length
Singular/dyn_modules/python/interpreter_support.cc:86–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
return res;
85
}
86
int length()
87
{
88
leftv v=args;
89
int l=0;
90
while(v!=NULL)
91
{
92
l++;
93
v=v->next;
94
}
95
return l;
96
}
97
void appendPoly(const Poly& p)
98
{
99
leftv v=initArg();
Callers
15
jjSYSTEM
Function · 0.45
jjINDEX_IV
Function · 0.45
jjINDEX_P_IV
Function · 0.45
jjINDEX_V_IV
Function · 0.45
jjKLAMMER_IV
Function · 0.45
jjCHINREM_BI
Function · 0.45
jjCHINREM_P
Function · 0.45
jjDelete_ID_IV
Function · 0.45
jjELIMIN_IV
Function · 0.45
jjMONOM
Function · 0.45
jjCOUNT_IV
Function · 0.45
jjBRACK_Ma_I_IV
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected