
NOME
tan - funcao tangente
SINOPSE
#include <math.h>
double tan(double x);
DESCRI,C~AO
A funcao tangente tan() retorna a tangente de x, onde x e dado em
radianos
CONFORMIDADE
SVID 3, POSIX, BSD 4.3, ISO 9899
VEJA TAMB'EM
acos(3), asin(3), atan(3), atan2(3), cos(3), sin(3)
TRADUZIDO POR LDP-BR em 21/08/2000
Kenzo Marcelo Okamura <kenzo.okamura@poli.usp.br> (traducao) xxxxxx
<xxx@xxx.xxx.xx> (revisao)
8 de Junho, 1993 TAN(3)