MCPcopy 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
211inline float sqr(float a)
212{
213 return a * a;
214}
215inline float cube(float a)
216{
217 return a * a * a;

Callers 4

getMethod · 0.85
explosionMethod · 0.85
randomizeMethod · 0.85
vibratoInHzMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected