negative#

rbc.stdlib.elementwise_functions.negative(a)#
Computes the numerical negative of each element x_i (i.e., y_i = -x_i) of the

input array x.

Array-API ‘negative’ doc