MCPcopy 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
26int main(){
27int x,n;
28cin>>x>>n;
29cout<<IterativePower(x, n);
30}

Callers

nothing calls this directly

Calls 1

IterativePowerFunction · 0.85

Tested by

no test coverage detected