Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShiqiYu/CPP
/ norm_l2
Function
norm_l2
week07/examples/function-reference.cpp:20–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
float norm_l2(float x, float y)
21
{
22
return sqrt(x * x + y * y);
23
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected