Skip to main content

cos

Overloads

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

cos(const ComplexArray arr) -> ComplexArray

Computes the cosine of the ComplexArray arr element-wise.

Parameters

cos(const RealArray arr) -> RealArray

Computes the cosine of the RealArray arr element-wise.

Parameters