We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The abs(&self) method in BaseArray only works for float arrays since it's defined as part of the Element-wise methods for float arrays section.
abs(&self)
BaseArray
However, in my opinion, we should also be able to get the absolute version of negative integers arrays.