MCPcopy Create free account
hub / github.com/LabSound/LabSound / square

Function square

src/extended/PolyBLEPNode.cpp:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32template <typename T>
33inline T square(const T & x) { return x * x; }
34
35inline double blep(const double t, const double dt)
36{

Callers 2

blepFunction · 0.85
blampFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected