OOoES/Traduccion/Calc: Funcion COS
From Apache OpenOffice Wiki
< OOoES
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
COS
Calcula el coseno del argumento “número”. Devuelve un valor numérico mayor o igual que -1 y menor o igual que 1. Acepta exactamente un argumento, de tipo numérico, el cual representa un ángulo expresado en radianes. El coseno es una función continua, por lo tanto, el argumento puede tomar cualquier valor numérico, positivo, negativo o cero.
Sintaxis:
=COS(angulo)
- returns the (trigonometric) cosine of angle, the angle in radians.
- To return the cosine of an angle in degrees, use the RADIANS function.
Ejemplo:
=COS(PI()/2)
- Devuelve 0, el coseno PI/2 radianes
=COS(RADIANS(60))
- Devuelve 0.5, el coseno 60
=COS(0)
- Devuelve 1