User Guide
API reference
Development
Release notes
Learn
1.24
GitHub
Twitter
Array objects
The N-dimensional array (
ndarray
)
Scalars
Data type objects (
dtype
)
Indexing routines
Iterating Over Arrays
Standard array subclasses
Masked arrays
The
numpy.ma
module
Constants of the
numpy.ma
module
Masked array operations
The array interface protocol
Datetimes and Timedeltas
Array API Standard Compatibility
Constants
Universal functions (
ufunc
)
Routines
Typing (
numpy.typing
)
Global State
Packaging (
numpy.distutils
)
NumPy Distutils - Users Guide
Status of
numpy.distutils
and migration advice
NumPy C-API
CPU/SIMD Optimizations
NumPy security
NumPy and SWIG
On this page
ma.MaskedArray.__abs__
numpy.ma.MaskedArray.__abs__
#
method
ma.MaskedArray.
__abs__
(
self
)
#