We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9556fb commit 5fe6a89Copy full SHA for 5fe6a89
50.Pow(x,n).cpp
@@ -35,7 +35,7 @@ Return the accumulated result. */
35
result *= x;
36
}
37
x *= x; // Square x
38
- N /= 2; // Divide n by 2
+ N /= 2;
39
40
41
return result;
0 commit comments