scipp.negative# scipp.negative(a)# Element-wise negative. Equivalent to: -a Parameters: a (TypeVar(VariableLikeType, Variable, DataArray, Dataset, DataGroup[Any])) – Input data. Returns: TypeVar(VariableLikeType, Variable, DataArray, Dataset, DataGroup[Any]) – a with flipped signs.