self ** other -> Complex[permalink][rdoc][edit]-
冪(べき)乗を計算します。
- [PARAM]
other: - 自身を other 乗する数
p Complex('i') ** 2 # => (-1+0i) - [PARAM]
self ** other -> Complex[permalink][rdoc][edit]冪(べき)乗を計算します。
other:p Complex('i') ** 2 # => (-1+0i)