atan

Autres langues

Langue: es

Autres versions - même langue

Version: 8 Junio 1993 (openSuse - 09/10/07)

Section: 3 (Bibliothèques de fonctions)

NOMBRE

atan - 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

VÉASE TAMBIÉN

acos(3), asin(3), atan2(3), cos(3), sin(3), tan(3)