Skip to main content

atan

Overloads

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

atan(const RealArray arr) -> RealArray

Computes the inverse tangent (arctangent) of the RealArray arr element-wise.

Parameters

atan(const ComplexArray arr) -> ComplexArray

Computes the inverse tangent (arctangent) of the ComplexArray arr element-wise.

Parameters