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