pymel.util.arrays.log — PyMEL 1.0.7 documentation

pymel.util.arrays.log

log(x[, base])

Return the logarithm of x to the given base. If the base not specified, returns the natural logarithm (base e) of x. This function has been overriden from math.log to work element-wise on iterables

Previous topic

pymel.util.arrays.linstep

Next topic

pymel.util.arrays.log10

Core Modules

Type Modules

Other Modules

This Page