# File lib/facets/more/quaternion.rb, line 308
  def is_real?; @im==0 and @jm==0 and @km==0; end