# File lib/facets/more/quaternion.rb, line 324
  def is_unit_vector?; @re==0 and abs2==1; end