Difference between revisions of "OOoES/Traduccion/Calc: Funcion COS"

From Apache OpenOffice Wiki
Jump to: navigation, search
(COS)
(COS)
 
Line 12: Line 12:
  
 
=== Ejemplo: ===
 
=== Ejemplo: ===
<tt>'''COS(PI()/2)'''</tt>
+
<tt>'''=COS(PI()/2)'''</tt>
 
:Devuelve <tt>'''0'''</tt>, el coseno  <tt>'''PI/2'''</tt> radianes
 
:Devuelve <tt>'''0'''</tt>, el coseno  <tt>'''PI/2'''</tt> radianes
  
<tt>'''COS(RADIANS(60))'''</tt>
+
<tt>'''=COS(RADIANS(60))'''</tt>
 
:Devuelve <tt>'''0.5'''</tt>, el coseno <tt>'''60'''</tt>  
 
:Devuelve <tt>'''0.5'''</tt>, el coseno <tt>'''60'''</tt>  
  

Latest revision as of 15:03, 13 November 2012


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

Vea También:

SIN, TAN, COT

ACOS, ASENO, ATAN, ATAN2, ACOT

RADIANES, PI

Funciones Matematicas

Personal tools