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