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

Function log2i

include/rack0.hpp:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 return eucMod(a, base);
62}
63DEPRECATED inline int log2i(int n) {
64 return math::log2(n);
65}
66DEPRECATED inline bool ispow2i(int n) {
67 return isPow2(n);
68}

Callers

nothing calls this directly

Calls 1

log2Function · 0.70

Tested by

no test coverage detected