nums.numpy.positive

nums.numpy.positive(x, out=None, where=True, **kwargs)[source]

Numerical positive, element-wise.

This docstring was copied from numpy.positive.

Some inconsistencies with the NumS version may exist.

Parameters

x (BlockArray) – Input array.

Returns

y – Returned array: y = +x.

Return type

BlockArray

Notes

Equivalent to x.copy(), but only defined for types that support arithmetic.