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

From Apache OpenOffice Wiki
Jump to: navigation, search
(See also:)
(COS)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
== COS ==
 
== COS ==
Returns the cosine of the given angle (in radians).
+
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.  
  
=== Syntax: ===
+
=== Sintaxis: ===
<tt>'''COS(angle)'''</tt>
+
<tt>'''=COS(angulo)'''</tt>
  
 
: returns the (trigonometric) cosine of <tt>'''angle'''</tt>, the angle in radians.
 
: returns the (trigonometric) cosine of <tt>'''angle'''</tt>, the angle in radians.
Line 11: Line 11:
 
: To return the cosine of an angle in degrees, use the <tt>'''RADIANS'''</tt> function.
 
: To return the cosine of an angle in degrees, use the <tt>'''RADIANS'''</tt> function.
  
=== Example: ===
+
=== Ejemplo: ===
<tt>'''COS(PI()/2)'''</tt>
+
<tt>'''=COS(PI()/2)'''</tt>
: returns <tt>'''0'''</tt>, the cosine of <tt>'''PI/2'''</tt> radians
+
:Devuelve <tt>'''0'''</tt>, el coseno  <tt>'''PI/2'''</tt> radianes
  
<tt>'''COS(RADIANS(60))'''</tt>
+
<tt>'''=COS(RADIANS(60))'''</tt>
: returns <tt>'''0.5'''</tt>, the cosine of <tt>'''60'''</tt> degrees
+
:Devuelve <tt>'''0.5'''</tt>, el coseno <tt>'''60'''</tt>  
  
=== See also: ===
+
<tt>'''=COS(0) '''</tt>
 +
:Devuelve 1
 +
 
 +
=== Vea También: ===
 
'''[[OOoES/Traduccion/Calc: Funcion SENO|SIN]]''',
 
'''[[OOoES/Traduccion/Calc: Funcion SENO|SIN]]''',
 
'''[[OOoES/Traduccion/Calc: Funcion TAN|TAN]]''',
 
'''[[OOoES/Traduccion/Calc: Funcion TAN|TAN]]''',
Line 24: Line 27:
  
 
'''[[OOoES/Traduccion/Calc:  Funcion ACOS|ACOS]]''',
 
'''[[OOoES/Traduccion/Calc:  Funcion ACOS|ACOS]]''',
'''[[OOoES/Traduccion/Calc: Funcion SENO|ASENO]]''',
+
'''[[OOoES/Traduccion/Calc: _ Fuscion_ ASENO|ASENO]]''',
 
'''[[OOoES/Traduccion/Calc:  Funcion ATAN|ATAN]]''',
 
'''[[OOoES/Traduccion/Calc:  Funcion ATAN|ATAN]]''',
 
'''[[OOoES/Traduccion/Calc:  Funcion ATAN2|ATAN2]]''',
 
'''[[OOoES/Traduccion/Calc:  Funcion ATAN2|ATAN2]]''',

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