numpy.positive(x, /, out=None, *, where=True, casting='same_kind', order='K', dtype=None, subok=True[, signature, extobj]) = <ufunc 'positive'>
Numerical positive, element-wise.
New in version 1.13.0.
Parameters: |
|
---|---|
Returns: |
|
Equivalent to x.copy()
, but only defined for types that support arithmetic.
© 2005–2019 NumPy Developers
Licensed under the 3-clause BSD License.
https://docs.scipy.org/doc/numpy-1.17.0/reference/generated/numpy.positive.html