pymel.util.expm1

expm1(x)

Return exp(x)-1. This function avoids the loss of precision involved in the direct evaluation of exp(x)-1 for small x. This function has been overriden from math.expm1 to work element-wise on iterables

Previous topic

pymel.util.expandArgs

Next topic

pymel.util.fabs

Core

Core Modules

Other Modules

This Page