-
numpy.ma.power(a, b, third=None)[source] -
Returns element-wise base array raised to power from second array.
This is the masked array version of
numpy.power. For details seenumpy.power.See also
Notes
The out argument to
numpy.poweris not supported,thirdhas to be None.
numpy.ma.power()
2025-01-10 15:47:30
Please login to continue.