Section: Manual del Programador de Linux (3)
Updated: 8 Junio 1993
Index Return to Main
Contents
#include <math.h> double atan(double x);
La función atan() calcula el arco tangente de x; este es el valor cuya tangente es x.
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).
SVID 3, POSIX, BSD 4.3, ISO 9899
(3), asin(3), atan2(3), cos(3), sin(3), tan(3)
This document was created by man2html, using
the manual pages.
Time: 06:16:24 GMT, January 22, 2005