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

Function ExtensionLevel

factory/variable.cc:254–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254int ExtensionLevel()
255{
256 if( var_names_ext == 0)
257 return 0;
258 return strlen( var_names_ext )-1;
259}
260
261void prune (Variable& alpha)
262{

Callers 1

ReduceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected