table of contents
other sections
TAN(3) | Manual do Programador Linux | TAN(3) |
NOME¶
tan - função tangenteSINOPSE¶
#include <math.h> double tan(double x);
DESCRIÇÃO¶
A função tangente tan() retorna a tangente de x, onde x é dado em radianosCONFORMIDADE¶
SVID 3, POSIX, BSD 4.3, ISO 9899VEJA 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 |