scipp.sqrt#

scipp.sqrt(x, *, out=None)#

Element-wise square-root.

Parameters
Raises

If the dtype has no square-root, e.g., if it is a string.

Returns

Union[Variable, DataArray, Dataset] – The square-root values of the input.