Difference between revisions of "Documentation/How Tos/Calc: ACOT function"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Inital content)
 
m
Line 3: Line 3:
 
== ACOT ==
 
== ACOT ==
 
Returns the inverse cotangent (the arccotangent) of a number.
 
Returns the inverse cotangent (the arccotangent) of a number.
 
  
 
=== Syntax: ===
 
=== Syntax: ===
Line 11: Line 10:
  
 
: To return the angle in degrees, use the <tt>'''DEGREES'''</tt> function.
 
: To return the angle in degrees, use the <tt>'''DEGREES'''</tt> function.
 
  
 
=== Example: ===
 
=== Example: ===
Line 19: Line 17:
 
<tt>'''DEGREES(ACOT(1))'''</tt>
 
<tt>'''DEGREES(ACOT(1))'''</tt>
 
: returns <tt>'''45'''</tt>. The tangent of <tt>'''45'''</tt> degrees is <tt>'''1'''</tt>.
 
: returns <tt>'''45'''</tt>. The tangent of <tt>'''45'''</tt> degrees is <tt>'''1'''</tt>.
 
  
 
=== See also: ===
 
=== See also: ===
Line 31: Line 28:
 
'''[[Documentation/How_Tos/Calc: ATAN function|ATAN]]''',
 
'''[[Documentation/How_Tos/Calc: ATAN function|ATAN]]''',
 
'''[[Documentation/How_Tos/Calc: ATAN2 function|ATAN2]]'''
 
'''[[Documentation/How_Tos/Calc: ATAN2 function|ATAN2]]'''
 
  
 
'''[[Documentation/How_Tos/Calc: DEGREES function|DEGREES]]'''
 
'''[[Documentation/How_Tos/Calc: DEGREES function|DEGREES]]'''
  
 
'''[[Documentation/How_Tos/Calc: Mathematical functions|Mathematical functions]]'''
 
'''[[Documentation/How_Tos/Calc: Mathematical functions|Mathematical functions]]'''

Revision as of 06:40, 2 March 2008


ACOT

Returns the inverse cotangent (the arccotangent) of a number.

Syntax:

ACOT(number)

returns the inverse trigonometric cotangent of number, in other words the angle (in radians) whose cotangent is number. The angle returned is between 0 and PI.
To return the angle in degrees, use the DEGREES function.

Example:

ACOT(1)

returns 0.785398163397448 (PI/4 radians).

DEGREES(ACOT(1))

returns 45. The tangent of 45 degrees is 1.

See also:

COS, SIN, TAN, COT,

ACOS, ASIN, ATAN, ATAN2

DEGREES

Mathematical functions

Personal tools