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