Skip to main content

acos

Discworld driver help

acos

Name

acos() - return the arccosine of a float

Synopsis

float acos( float f );

Description

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

See also

asin(), atan(), cos(), sin(), tan()