MCPcopy Create free account
hub / github.com/Apress/beginning-cpp20 / main

Function main

Examples/NoModules/Appendix A/ExA_11/ExA_11.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#include "Pow4.h"
7
8int main()
9{
10 std::cout << math::hypot(3, 4) << '\t' << math::pow4(5) << std::endl;
11}

Callers

nothing calls this directly

Calls 1

pow4Function · 0.70

Tested by

no test coverage detected