In Files

Parent

Methods

Float

Public Instance Methods

deg2rad() click to toggle source

Used for degree => radian conversions

# File lib/gruff/pie.rb, line 122
def deg2rad
  self * (Math::PI/180.0)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.