sin

View page source

The Sine Function: sin

Syntax

y = sin ( x )

x, y

See the Possible Types for a unary standard math function.

Atomic

This is an atomic operation .

Derivative

\[\R{sin}^{(1)} (x) = \cos(x)\]

Example

The file sin.cpp contains an example and test of this function.