scipp.sqrt

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

Element-wise square-root.

Parameters
  • x (VariableLike) – Input data.

  • out (Optional[VariableLike]) – Optional output buffer.

Raises

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

Returns

The square-root values of the input.

Return type

VariableLike