
### NAME

    sin() - return the sine of a float

### SYNOPSIS

    float sin( float f );

### DESCRIPTION

    Returns the sine of its argument, 'f', measured in radians.

### SEE ALSO

    acos(3), asin(3), atan(3), cos(3), tan(3)

