MCPcopy Create free account
hub / github.com/Tripwire/tripwire-open-source / operator/

Function operator/

src/cryptlib/integer.cpp:1929–1934  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1927}
1928
1929Integer operator/(const Integer &a, const Integer &b)
1930{
1931 Integer remainder, quotient;
1932 Integer::Divide(remainder, quotient, a, b);
1933 return quotient;
1934}
1935
1936Integer operator%(const Integer &a, const Integer &b)
1937{

Callers

nothing calls this directly

Calls 1

DivideFunction · 0.85

Tested by

no test coverage detected