MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / IsOdd

Method IsOdd

extra/yassl/taocrypt/include/integer.hpp:188–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186 bool NotPositive() const { return !IsPositive(); }
187 bool IsEven() const { return GetBit(0) == 0; }
188 bool IsOdd() const { return GetBit(0) == 1; }
189
190 Integer& operator=(const Integer& t);
191 Integer& operator+=(const Integer& t);

Callers 2

CascadeExponentiateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected