pymel.util.arrays.modf

static arrays.modf(*args, **kwargs)

modf(x)

Return the fractional and integer parts of x. Both results carry the sign of x and are floats. This function has been overriden from math.modf to work element-wise on iterables

Previous topic

pymel.util.arrays.min

Next topic

pymel.util.arrays.normal

Core

Core Modules

Other Modules

This Page