pymel.util.arrays.fmod

fmod(x, y)

Return fmod(x, y), according to platform C. x % y may differ. This function has been overriden from math.fmod to work element-wise on iterables