negativeΒΆ
Computes the numerical negative of each element x_i (i.e., y_i = -x_i) of the input array x.
Abstract Signature:
negative(x: array)
Computes the numerical negative of each element x_i (i.e., y_i = -x_i) of the input array x.
Abstract Signature:
negative(x: array)