Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ floatMax
Function
floatMax
src/widgets/MeterPanel.cpp:861–864 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
859
}
860
861
static float floatMax(float a, float b)
862
{
863
return a>b? a: b;
864
}
865
866
/* Unused as yet.
867
static int intmin(int a, int b)
Callers
2
UpdateDisplay
Method · 0.85
OnMeterUpdate
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected