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

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 111: Line 111:
 
: 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>.
  
{{Documentation/SeeAlso|
+
{{SeeAlso|EN|
 
* [[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]]

Revision as of 19:11, 16 July 2018


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=243304"
Views
Personal tools
Navigation
Tools