Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ operator!=
Function
operator!=
IntegerProgramming/BigInt.cc:202–206 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
200
}
201
202
bool operator!=(const BigInt& a,const BigInt& b)
203
{
204
if (!mpz_cmp(a.value,b.value)) return false;
205
return true;
206
}
207
208
bool operator<(const int& a,const BigInt& b)
209
{
Callers
nothing calls this directly
Calls
1
BigInt
Class · 0.85
Tested by
no test coverage detected