class Fixnum

Constants

RADIAN_PER_DEGREE

Public Instance Methods

toRad() click to toggle source
# File lib/haversine.rb, line 18
def toRad
  return self * RADIAN_PER_DEGREE
end