Exponentiation

Exponentiation using builtins and pow

Square root math.sqrt and cmath.sqrt

Modular exponentiation pow with 3 arguments

Exponentiation using the math module math.pow

Exponential function math.exp and cmath.exp

Exponential function minus 1 math.expm1

Magic methods and exponentiation builtin math and cmath

Roots nth-root with fractional exponents

Computing large integer roots