complex.rb

--> Complex

函数:

Complex(x, y)

Numeric

方法:

im

返回虚数单位倍。

real

实部。

image

虚部。

arg

返回复数形式的偏角。

polar

返回极坐标。

conjugate

返回共轭复数。