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