abs -> Float
magnitude -> Float
自身の絶対値を返します。
例 34.56.abs # => 34.56 -34.56.abs # => 34.56
34.56.abs # => 34.56 -34.56.abs # => 34.56