table of contents
other sections
SIN(3) | Manual del Programador de Linux | SIN(3) |
NOMBRE¶
sin - función senoSINOPSIS¶
#include <math.h> double sin(double x);
DESCRIPCIÓN¶
La función sin() devuelve el seno de x, en donde x se proporciona en radianes.VALOR DEVUELTO¶
La función sin() devuelve un valor entre -1 y 1.CONFORME A¶
SVID 3, POSIX, BSD 4.3, ISO 9899VEA TAMBIÉN¶
acos(3), asin(3), atan(3), atan2(3), cos(3), tan(3)8 de Junio de 1993 |