More Math Methods : Numeric class « Number « Ruby
- Ruby
- Number
- Numeric class
More Math Methods
# Get the absolute value of a number (Bignum, Complex, Fixnum, Float, Numeric, Rational)
-40.abs # => 40
40.abs # => 40
Related examples in the same category