<< Previous | Next >>

atan

float atan( float x );

Description

Computes the arctangent of real float value x.

NOTE The Dynamic C functions deg and rad convert radians and degrees.

Parameters

x
Assumed to be between -INF and +INF.

Return value

The arctangent of the argument in radians.

Library

MATH.LIB

See also

tan, acot


Dynamic C Functions << Previous | Next >> rabbit.com