# File lib/facets/more/quaternion.rb, line 386
  def dot_product other
    (self*other.conjugate).re
  end