
NOMBRE
cos - funcion coseno
SINOPSIS
#include <math.h>
double cos(double x);
DESCRIPCI'ON
La funcion cos() devuelve el coseno de x, donde x esta dado en
radianes.
VALOR DEVUELTO
La funcion cos() devuelve un valor entre -1 y 1.
CONFORME A
SVID 3, POSIX, BSD 4.3, ISO 9899
V'EASE TAMBI'EN
acos(3), asin(3), atan(3), atan2(3), sin(3), tan(3)
25 Diciembre 1995 COS(3)