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

Function main

Exercises/Modules/Chapter 08/Soln8_09.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6long double power(double x, int n);
7
8int main()
9{
10 std::cout << power(1.5, 1000) << std::endl;
11}
12
13inline auto mult(long double l, long double r)
14{

Callers

nothing calls this directly

Calls 1

powerFunction · 0.70

Tested by

no test coverage detected