pymel.util.arrays.log1p

static arrays.log1p(*args, **kwargs)

log1p(x)

Return the natural logarithm of 1+x (base e).
The result is computed in a way which is accurate for x near zero.

This function has been overriden from math.log1p to work element-wise on iterables

Previous topic

pymel.util.arrays.log10

Next topic

pymel.util.arrays.max

Core

Core Modules

Other Modules

This Page