MCPcopy 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}
66DEPRECATED inline bool ispow2i(int n) {
67 return isPow2(n);
68}
69DEPRECATED inline float absf(float x) {
70 return std::fabs(x);
71}

Callers

nothing calls this directly

Calls 1

isPow2Function · 0.85

Tested by

no test coverage detected