Computes the sine of x, where x is in radians.

The connector pane displays the default data types for this polymorphic function.


icon

Inputs/Outputs

  • cdbl.png x

    x can be a scalar number, array or cluster of numbers, array of clusters of numbers, and so on.

  • idbl.png sin(x)

    sin(x) is of the same numeric representation as x.

    When x is of the form x = a + bi, that is, when x is complex, the following equation defines sin(x): sin(x) = sin(a) * cosh(b) + i(cos(a) * sinh(b))
  • Examples

    Refer to the following example files included with LabVIEW.

    • labview\examples\Mathematics\Elementary & Special Functions\Trigonometric Functions\Sine.vi