atan(3)
función arco tangente
SINOPSIS
#include <math.h>
double atan(double x);
DESCRIPCIÓN
La función atan() calcula el arco tangente de x; este es
el valor cuya tangente es x.
VALOR DEVUELTO
La función atan() devuelve el arco tangente en radianes; el
valor se define matemáticamente para estar entre -PI/2 y PI/2
(inclusive).
CONFORME A
SVID 3, POSIX, BSD 4.3, ISO 9899