OAR

RTEMS GNU Tools On-Line Library


atan

PREV UP NEXT Bookshelf

1.6: atan, atanf---arc tangent

Synopsis

#include <math.h>
double atan(double x);
float atanf(float x);

Description

atan computes the inverse tangent (arc tangent) of the input value.

atanf is identical to atan, save that it operates on floats.


Returns
atan returns a value in radians, in the range of -pi/2 to pi/2.


Portability
atan is ANSI C. atanf is an extension.



PREV UP NEXT Bookshelf

Packaging copyright © 1988-2000 OAR Corporation
Context copyright by each document's author. See Free Software Foundation for information.