Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ main
Function
main
CPP/Maths/powerIterative.cpp:26–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
int main(){
27
int x,n;
28
cin>>x>>n;
29
cout<<IterativePower(x, n);
30
}
Callers
nothing calls this directly
Calls
1
IterativePower
Function · 0.85
Tested by
no test coverage detected