Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
long double power(double x, int n);
7
8
int main()
9
{
10
std::cout << power(1.5, 1000) << std::endl;
11
}
12
13
inline auto mult(long double l, long double r)
14
{
Callers
nothing calls this directly
Calls
1
power
Function · 0.70
Tested by
no test coverage detected