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

instance method Complex#-@

- -> Complex

自身の符号を反転させたものを返します。

例:

-Complex(1)     # => (-1+0i)
-Complex(-1, 1) # => (1-1i)