Implemented abs instance method for Array objects
This PR implements the Array.abs
instance method, using the underlying numpy.abs
method, for convenience.
This PR implements the Array.abs
instance method, using the underlying numpy.abs
method, for convenience.