Skip to main content

tan

Overloads

NameDescription
tan(const RealArray arr) -> RealArrayComputes the tangent of the RealArray arr element-wise.
tan(const ComplexArray arr) -> ComplexArrayComputes the tangent of the ComplexArray arr element-wise.

tan(const RealArray arr) -> RealArray

Computes the tangent of the RealArray arr element-wise.

Parameters

tan(const ComplexArray arr) -> ComplexArray

Computes the tangent of the ComplexArray arr element-wise.

Parameters