Arc Cosine

Syntax


y = acos(x)

Description


Returns the arc cosine of the passed argument, which may be an expression.  Argument should be in the range [-1.0, 1.0].  Returned value is in the range [0.0, pi].

Example


y = acos(0.983)