# File lib/facets/more/quaternion.rb, line 428
  def rmod other
    # right mod(same as %)
    d,m=divmod(other); return m
  end