Skip to main content

tan

Discworld driver help

tan

Name

tan() - return the tangent of a float

Synopsis

float tan( float f );

Description

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

See also

acos(), asin(), atan(), cos(), sin()