Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ operator<
Function
operator<
IntegerProgramming/BigInt.cc:172–176 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
170
//
171
172
bool operator<(const BigInt& a,const BigInt& b)
173
{
174
if (mpz_cmp(a.value,b.value)<0) return true;
175
return false;
176
}
177
178
bool operator<=(const BigInt& a,const BigInt& b)
179
{
Callers
nothing calls this directly
Calls
1
BigInt
Class · 0.85
Tested by
no test coverage detected