0050. Pow(x, n)
Binary Exponentiation — Iterative step-by-step visualization
x =
n =
Load
2^10
2^(-2)
2.1^3
3^0
(-1)^5
0.5^(-3)
2^13
(-2)^4
Step
Play
Pause
Reset
Speed:
5x
2.0
10
=
?
Step:
0
x (current):
2.0
n (remaining):
10
Result:
1.0
Binary representation of n = 10
Current Operation
result
1.0
action
-
Press Step or Play to begin
Execution Log