NOME
atan − função arcotangente
SINOPSE
#include <math.h>
double atan(double x);
DESCRIÇÃO
A função atan() calcula a arco tangete de x, ou seja, o valor cuja tangente vale x.
VALOR RETORNADO
A funçào atan() retorna a arco tangente em radianos, um valor matematicamente definido entre -PI/2 e PI/2 (inclusive).
DE ACORDO COM
SVID 3, POSIX, BSD 4.3, ISO 9899
VER TAMBÉM
acos(3), asin(3), atan2(3), cos(3), sin(3), tan(3)
TRADUZIDO POR LDP-BR em 21/08/2000.
Paulo César Mendes <drpc [AT] ism.br> (tradução) xxxxxxxxxxxxxxxxxxxxxxxxx <xxx [AT] xxxxxx.xx> (revisão)