sin
Sine (radians).
Syntax
Section titled “Syntax”Y = sin(X)Description
Section titled “Description”Returns the sine of X, in radians. Element-wise.
Example
Section titled “Example”sin(pi/2) % 1Sine (radians).
Y = sin(X)Returns the sine of X, in radians. Element-wise.
sin(pi/2) % 1