class Geocoder::EastingNorthing

def tan_pow_2(x)

def tan_pow_2(x)
  Math.tan(x) * Math.tan(x)
end