Skip to main content

cos

Discworld driver help

cos

Name

cos() - return the cosine of a float

Synopsis

float cos( float f );

Description

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

See also

acos(), asin(), atan(), sin(), tan()