instance method Float#-@

- self -> Float[permalink][rdoc][edit]

単項演算子の - です。 self の符号を反転させたものを返します。



- 1.2   # => -1.2
- -1.2  # => 1.2