Skip to main content

atan

Discworld driver help

atan

Name

atan() - return the arctangent of a float

Synopsis

float atan( float f );

Description

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

See also

acos(), asin(), cos(), sin(), tan()