Method: Angle#versin

Defined in:
lib/angles.rb

#versinObject



222
223
224
# File 'lib/angles.rb', line 222

def versin
  1 - self.cos
end