table of contents
other versions
other languages
other sections
ATAN(3) | Linux Programmer's Manual | ATAN(3) |
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¶
TRADUZIDO POR LDP-BR em 21/08/2000.¶
Paulo César Mendes <drpc@ism.com.br> (tradução) xxxxxxxxxxxxxxxxxxxxxxxxx <xxx@xxxxxx.xxx.xx> (revisão)
June 8, 1993 |