Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/beginning-cpp20
/ square
Function
square
Examples/NoModules/Chapter 11/Ex11_07/math.h:8–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
namespace math
7
{
8
auto square(const auto& x) { return x * x; };
9
10
namespace averages
11
{
Callers
1
rms
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected