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