self ** other -> Complex
冪(べき)乗を計算します。
例 Complex('i') ** 2 # => (-1+0i)
Complex('i') ** 2 # => (-1+0i)