Skip to main content

sin

Overloads

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

sin(const RealArray arr) -> RealArray

Computes the sine of the RealArray arr element-wise.

Parameters

sin(const ComplexArray arr) -> ComplexArray

Computes the sine of the ComplexArray arr element-wise.

Parameters