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

From Apache OpenOffice Wiki
Jump to: navigation, search
(New page: __NOTOC__ == COT == Returns the cotangent of the given angle (in radians). === Syntax: === <tt>'''COT(angle)'''</tt> : returns the (trigonometric) cotangent of <tt>'''angle'''</tt>, the...)
 
Line 2: Line 2:
  
 
== COT ==
 
== COT ==
Returns the cotangent of the given angle (in radians).
+
Devuelve la cotangente de un angulo dado (en radianes).
  
 
=== Syntax: ===
 
=== Syntax: ===
<tt>'''COT(angle)'''</tt>
+
<tt>'''COT(angulo)'''</tt>
  
: returns the (trigonometric) cotangent of <tt>'''angle'''</tt>, the angle in radians.
+
: devuelve la (trigonometrico) contangente de <tt>'''grados'''</tt>, el angulo en radianes.
  
: To return the cotangent of an angle in degrees, use the <tt>'''RADIANS'''</tt> function.
+
: Para devolver la cotangente de un angulo en grados, usa la funci&oacute;n de <tt>'''RADIANES'''</tt>.
  
: The cotangent of an angle is equivalent to 1 divided by the tangent of that angle.
+
: La cotangente es un angulo, es equivalente en 1 dividido por la tangente del angulo.
  
 
=== Example: ===
 
=== Example: ===
 
<tt>'''COT(PI()/4)'''</tt>
 
<tt>'''COT(PI()/4)'''</tt>
: returns <tt>'''1'''</tt>, the cotangent of <tt>'''PI/4'''</tt> radians.
+
: devuelve <tt>'''1'''</tt>, la cotangente de <tt>'''PI/4'''</tt> en radianes.
  
<tt>'''COT(RADIANS(45))'''</tt>
+
<tt>'''COT(RADIANES(45))'''</tt>
: returns <tt>'''1'''</tt>, the cotangent of <tt>'''45'''</tt> degrees.
+
: devuelve <tt>'''1'''</tt>, la cotangente de <tt>'''45'''</tt> grados.
  
=== See also: ===
+
=== Ver tambien: funciones ===
'''[[OOoES/Traduccion/Calc: COS function|COS]]''',
+
'''[[OOoES/Traduccion/Calc: funcion COS|COS]]''',
'''[[OOoES/Traduccion/Calc: SIN function|SIN]]''',
+
'''[[OOoES/Traduccion/Calc: funcion SIN|SIN]]''',
'''[[OOoES/Traduccion/Calc: TAN function|TAN]]'''
+
'''[[OOoES/Traduccion/Calc: funcion TAN|TAN]]'''
  
'''[[OOoES/Traduccion/Calc: ACOS function|ACOS]]''',
+
'''[[OOoES/Traduccion/Calc: funcion ACOS|ACOS]]''',
'''[[OOoES/Traduccion/Calc: ASIN function|ASIN]]''',
+
'''[[OOoES/Traduccion/Calc: funcion ASIN|ASIN]]''',
'''[[OOoES/Traduccion/Calc: ATAN function|ATAN]]''',
+
'''[[OOoES/Traduccion/Calc: funcion ATAN|ATAN]]''',
'''[[OOoES/Traduccion/Calc: ATAN2 function|ATAN2]]''',
+
'''[[OOoES/Traduccion/Calc: funcion ATAN2|ATAN2]]''',
'''[[OOoES/Traduccion/Calc: ACOT function|ACOT]]'''
+
'''[[OOoES/Traduccion/Calc: funcion ACOT|ACOT]]'''
  
'''[[OOoES/Traduccion/Calc: RADIANS function|RADIANS]]''',
+
'''[[OOoES/Traduccion/Calc: funcion RADIANS|RADIANS]]''',
'''[[OOoES/Traduccion/Calc: PI function|PI]]'''
+
'''[[OOoES/Traduccion/Calc: funcion PI|PI]]'''
  
'''[[OOoES/Traduccion/Calc: Mathematical functions|Mathematical functions]]'''
+
'''[[OOoES/Traduccion/Calc: funcion Mathematicas|Mathematicals]]'''

Revision as of 02:48, 14 April 2008


COT

Devuelve la cotangente de un angulo dado (en radianes).

Syntax:

COT(angulo)

devuelve la (trigonometrico) contangente de grados, el angulo en radianes.
Para devolver la cotangente de un angulo en grados, usa la función de RADIANES.
La cotangente es un angulo, es equivalente en 1 dividido por la tangente del angulo.

Example:

COT(PI()/4)

devuelve 1, la cotangente de PI/4 en radianes.

COT(RADIANES(45))

devuelve 1, la cotangente de 45 grados.

Ver tambien: funciones

COS, SIN, TAN

ACOS, ASIN, ATAN, ATAN2, ACOT

RADIANS, PI

Mathematicals

Personal tools