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

Function Number_get_Ring

Singular/dyn_modules/python/number_wrap.cc:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 return boost::python::str(out,strlen(out));
15}
16static Ring Number_get_Ring(const Number & n){
17 return n.getRing();
18}
19void export_number()
20{
21 boost::python::class_<Number>("Number")

Callers

nothing calls this directly

Calls 1

getRingMethod · 0.45

Tested by

no test coverage detected