Skip to main content

asin

Overloads

NameDescription
asin(const ComplexArray arr) -> ComplexArrayComputes the inverse sine (arcsine) of the ComplexArray arr element-wise.
asin(const RealArray arr) -> RealArrayComputes the inverse sine (arcsine) of the RealArray arr element-wise.

asin(const ComplexArray arr) -> ComplexArray

Computes the inverse sine (arcsine) of the ComplexArray arr element-wise.

Parameters

asin(const RealArray arr) -> RealArray

Computes the inverse sine (arcsine) of the RealArray arr element-wise.

Parameters