Skip to main content

acos

Overloads

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

acos(const ComplexArray arr) -> ComplexArray

Computes the inverse cosine (arccosine) of the ComplexArray arr element-wise.

Parameters

acos(const RealArray arr) -> RealArray

Computes the inverse cosine (arccosine) of the RealArray arr element-wise.

Parameters