pymel.util.arrays.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