# File lib/facets/more/quaternion.rb, line 282
  def latitude; Math.atan2(Math.sqrt((@jm*@jm+@km*@km).to_f),@im.to_f); end