<< Previous | Next >>

acot

float acot( float x );

Description

Computes the arcotangent 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

Arccotangent of the argument in radians.

Library

MATH.LIB

See also

tan, atan


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