Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/beginning-cpp20
/ main
Function
main
Examples/NoModules/Appendix A/ExA_12/ExA_12.cpp:7–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
#include
"Pow4.h"
6
7
int main()
8
{
9
std::cout << math::hypot(3, 4) <<
'\t'
<< math::pow4(5) << std::endl;
10
}
Callers
nothing calls this directly
Calls
1
pow4
Function · 0.70
Tested by
no test coverage detected