Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ cube
Function
cube
src/extended/SfxrNode.cpp:215–218 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
213
return a * a;
214
}
215
inline float cube(float a)
216
{
217
return a * a * a;
218
}
219
inline float flurp(float a)
220
{
221
return a / (1.0f - a);
Callers
2
randomize
Method · 0.85
filterFreqInHz
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected