np_arcsin
Computes the inverse sine of each element in an array, for values between -1 and 1.
Instructions
Inverse sine, 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 |