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

Function gf_value

factory/singext.cc:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60int gf_value (const CanonicalForm & f )
61{
62 InternalCF * ff = f.getval();
63 return ((intptr_t)ff) >>2;
64}
65
66CanonicalForm make_cf ( const mpz_ptr n )
67{

Callers 1

convRecGFGFFunction · 0.85

Calls 1

getvalMethod · 0.45

Tested by

no test coverage detected