np_arccos
Compute the element-wise inverse cosine of an input array. Accepts values in the range [-1, 1] and returns angles in radians.
Instructions
Inverse cosine, element-wise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| array | Yes | The input array (must be in [-1, 1]). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |