Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JeanLucPons/VanitySearch
/ IsStrictPositive
Method
IsStrictPositive
Int.cpp:411–416 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
409
// ------------------------------------------------
410
411
bool Int::IsStrictPositive() {
412
if( IsPositive() )
413
return !IsZero();
414
else
415
return false;
416
}
417
418
// ------------------------------------------------
419
Callers
1
ModInv
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected