MCPcopy Create free account
hub / github.com/VCVRack/Rack / eucmod

Function eucmod

include/rack0.hpp:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 return std::max(a, b);
25}
26DEPRECATED inline int eucmod(int a, int base) {
27 return eucMod(a, base);
28}
29DEPRECATED inline bool ispow2(int n) {
30 return isPow2(n);
31}

Callers

nothing calls this directly

Calls 1

eucModFunction · 0.85

Tested by

no test coverage detected