0050. Pow(x, n)

Binary Exponentiation — Iterative step-by-step visualization

5x
2.010 = ?
Step: 0
x (current): 2.0
n (remaining): 10
Result: 1.0
Binary representation of n = 10
Current Operation
result
1.0
Press Step or Play to begin
Execution Log