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

Method Mod

Int.cpp:731–737  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

729// ------------------------------------------------
730
731void Int::Mod(Int *n) {
732
733 Int r;
734 Div(n,&r);
735 Set(&r);
736
737}
738
739// ------------------------------------------------
740

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected