MCPcopy 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}
215inline float cube(float a)
216{
217 return a * a * a;
218}
219inline float flurp(float a)
220{
221 return a / (1.0f - a);

Callers 2

randomizeMethod · 0.85
filterFreqInHzMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected