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

Method listLength

Singular/subexpr.cc:51–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49#endif
50
51int sleftv::listLength()
52{
53 int n = 1;
54 leftv sl = next;
55 while (sl!=NULL)
56 {
57 n++;
58 sl=sl->next;
59 }
60 return n;
61}
62
63void sleftv::Print(leftv store, int spaces)
64{

Callers 13

jjINTERSECT_PLFunction · 0.80
jjKLAMMER_PLFunction · 0.80
jjLIST_PLFunction · 0.80
jjSTRING_PLFunction · 0.80
jjRING_PLFunction · 0.80
iiExprArithMFunction · 0.80
ii_FlintQrat_initFunction · 0.80
jjA_L_LISTFunction · 0.80
ipassign.ccFile · 0.80
iiBranchToFunction · 0.80
rInitFunction · 0.80
rSubringFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected