sqrt

sqrt#

Signature#

nabla.sqrt(arg: nabla.core.array.Array) -> nabla.core.array.Array

Description#

Element-wise square root function.

Implemented as pow(arg, 0.5) for compatibility with the automatic differentiation system.