pymel.core.datatypes.log1p

static datatypes.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.core.datatypes.log10

Next topic

pymel.core.datatypes.max

Core

Core Modules

Other Modules

This Page