pymel.util.fsum

fsum(*args, **kwargs)

sum(iterable)

Return an accurate floating point sum of values in the iterable. Assumes IEEE-754 floating point arithmetic. This function has been overriden from math.fsum to work element-wise on iterables

Previous topic

pymel.util.frexp

Next topic

pymel.util.gamma

Core

Core Modules

Other Modules

This Page