Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ operator>
Function
operator>
IntegerProgramming/BigInt.cc:184–188 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
182
}
183
184
bool operator>(const BigInt& a,const BigInt& b)
185
{
186
if (mpz_cmp(a.value,b.value)>0) return true;
187
return false;
188
}
189
190
bool operator>=(const BigInt& a,const BigInt& b)
191
{
Callers
nothing calls this directly
Calls
1
BigInt
Class · 0.85
Tested by
no test coverage detected