Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
NumPy Reference
»
Routines
»
Masked array operations
»
numpy.ma.power
¶
numpy.ma.
power
(
a
,
b
,
third=None
)
¶
Computes a**b elementwise.
Previous topic
numpy.ma.median
Next topic
numpy.ma.prod
This Page
Show Source
Edit page
Quick search
Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
NumPy Reference
»
Routines
»
Masked array operations
»