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

From Apache OpenOffice Wiki
Jump to: navigation, search
(See also:)
m (Robot: Automated text replacement %s)
Line 18: Line 18:
 
: 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: ===
+
{{Documentation/SeeAlso|
'''[[Documentation/How_Tos/Calc: COS function|COS]]''',
+
* [[Documentation/How_Tos/Calc: COS function|COS]]
'''[[Documentation/How_Tos/Calc: SIN function|SIN]]''',
+
* [[Documentation/How_Tos/Calc: SIN function|SIN]]
'''[[Documentation/How_Tos/Calc: TAN function|TAN]]''',
+
* [[Documentation/How_Tos/Calc: TAN function|TAN]]
'''[[Documentation/How_Tos/Calc: COT function|COT]]''',
+
* [[Documentation/How_Tos/Calc: COT function|COT]]
  
'''[[Documentation/How_Tos/Calc: ACOS function|ACOS]]''',
+
* [[Documentation/How_Tos/Calc: ACOS function|ACOS]]
'''[[Documentation/How_Tos/Calc: ASIN function|ASIN]]''',
+
* [[Documentation/How_Tos/Calc: ASIN function|ASIN]]
'''[[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]]'''
  
[[Documentation/How_Tos/Calc: Functions listed alphabetically|'''Functions listed alphabetically''']],
+
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
[[Documentation/How_Tos/Calc: Functions listed by category|'''Functions listed by category''']]
+
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}

Revision as of 13:28, 25 February 2009


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.

Template:Documentation/SeeAlso

Personal tools