# File lib/facets/more/quaternion.rb, line 432
  def rmod_D4 other
    # right mod with D4
    d,m=divmod_D4(other); return m
  end