class Geocoder::EastingNorthing

def cos_pow_2(x)

def cos_pow_2(x)
  Math.cos(x) * Math.cos(x)
end