MCPcopy 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

4namespace math
5{
6 double pow4(double x) { return square(square(x)); }
7}

Callers 1

mainFunction · 0.70

Calls 1

squareFunction · 0.70

Tested by

no test coverage detected