MCPcopy 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

jjSYSTEMFunction · 0.45
jjINDEX_IVFunction · 0.45
jjINDEX_P_IVFunction · 0.45
jjINDEX_V_IVFunction · 0.45
jjKLAMMER_IVFunction · 0.45
jjCHINREM_BIFunction · 0.45
jjCHINREM_PFunction · 0.45
jjDelete_ID_IVFunction · 0.45
jjELIMIN_IVFunction · 0.45
jjMONOMFunction · 0.45
jjCOUNT_IVFunction · 0.45
jjBRACK_Ma_I_IVFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected