Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ SQR
Function
SQR
src/EnvelopeEditor.cpp:128–128 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
126
namespace
127
{
128
inline int SQR(int x) { return x * x; }
129
}
130
131
/// ValueOfPixel() converts a y position on screen to an envelope value.
Callers
1
HandleMouseButtonDown
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected