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