Logo

Programming-Idioms

History of Idiom 66 > diff from v6 to v7

Edit summary for version 7 by :

Version 6

2015-08-20, 16:47:31

Version 7

2015-08-22, 10:12:24

Idiom #66 Big integer exponentiation

Calculate the result z of x power n, where x is a big integer and n is a positive integer.

Idiom #66 Big integer exponentiation

Calculate the result z of x power n, where x is a big integer and n is a positive integer.

Code
z = x**n