Ruby 1.9.2 Reference Manual > All Libraries > Builtin Library > class Complex > -

instance method Complex#-

self - other -> Complex

差を計算します。

[PARAM] other:
自身から引く数

例:

Complex(1, 2) - Complex(2, 3) # => (-1-1i)