sin(3) LPC Library Functions sin(3)
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)
MudOS Last change: 5 Sep 1994 1