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