Back to Core Functions
acos
Inverse cosine (arccosine)
Syntax
Y = acos(X)
Description
Computes the inverse cosine of each element. Result is in radians in the range [0, pi].
Parameters
| Name | Description |
|---|---|
| X | Input values in [-1, 1] (scalar or NDArray) |
Returns
Angle in radians