Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/beginning-cpp20
/ pow4
Function
pow4
Examples/NoModules/Appendix A/ExA_11/Pow4.cpp:6–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
namespace math
5
{
6
double pow4(double x) { return square(square(x)); }
7
}
Callers
1
main
Function · 0.70
Calls
1
square
Function · 0.70
Tested by
no test coverage detected