module Math
Now come a few functions that add to ruby's standard classes or modules
Public Instance Methods
abs(x)
click to toggle source
The absolute value, but in a more easy to use way
# File lib/ctioga2/utils.rb, line 708 def abs(x) return x.abs end