sin Function

Purpose:

To return the sine of a number.

Syntax:

sin(x)

Comments:

x must be given in radians.

Example:

print sin(PI)

0.0000