table of contents
other versions
other sections
SIN(3) | Manual do Programador Linux | SIN(3) |
NOME¶
sin - função seno
SINOPSE¶
#include <math.h> double sin(double x);
DESCRIÇÃO¶
A função sin() retorna o seno de x, onde x é dado em radianos
VALOR DE RETORNO¶
A função sin() retorna um valor entre -1 e 1.
CONFORMIDADE¶
SVID 3, POSIX, BSD 4.3, ISO 9899
VEJA TAMBÉM¶
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 |