sqrt
Overloads
| Name | Description |
|---|---|
sqrt(const RealArray arr) -> RealArray | Computes the square root of the RealArray arr element-wise. |
sqrt(const ComplexArray arr) -> ComplexArray | Computes 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
- arr: The input RealArray.
sqrt(const ComplexArray arr) -> ComplexArray
Computes the square root of the ComplexArray arr element-wise.
Parameters
- arr: The input ComplexArray.