Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
60
int gf_value (const CanonicalForm & f )
61
{
62
InternalCF * ff = f.getval();
63
return ((intptr_t)ff) >>2;
64
}
65
66
CanonicalForm make_cf ( const mpz_ptr n )
67
{
Callers
1
convRecGFGF
Function · 0.85
Calls
1
getval
Method · 0.45
Tested by
no test coverage detected