asin
Overloads
| Name | Description |
|---|---|
asin(const ComplexArray arr) -> ComplexArray | Computes the inverse sine (arcsine) of the ComplexArray arr element-wise. |
asin(const RealArray arr) -> RealArray | Computes the inverse sine (arcsine) of the RealArray arr element-wise. |
asin(const ComplexArray arr) -> ComplexArray
Computes the inverse sine (arcsine) of the ComplexArray arr element-wise.
Parameters
- arr: The input ComplexArray.
asin(const RealArray arr) -> RealArray
Computes the inverse sine (arcsine) of the RealArray arr element-wise.
Parameters
- arr: The input RealArray.