Section: Manual del Programador de Linux (3)
Updated: 8 de Junio de 1993
Index Return to Main
Contents
#include <math.h> double sin(double x);
La función sin() devuelve el seno de x, en donde x se proporciona en radianes.
La función sin() devuelve un valor entre -1 y 1.
SVID 3, POSIX, BSD 4.3, ISO 9899
(3), asin(3), atan(3), atan2(3), cos(3), tan(3)
This document was created by man2html, using
the manual pages.
Time: 06:16:25 GMT, January 22, 2005