sinn

Sine

double sin (
        double x
)

Arguments

x Argument in radians

Return value

The sine of x (sin(x)) is returned.

Explanation

The sine of x is calculated and its value is returned.

See Also

cos(), tan(), asin()