Equivalent to pow(this, exp, mod) for numbers, and this.pow(exp,mod) otherwise.
<a href="http://docs.python.org/library/functions.html#pow"> pow </a>
See Implementation
Equivalent to pow(this, exp, mod) for numbers, and this.pow(exp,mod) otherwise.