mlx.core.negative# mlx.core.negative(a: array, /, *, stream: Union[None, Stream, Device] = None) → array# Element-wise negation. Parameters: a (array) – Input array. Returns: The negative of a. Return type: array