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
pymel.util.fmod
pymel.util.fsum
Enter search terms or a module, class or function name.