ACOS function

From Planfix
Revision as of 08:31, 9 February 2024 by Dmitri (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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


Go To

Standard functions