Skip to main content

sin

Discworld driver help

sin

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(), asin(), atan(), cos(), tan()