sin()

The sine of an argument.

Synopsis

sin(x)

Description

Sine function. Argument is interpreted as radians.

Parameters

x

The argument of the sine function in radians.

Returns

The sine of x.

See Also

sinh(), asin(), asinh(), cos(), cosh(), acos(), acosh(), tan(), tanh(), atan(), atan2(), atanh()