Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ absi
Function
absi
include/rack0.hpp:57–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
return math::clamp(x, min, max);
56
}
57
DEPRECATED inline int absi(int a) {
58
return std::fabs(a);
59
}
60
DEPRECATED inline int eucmodi(int a, int base) {
61
return eucMod(a, base);
62
}
Callers
nothing calls this directly
Calls
1
fabs
Function · 0.85
Tested by
no test coverage detected