Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
26
DEPRECATED inline int eucmod(int a, int base) {
27
return eucMod(a, base);
28
}
29
DEPRECATED inline bool ispow2(int n) {
30
return isPow2(n);
31
}
Callers
nothing calls this directly
Calls
1
eucMod
Function · 0.85
Tested by
no test coverage detected