instance method Complex#**

self ** other -> Complex[permalink][rdoc][edit]

冪(べき)乗を計算します。

[PARAM] other:
自身を other 乗する数


Complex('i') ** 2             # => (-1+0i)