# File lib/facets/more/quaternion.rb, line 436
  def lmod other
    # left mod
    d,m=ldivmod(other); return m
  end