class Float
Constants
- RADIAN_PER_DEGREE
Public Instance Methods
toRad()
click to toggle source
# File lib/haversine.rb, line 10 def toRad return self * RADIAN_PER_DEGREE end
# File lib/haversine.rb, line 10 def toRad return self * RADIAN_PER_DEGREE end