Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

ACOS returns a trigonometric arc cosine of a numerical expression

Syntax

ACOS(NumExp)

Arguments 

  • NumExp is a numerical expression 

Remarks

  1. ACOS returns the arc cosine (inverse cosine) of NumExp; that is, the angle with a cosine of NumExp. The result is in Radians.
  2. Please note that input values should be between -1 and 1

Examples

ACOS(0.5)

returns 1.05

Example knowledgebases

...