pymel.util.fmod

static util.fmod(*args, **kwargs)

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

Previous topic

pymel.util.floor

Next topic

pymel.util.frexp

Core

Core Modules

Other Modules

This Page