ACOS function

From Planfix
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