MCPcopy Create free account
hub / github.com/JeanLucPons/VanitySearch / IsOne

Method IsOne

Int.cpp:244–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244bool Int::IsOne() {
245 return IsEqual(&_ONE);
246}
247
248bool Int::IsZero() {
249

Callers 5

IsProbablePrimeMethod · 0.80
CheckMethod · 0.80
ModInvMethod · 0.80
HasSqrtMethod · 0.80
ModSqrtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected