Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/albertobsd/keyhunt
/ Abs
Method
Abs
gmp256k1/Int.cpp:133–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
}
132
133
void Int::Abs() {
134
mpz_abs(num,num);
135
}
136
137
bool Int::IsGreater(Int *a) {
138
if(mpz_cmp(num,a->num) > 0)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected