Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ sqr
Function
sqr
src/extended/SfxrNode.cpp:211–214 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
209
}
210
211
inline float sqr(float a)
212
{
213
return a * a;
214
}
215
inline float cube(float a)
216
{
217
return a * a * a;
Callers
4
get
Method · 0.85
explosion
Method · 0.85
randomize
Method · 0.85
vibratoInHz
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected