Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ ispow2i
Function
ispow2i
include/rack0.hpp:66–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
return math::log2(n);
65
}
66
DEPRECATED inline bool ispow2i(int n) {
67
return isPow2(n);
68
}
69
DEPRECATED inline float absf(float x) {
70
return std::fabs(x);
71
}
Callers
nothing calls this directly
Calls
1
isPow2
Function · 0.85
Tested by
no test coverage detected