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

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial content)
 
m
 
(11 intermediate revisions by 7 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{DISPLAYTITLE:ACOS function}}
 +
{{Documentation/CalcFunc MathematicalTOC
 +
|ShowPrevNext=block
 +
|PrevPage=Documentation/How_Tos/Calc:_COT_function
 +
|NextPage=Documentation/How_Tos/Calc:_ACOT_function
 +
}}__NOTOC__
  
 
== ACOS ==
 
== ACOS ==
 
Returns the inverse cosine (the arccosine) of a number.
 
Returns the inverse cosine (the arccosine) of a number.
 
  
 
=== Syntax: ===
 
=== Syntax: ===
 
<tt>'''ACOS(number)'''</tt>
 
<tt>'''ACOS(number)'''</tt>
  
:<tt>'''ACOS'''</tt> returns the inverse trigonometric cosine of <tt>'''number'''</tt>, in other words the angle (in radians) whose cosine is <tt>'''number'''</tt>. The angle returned is between <tt>'''0'''</tt> and <tt>'''PI'''</tt>.
+
: returns the inverse trigonometric cosine of <tt>'''number'''</tt>, in other words the angle (in radians) whose cosine is <tt>'''number'''</tt>. The angle returned is between <tt>'''0'''</tt> and <tt>'''PI'''</tt>.
 
+
 
+
: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 21: Line 23:
 
: returns <tt>'''60'''</tt>. The cosine of <tt>'''60'''</tt> degrees is <tt>'''0.5'''</tt>.
 
: returns <tt>'''60'''</tt>. The cosine of <tt>'''60'''</tt> degrees is <tt>'''0.5'''</tt>.
  
 +
{{SeeAlso|EN|
 +
* [[Documentation/How_Tos/Calc: COS function|COS]]
 +
* [[Documentation/How_Tos/Calc: SIN function|SIN]]
 +
* [[Documentation/How_Tos/Calc: TAN function|TAN]]
 +
* [[Documentation/How_Tos/Calc: COT function|COT]]
  
=== See also: ===
+
* [[Documentation/How_Tos/Calc: ASIN function|ASIN]]
'''[[Documentation/How_Tos/Calc: COS function|COS]]''',
+
* [[Documentation/How_Tos/Calc: ATAN function|ATAN]]
'''[[Documentation/How_Tos/Calc: SIN function|SIN]]''',
+
* [[Documentation/How_Tos/Calc: ATAN2 function|ATAN2]]
'''[[Documentation/How_Tos/Calc: TAN function|TAN]]''',
+
* [[Documentation/How_Tos/Calc: ACOT function|ACOT]]
'''[[Documentation/How_Tos/Calc: COT function|COT]]''',
+
  
'''[[Documentation/How_Tos/Calc: ASIN function|ASIN]]''',
+
* [[Documentation/How_Tos/Calc: DEGREES function|DEGREES]]
'''[[Documentation/How_Tos/Calc: ATAN function|ATAN]]''',
+
* [[Documentation/How_Tos/Calc: PI function|PI]]
'''[[Documentation/How_Tos/Calc: ATAN2 function|ATAN2]]''',
+
'''[[Documentation/How_Tos/Calc: ACOT function|ACOT]]'''
+
  
'''[[Documentation/How_Tos/Calc: DEGREES function|DEGREES]]''',
+
* [[Documentation/How_Tos/Calc: Mathematical functions|Mathematical functions]]
'''[[Documentation/How_Tos/Calc: PI function|PI]]'''
+
  
'''[[Documentation/How_Tos/Calc: Mathematical functions|Mathematical functions]]'''
+
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 +
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 +
[[Category: Documentation/Reference/Calc/Mathematical functions]]

Latest revision as of 14:19, 31 January 2024

ACOS

Returns the inverse cosine (the arccosine) of a number.

Syntax:

ACOS(number)

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

Example:

ACOS(-1)

returns 3.14159265358979 (PI radians).

DEGREES(ACOS(0.5))

returns 60. The cosine of 60 degrees is 0.5.



See Also
Retrieved from "https://wiki.openoffice.org/w/index.php?title=Documentation/How_Tos/Calc:_ACOS_function&oldid=259841"
Views
Personal tools
Navigation
Tools
In other languages