Method: #degrees

Defined in:
lib/texlab/math.rb

#degrees(x) ⇒ Object

degree radian



5
6
7
# File 'lib/texlab/math.rb', line 5

def degrees x
  x * 180.0 / Math::PI
end