
NOMBRE
atan - funcion arco tangente
SINOPSIS
#include <math.h>
double atan(double x);
DESCRIPCI'ON
La funcion atan() calcula el arco tangente de x; este es el valor cuya
tangente es x.
VALOR DEVUELTO
La funcion atan() devuelve el arco tangente en radianes; el valor se
define matematicamente para estar entre -PI/2 y PI/2 (inclusive).
CONFORME A
SVID 3, POSIX, BSD 4.3, ISO 9899
V'EASE TAMBI'EN
acos(3), asin(3), atan2(3), cos(3), sin(3), tan(3)