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

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Bot: Adding Category: Documentation)
Line 32: Line 32:
 
* [[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]]}}
 +
[[Category: Documentation]]

Revision as of 13:04, 20 November 2009


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.

Template:Documentation/SeeAlso

Personal tools