# File lib/facets/more/quaternion.rb, line 440
  def lmod_D4 other
    # left mod with D4
    d,m=ldivmod_D4(other); return m
  end