#!/usr/bin/ruby x,y=$<.map{|e|Math.asin e.to_f} #p [x,y] p 2*Math::PI*(Math.sin(y)-Math.sin(x))