Skip to main content

sqrt

Overloads

NameDescription
sqrt(const RealArray arr) -> RealArrayComputes the square root of the RealArray arr element-wise.
sqrt(const ComplexArray arr) -> ComplexArrayComputes the square root of the ComplexArray arr element-wise.

sqrt(const RealArray arr) -> RealArray

Computes the square root of the RealArray arr element-wise.

Parameters

sqrt(const ComplexArray arr) -> ComplexArray

Computes the square root of the ComplexArray arr element-wise.

Parameters