nimble.calculate.elementwisePower¶
- nimble.calculate.elementwisePower(left, right)¶
Perform an element-wise power operation, with the values in the left object as the bases and the values in the right object as exponents. A new object will be created, and the input obects will be un-modified.