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

Method getval

factory/parseutil.cc:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 ~PUtilInt() {}
36 PUtilBase * copy() const { return new PUtilInt( val ); }
37 CanonicalForm getval() const { return CanonicalForm( val ); }
38 int getintval() const { return val; }
39 bool isInt() const { return true; }
40 bool isCF() const { return false; }

Callers

nothing calls this directly

Calls 1

CanonicalFormClass · 0.70

Tested by

no test coverage detected