ACOS function: Difference between revisions
From Planfix
(Created page with "{{#seo: |title=ACOS Function |titlemode=append |keywords=planfix, function, arccosine, arccosine of a number |description=ACOS Function }} '''ACOS''' — returns the arccosine of a number. == Format == '''ACOS(number)''' == Example == {| class="wikitable" |- ! style="font-weight: bold" | Formula ! style="font-weight: bold" | Description ! style="font-weight: bold" | Result |- |ACOS(-0.5) |Arccosine of the number -0.5 in radians, 2*PI/3 (2.094395) |2.094395102 |- |ACO...") |
No edit summary |
||
Line 6: | Line 6: | ||
}} | }} | ||
'''ACOS''' — returns the arccosine of a number. | '''ACOS''' — returns the arccosine of a number. | ||
== Format == | == Format == | ||
'''ACOS(number)''' | '''ACOS(number)''' | ||
== Example == | == Example == |
Latest revision as of 14:37, 15 February 2024
ACOS — returns the arccosine of a number.
Format
ACOS(number)
Example
Formula | Description | Result |
---|---|---|
ACOS(-0.5) | Arccosine of the number -0.5 in radians, 2*PI/3 (2.094395) | 2.094395102 |
ACOS(-0.5)*180/PI() | Arccosine of -0.5 in degrees | 120 |