acos
Inverse cosine (radians).
Syntax
Section titled “Syntax”Y = acos(X)Description
Section titled “Description”Returns the angle whose cosine is X, in radians, in [0, π]. X must be in [-1, 1].
Example
Section titled “Example”acos(0) % π/2