sin


       sin() - return the sine of a float



SYNOPSIS

       float sin( float f );



DESCRIPTION

       Returns  the  sine of its argument, `f', measured in radi-
       ans.



SEE ALSO

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