# File lib/facets/more/quaternion.rb, line 404
  def ldiv other
    # left division: 1/q1 * q2
    (self.conjugate)*other/self.abs2
  end