# File lib/facets/more/quaternion.rb, line 412 def divmod_D4 other # right divmod: q1=d*q2+m, d be D4 d=self.rdiv(other).round_D4; m=self-d*other; return d,m end