Appearance
sin() - return the sine of a float
float sin( float f );
Returns the sine of its argument, 'f', measured in radians.
acos(3), asin(3), atan(3), cos(3), tan(3)