pymel.util.frexp

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

frexp(x)

Return the mantissa and exponent of x, as pair (m, e). m is a float and e is an int, such that x = m * 2.**e. If x is 0, m and e are both 0. Else 0.5 <= abs(m) < 1.0. This function has been overriden from math.frexp to work element-wise on iterables

Previous topic

pymel.util.fmod

Next topic

pymel.util.fsum

Core

Core Modules

Other Modules

This Page