Table of Contents
numpy.doc
numpy.lib
numpy.random
numpy.linalg
numpy.fft
numpy.polynomial
numpy.testing
numpy.f2py
numpy.distutils
ndarray
dtype
numpy.ma
MaskedArray
ufunc
numpy.ma.
power
Returns element-wise base array raised to power from second array.
This is the masked array version of numpy.power. For details see numpy.power.
See also
numpy.power
Notes
The out argument to numpy.power is not supported, third has to be None.