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