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

Method Print

Singular/dyn_modules/Order/nforder.cpp:126–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 return StringEndS();
125}
126void nforder::Print() {
127 char * s = String();
128 PrintS(s);
129 PrintS("\n");
130 omFree(s);
131}
132void nforder_delete(nforder* o) {
133 if (o->ref_count_decref()>0) {
134 return;

Callers 6

enumerate_allMethod · 0.45
increase_xMethod · 0.45
check_boundMethod · 0.45
temp_testFunction · 0.45
temp_test2Function · 0.45
WriteRingFunction · 0.45

Calls 1

PrintSFunction · 0.85

Tested by 2

temp_testFunction · 0.36
temp_test2Function · 0.36