module documentation
Provides recursive function power(x,n) that uses repeated squaring technique.
Function | power |
Compute the value x**n for integer n. |
Provides recursive function power(x,n) that uses repeated squaring technique.
Function | power |
Compute the value x**n for integer n. |