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

From Apache OpenOffice Wiki
Jump to: navigation, search
(New page: __NOTOC__ == COS == Returns the cosine of the given angle (in radians). === Syntax: === <tt>'''COS(angle)'''</tt> : returns the (trigonometric) cosine of <tt>'''angle'''</tt>, the angle...)
 
(COS)
 
(6 intermediate revisions by 3 users 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>
'''[[OOoES/Traduccion/Calc: SIN function|SIN]]''',
+
:Devuelve 1
'''[[OOoES/Traduccion/Calc: TAN function|TAN]]''',
+
'''[[OOoES/Traduccion/Calc: COT function|COT]]'''
+
  
'''[[OOoES/Traduccion/Calc: ACOS function|ACOS]]''',
+
=== Vea También: ===
'''[[OOoES/Traduccion/Calc: ASIN function|ASIN]]''',
+
'''[[OOoES/Traduccion/Calc: Funcion SENO|SIN]]''',
'''[[OOoES/Traduccion/Calc: ATAN function|ATAN]]''',
+
'''[[OOoES/Traduccion/Calc: Funcion TAN|TAN]]''',
'''[[OOoES/Traduccion/Calc: ATAN2 function|ATAN2]]''',
+
'''[[OOoES/Traduccion/Calc: Funcion COT|COT]]'''
'''[[OOoES/Traduccion/Calc: ACOT function|ACOT]]'''
+
  
'''[[OOoES/Traduccion/Calc: RADIANS function|RADIANS]]''',
+
'''[[OOoES/Traduccion/Calc: Funcion ACOS|ACOS]]''',
'''[[OOoES/Traduccion/Calc: PI function|PI]]'''
+
'''[[OOoES/Traduccion/Calc: _ Fuscion_ ASENO|ASENO]]''',
 +
'''[[OOoES/Traduccion/Calc:  Funcion ATAN|ATAN]]''',
 +
'''[[OOoES/Traduccion/Calc:  Funcion ATAN2|ATAN2]]''',
 +
'''[[OOoES/Traduccion/Calc: Funcion ACOT|ACOT]]'''
  
'''[[OOoES/Traduccion/Calc: Mathematical functions|Mathematical functions]]'''
+
'''[[OOoES/Traduccion/Calc: Funcion RADIANES|RADIANES]]''',
 +
'''[[OOoES/Traduccion/Calc:  Funcion PI|PI]]'''
 +
 
 +
'''[[OOoES/Traduccion/Calc: Funciones Matematicas|Funciones Matematicas]]'''
 +
[[Category:OldES]]

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