
NOME
tan - função tangente
SINOPSE
#include <math.h>
double tan(double x);
DESCRIÇÃO
A função tangente tan() retorna a tangente de x, onde x é dado em
radianos
CONFORMIDADE
SVID 3, POSIX, BSD 4.3, ISO 9899
VEJA TAMBÉM
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> (tradução) xxxxxx
<xxx@xxx.xxx.xx> (revisão)
8 de Junho, 1993 TAN(3)