scipp.abs#
- scipp.abs(x, *, out=None)#
Element-wise absolute value.
- Parameters:
- Raises:
scipp.DTypeError – If the dtype has no absolute value, e.g., if it is a string.
- Returns:
TypeVar
(_T
) – The absolute values of the input.
See also
Element-wise absolute value.
scipp.DTypeError – If the dtype has no absolute value, e.g., if it is a string.
TypeVar
(_T
) – The absolute values of the input.
See also